Difference between revisions of "PID CUTS"

From Hall A Wiki
Jump to: navigation, search
(RHRS CUTS)
(RHRS CUTS)
Line 12: Line 12:
 
'''Acceptance Cuts'''  
 
'''Acceptance Cuts'''  
  
<nowiki> abs(ExTgtCor_r.th)<0.04  
+
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
  
 
'''Cherenkov Cut'''  
 
'''Cherenkov Cut'''  

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