1 |
/* |
2 |
* TofCuts.h |
3 |
* |
4 |
* Created on: 15-mag-2009 |
5 |
* Author: Nicola Mori |
6 |
*/ |
7 |
|
8 |
/*! @file TofCuts.h This header contains the inclusion of all Tof cuts. */ |
9 |
|
10 |
#ifndef TOFCUTS_H_ |
11 |
#define TOFCUTS_H_ |
12 |
|
13 |
#include "TofBetaRangeCut/TofBetaRangeCut.h" // ToF Beta range |
14 |
#include "TofBetaRigCut/TofBetaRigCut.h" // Match between TOF beta modulus and TRK rigidity modulus |
15 |
#include "TofBetaRigHCut/TofBetaRigHCut.h" // Match between TOF beta modulus and TRK rigidity modulus for p and d |
16 |
#include "TofBetaRigHeCut/TofBetaRigHeCut.h" // Match between TOF beta modulus and TRK rigidity modulus for 4He and 3He |
17 |
#include "TofDedxHCut/TofDedxHCut.h" // H selection using ToF dE/dx Vs Beta |
18 |
#include "TofDedxHeCut/TofDedxHeCut.h" // He selection using ToF dE/dx Vs Beta |
19 |
#include "TofDedxS1Cut/TofDedxS1Cut.h" // ToF S1 energy release |
20 |
#include "TofNucleiZCut/TofNucleiZCut.h" // Particle 's charge cut based on TofNuclei |
21 |
#include "TofPatternCut/TofPatternCut.h" // ToF pattern |
22 |
#include "TofQualCut/TofQualCut.h" // ToF quality (minimum hit paddles) |
23 |
#include "TofTopS1Cut/TofTopS1Cut.h" // ToF S1 topology (maximum hit PMTs) |
24 |
|
25 |
#endif /* TOFCUTS_H_ */ |