Difference between revisions of "PID CUTS"

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

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