Difference between revisions of "Adam Blomberg"

From Hall A Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
Files
 +
----------
 +
 
[http://hallaweb.jlab.org/experiment/E05-102/analysis.html Optics files from E05-102]
 
[http://hallaweb.jlab.org/experiment/E05-102/analysis.html Optics files from E05-102]
  
 
[http://astro.temple.edu/~tud51511/HallA/db_files/ My DB files]
 
[http://astro.temple.edu/~tud51511/HallA/db_files/ My DB files]
 +
 +
 +
Meeting Slides
 +
---------------
  
 
[https://hallaweb.jlab.org/wiki/images/e/e0/8-3.pdf Meeting 8-3]
 
[https://hallaweb.jlab.org/wiki/images/e/e0/8-3.pdf Meeting 8-3]
Line 10: Line 17:
  
 
[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]
 +
 +
 +
Output Deifinitions
 +
--------------------
 +
[http://astro.temple.edu/~tud51511/HallA/new_xsec.odef 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 ;

Revision as of 14:05, 8 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


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 ;