Difference between revisions of "PID CUTS"

From Hall A Wiki
Jump to: navigation, search
(RHRS CUTS)
(RHRS CUTS)
Line 3: Line 3:
 
'''  
 
'''  
 
one track cut'''  
 
one track cut'''  
R.tr.n==1  
+
<nowiki>R.tr.n==1</nowiki>
 
''' trigger cut'''  
 
''' trigger cut'''  
(D.evtypebits&(1<<1))>0
+
<nowiki>(D.evtypebits&(1<<1))>0</nowiki>
 
'''Acceptance Cuts'''  
 
'''Acceptance Cuts'''  
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
+
abs(ExTgtCor_r.dp)<0.035</nowiki>
 
'''Cherenkov Cut'''  
 
'''Cherenkov Cut'''  
R.cer.asum_c>350
+
<nowiki>R.cer.asum_c>350</nowiki>
  
 
==        LHRS CUTS ==
 
==        LHRS CUTS ==

Revision as of 12:38, 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