From b3214119a1ba2ef4fed90419f9218fbbd41d4adf Mon Sep 17 00:00:00 2001 From: William Henry <wmhenry@ifarm1901.jlab.org> Date: Thu, 4 Feb 2021 18:01:09 -0500 Subject: [PATCH] removed DC hit requirement in should definition of tracking efficiency --- DEF-files/HMS/PRODUCTION/CUTS/hstackana_reconstruct_cuts.def | 2 +- DEF-files/SHMS/PRODUCTION/CUTS/pstackana_reconstruct_cuts.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEF-files/HMS/PRODUCTION/CUTS/hstackana_reconstruct_cuts.def b/DEF-files/HMS/PRODUCTION/CUTS/hstackana_reconstruct_cuts.def index ac8bacc0..75dd5e2b 100644 --- a/DEF-files/HMS/PRODUCTION/CUTS/hstackana_reconstruct_cuts.def +++ b/DEF-files/HMS/PRODUCTION/CUTS/hstackana_reconstruct_cuts.def @@ -9,7 +9,7 @@ HMSScinGood H.hod.goodscinhit == 1 HMSGoodBetanotrk H.hod.betanotrack > 0.8 && H.hod.betanotrack < 1.3 -HMSScinShould HMSScinGood && HMSGoodBetanotrk && !hmsDCany_large +HMSScinShould HMSScinGood && HMSGoodBetanotrk HMSScinShoulde HMSScinShould && H.cal.etotnorm > 0.6&& H.cal.etotnorm < 2.0&& H.cer.npeSum > 0.5 HMSScinShouldh HMSScinGood && H.cal.etotnorm <0.6&& H.cal.etotnorm>0.0&& H.cer.npeSum < 0.5 diff --git a/DEF-files/SHMS/PRODUCTION/CUTS/pstackana_reconstruct_cuts.def b/DEF-files/SHMS/PRODUCTION/CUTS/pstackana_reconstruct_cuts.def index e033acca..a59ce7f6 100644 --- a/DEF-files/SHMS/PRODUCTION/CUTS/pstackana_reconstruct_cuts.def +++ b/DEF-files/SHMS/PRODUCTION/CUTS/pstackana_reconstruct_cuts.def @@ -14,7 +14,7 @@ pcut_pi_all pcut_cer_ng_pi && pcut_cer_hg_pi && pcut_cal_pi shmsScinGood P.hod.goodscinhit == 1 shmsGoodBetanotrk P.hod.betanotrack > 0.5 && P.hod.betanotrack < 1.4 -shmsScinShould shmsScinGood && shmsGoodBetanotrk && !shmsDCany_large +shmsScinShould shmsScinGood && shmsGoodBetanotrk shmsScinShoulde shmsScinShould && P.cal.etotnorm > 0.6 && P.cal.etotnorm < 1.6 && P.hgcer.npeSum > 0.5 #shmsScinShouldh shmsScinShould && P.cal.etotnorm <= 0.6 && P.cal.etotnorm > 0. && P.hgcer.npeSum < 0.2 shmsScinShouldh shmsScinShould && P.cal.etotnorm <= 0.6 && P.cal.etotnorm > 0. -- GitLab