| 1 | /* | 
| 2 | * TrkCuts.h | 
| 3 | * | 
| 4 | *  Created on: 15-mag-2009 | 
| 5 | *      Author: Nicola Mori | 
| 6 | */ | 
| 7 |  | 
| 8 | /*! @file TrkCuts.h This header contains the inclusion of all Trk cuts. */ | 
| 9 |  | 
| 10 | #ifndef TRKCUTS_H_ | 
| 11 | #define TRKCUTS_H_ | 
| 12 |  | 
| 13 | #include "TrkCalQualCut/TrkCalQualCut.h"                         // Tracker calibration | 
| 14 | #include "TrkChi2DeflTimeCut/TrkChi2DeflTimeCut.h"               // Chi2 as a function of deflection with time-dependent calibration | 
| 15 | #include "TrkChi2XDeflTimeCut/TrkChi2XDeflTimeCut.h"             // Chi2 for X view as a function of deflection with time-dependent calibration | 
| 16 | #include "TrkDedxHCut/TrkDedxHCut.h"                             // Tracker dE/dX for H | 
| 17 | #include "TrkDedxHeCut/TrkDedxHeCut.h"                           // Tracker dE/dX for He (empirical function from Elena V.) | 
| 18 | #include "TrkDOFCut/TrkDOFCut.h"                                 // Degrees of freedom of the track | 
| 19 | #include "TrkGeomCut/TrkGeomCut.h"                               // Fiducial acceptance with tracker's track | 
| 20 | #include "TrkHitQualCut/TrkHitQualCut.h"                         // Number of hits and lever arm | 
| 21 | #include "TrkIdCut/TrkIdCut.h"                                   // Track identification | 
| 22 | #include "TrkIonCut/TrkIonCut.h"                                 // Energy release | 
| 23 | #include "TrkMDRCut/TrkMDRCut.h"                                 // MDR | 
| 24 | #include "TrkNucleiZCut/TrkNucleiZCut.h"                         // Particle 's charge cut based on TrkNuclei | 
| 25 | #include "TrkPhSinCut/TrkPhSinCut.h"                             // Single physical track | 
| 26 | #include "TrkRigCut/TrkRigCut.h"                                 // Rigidity minimum or maximum | 
| 27 | #include "TrkRigGeoCut/TrkRigGeoCut.h"                           // Rigidity vs. Cutoff | 
| 28 | #include "TrkRigMDRCut/TrkRigMDRCut.h"                           // Rigidity vs. MDR | 
| 29 | #include "TrkRigRangeCut/TrkRigRangeCut.h"                       // Rigidity range | 
| 30 | #include "TrkRunValCut/TrkRunValCut.h"                           // TRK run validation | 
| 31 | #include "TrkSaturationCut/TrkSaturationCut.h"                   // TRK cluster saturation | 
| 32 | #include "TrkSigmaDeflCut/TrkSigmaDeflCut.h"                     // Sigma-Deflection | 
| 33 |  | 
| 34 | #endif /* TRKCUTS_H_ */ |