00001 /* 00002 * TofCuts.h 00003 * 00004 * Created on: 15-mag-2009 00005 * Author: Nicola Mori 00006 */ 00007 00010 #ifndef TOFCUTS_H_ 00011 #define TOFCUTS_H_ 00012 00013 #include "TofBetaCut/TofBetaCut.h" // ToF Beta determination 00014 #include "TofBetaRangeCut/TofBetaRangeCut.h" // ToF Beta range 00015 #include "TofBetaRigCut/TofBetaRigCut.h" // Match between TOF beta modulus and TRK rigidity modulus 00016 #include "TofDedxS1Cut/TofDedxS1Cut.h" // ToF S1 energy release 00017 #include "TofNucleiZCut/TofNucleiZCut.h" // Particle 's charge cut based on TofNuclei 00018 #include "TofPatternCut/TofPatternCut.h" // ToF pattern 00019 #include "TofQualCut/TofQualCut.h" // ToF quality (minimum hit paddles) 00020 #include "TofTopS1Cut/TofTopS1Cut.h" // ToF S1 topology (maximum hit PMTs) 00021 00022 #endif /* TOFCUTS_H_ */