Difference between revisions of "PID CUTS"

From Hall A Wiki
Jump to: navigation, search
(RHRS CUTS)
(RHRS CUTS)
Line 1: Line 1:
 
   
 
   
 
==      RHRS CUTS ==
 
==      RHRS CUTS ==
'''  
+
 
one track cut'''  
+
''' one track cut'''  
 
<nowiki>R.tr.n==1</nowiki>  
 
<nowiki>R.tr.n==1</nowiki>  
 +
 
''' trigger cut'''  
 
''' trigger cut'''  
 
<nowiki>(D.evtypebits&(1<<1))>0</nowiki>
 
<nowiki>(D.evtypebits&(1<<1))>0</nowiki>
 +
 
'''Acceptance Cuts'''  
 
'''Acceptance Cuts'''  
 
<nowiki> abs(ExTgtCor_r.th)<0.04  
 
<nowiki> abs(ExTgtCor_r.th)<0.04  
 
abs(ExTgtCor_r.ph)<0.02
 
abs(ExTgtCor_r.ph)<0.02
 
abs(ExTgtCor_r.dp)<0.035</nowiki>
 
abs(ExTgtCor_r.dp)<0.035</nowiki>
 +
 
'''Cherenkov Cut'''  
 
'''Cherenkov Cut'''  
 
<nowiki>R.cer.asum_c>350</nowiki>
 
<nowiki>R.cer.asum_c>350</nowiki>

Revision as of 12:39, 14 July 2016

RHRS CUTS

one track cut R.tr.n==1

trigger cut (D.evtypebits&(1<<1))>0

Acceptance Cuts abs(ExTgtCor_r.th)<0.04 abs(ExTgtCor_r.ph)<0.02 abs(ExTgtCor_r.dp)<0.035

Cherenkov Cut R.cer.asum_c>350

LHRS CUTS

one track cut : L.tr.n==1

trigger cut :

(DL.evtypebits&(1<<3))>0 Acceptance Cuts :

abs(ExTgtCor_L.th)<0.04 

abs(ExTgtCor_L.ph)<0.02 abs(ExTgtCor_L.dp)<0.035 Cherenkov Cut : L.cer.asum_c>350