|
47 | 47 | #include <Math/GenVector/PxPyPzM4D.h> |
48 | 48 | #include <Math/GenVector/RotationZ.h> |
49 | 49 | #include <TH1.h> |
50 | | -#include <TPDGCode.h> |
51 | 50 |
|
52 | 51 | #include <chrono> |
53 | 52 | #include <cstdint> |
@@ -170,10 +169,10 @@ struct K1analysis { |
170 | 169 | Configurable<float> cfgRejectTOFnSigmaKaon{"cfgRejectTOFnSigmaKaon", 3.0, "TOF nSigma reject cut for Kaon (reject)"}; // TOF |
171 | 170 | Configurable<float> cfgRejectTOFnSigmaProton{"cfgRejectTOFnSigmaProton", 3.0, "TOF nSigma reject cut for Proton (reject)"}; // TOF |
172 | 171 | Configurable<float> cfgNsigmaCutCombinedPion{"cfgNsigmaCutCombinedPion", 3.0, "Combined nSigma cut for Pion"}; // Combined |
173 | | - Configurable<bool> cfgTOFVeto{"cfgTOFVeto", false, "TOF Veto, if false, TOF is nessessary for PID selection"}; // TOF Veto |
174 | | - Configurable<bool> cfgRequireTOFHighPt{"cfgRequireTOFHighPt", true, "Require TOF information for pT > cfgTOFMinPt"}; // TOF Require |
175 | | - Configurable<bool> cfgUseCircularCut{"cfgUseCircularCut", true, "Use combined TPC-TOF circular cut"}; // Use circular cut |
176 | | - Configurable<float> cfgTOFMinPt{"cfgTOFMinPt", 0.5, "Minimum TOF pT cut for Pion"}; // TOF pT cut |
| 172 | + Configurable<bool> cfgTOFVeto{"cfgTOFVeto", false, "TOF Veto, if false, TOF is nessessary for PID selection"}; // TOF Veto |
| 173 | + Configurable<bool> cfgRequireTOFHighPt{"cfgRequireTOFHighPt", true, "Require TOF information for pT > cfgTOFMinPt"}; // TOF Require |
| 174 | + Configurable<bool> cfgUseCircularCut{"cfgUseCircularCut", true, "Use combined TPC-TOF circular cut"}; // Use circular cut |
| 175 | + Configurable<float> cfgTOFMinPt{"cfgTOFMinPt", 0.5, "Minimum TOF pT cut for Pion"}; // TOF pT cut |
177 | 176 | } PIDCuts; |
178 | 177 |
|
179 | 178 | // Track selections |
|
0 commit comments