Difference between revisions of "PID CUTS"

From Hall A Wiki
Jump to: navigation, search
(RHRS CUTS)
(LHRS CUTS)
Line 24: Line 24:
 
==        LHRS CUTS ==
 
==        LHRS CUTS ==
 
   
 
   
one track cut :
+
*one track cut  
 +
 
L.tr.n==1  
 
L.tr.n==1  
trigger cut :
+
 
 +
*trigger cut  
 +
 
 
(DL.evtypebits&(1<<3))>0
 
(DL.evtypebits&(1<<3))>0
Acceptance Cuts :
+
 
abs(ExTgtCor_L.th)<0.04  
+
*Acceptance Cuts  
 +
 
 +
abs(ExTgtCor_L.th)<0.04
 +
 
abs(ExTgtCor_L.ph)<0.02
 
abs(ExTgtCor_L.ph)<0.02
 +
 
abs(ExTgtCor_L.dp)<0.035
 
abs(ExTgtCor_L.dp)<0.035
Cherenkov Cut : L.cer.asum_c>350
+
 
 +
*Cherenkov Cut  
 +
 
 +
L.cer.asum_c>350

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