Difference between revisions of "Adam Blomberg"

From Hall A Wiki
Jump to: navigation, search
Line 21: Line 21:
  
 
[https://hallaweb.jlab.org/wiki/images/0/02/Meeting_02-15-2013.pdf Meeting 02-15]
 
[https://hallaweb.jlab.org/wiki/images/0/02/Meeting_02-15-2013.pdf Meeting 02-15]
 +
 +
[https://hallaweb.jlab.org/wiki/images/6/63/Meeting-03-01-2013.pdf Meeting 03-01]
  
  

Revision as of 10:59, 1 March 2013

Files


Optics files from E05-102

My DB files


Meeting Slides


Meeting 8-3

Meeting 8-24

Meeting 10-19

Meeting 11-02

Meeting 01-18

Meeting 02-15

Meeting 03-01


Output Deifinitions


My odef file to make xsec


Example Cuts


    t5trig_bool = DBB_edtpr == 0 && DBB_edtpl == 0 && (long)DBB_evtypebits&(1<<5);
    single_track_bool  = L_tr_n==1 && R_tr_n==1
                       && R_vdc_u1_nclust ==1 && R_vdc_v1_nclust ==1 && R_vdc_v2_nclust ==1 && R_vdc_u2_nclust ==1
                       && L_vdc_u1_nclust ==1 && L_vdc_v1_nclust ==1 && L_vdc_v2_nclust ==1 && L_vdc_u2_nclust ==1;
    pad_hit_bool = L_s2_trpad>=0 && R_s2_trpad>=0 ;
     mm_bool = mm > mmiss_lo && mm < mmiss_hi ;
     cer_bool = cer_sum > 1 ;
     ps_bool = R_ps_e / R_gold_p > 200 ;
     prl1_bool = L_prl1_e / L_gold_p < 70 ;
     prl2_bool = L_prl2_e / L_gold_p < 70 ;


Possible Analyzer Cuts


    mom_accep_bool = L_gold_p > 0.0 && L_gold_p < 2.0 &&
                     R_gold_p > 0.0 && R_gold_p < 2.0 ;
    accep_bool[1] =  R_tr_tg_dp < 0.03 && R_tr_tg_dp > -0.03 &&
                                L_tr_tg_dp < 1 && L_tr_tg_dp > -1 &&
                                R_tr_tg_th < 1 && R_tr_tg_th > -1 &&
                                L_tr_tg_th < 1 && L_tr_tg_th > -1 &&
                                R_tr_tg_ph < 1 && R_tr_tg_ph > -1 &&
                                L_tr_tg_ph < 1 && L_tr_tg_ph > -1 ;