Difference between revisions of "Adam Blomberg"

From Hall A Wiki
Jump to: navigation, search
Line 18: Line 18:
 
[https://hallaweb.jlab.org/wiki/images/1/18/Talk-11-2-2012.pdf Meeting 11-02]
 
[https://hallaweb.jlab.org/wiki/images/1/18/Talk-11-2-2012.pdf Meeting 11-02]
  
[https://hallaweb.jlab.org/wiki/images/f/f4/Meeting_01-18-2013.pdf Meeting 01-13]
+
[https://hallaweb.jlab.org/wiki/images/f/f4/Meeting_01-18-2013.pdf Meeting 01-18]
  
  

Revision as of 09:31, 18 January 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


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 ;