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 "TrkDedxNucleiCut/TrkDedxNucleiCut.h" // Z >= 2 from tracker dE/dX |
19 |
#include "TrkDOFCut/TrkDOFCut.h" // Degrees of freedom of the track |
20 |
#include "TrkGeomCut/TrkGeomCut.h" // Fiducial acceptance with tracker's track |
21 |
#include "TrkHitQualCut/TrkHitQualCut.h" // Number of hits and lever arm |
22 |
#include "TrkIdCut/TrkIdCut.h" // Track identification |
23 |
#include "TrkIonCut/TrkIonCut.h" // Energy release |
24 |
#include "TrkMDRCut/TrkMDRCut.h" // MDR |
25 |
#include "TrkNucleiZCut/TrkNucleiZCut.h" // Particle 's charge cut based on TrkNuclei |
26 |
#include "TrkPhSinCut/TrkPhSinCut.h" // Single physical track |
27 |
#include "TrkRigCut/TrkRigCut.h" // Rigidity minimum or maximum |
28 |
#include "TrkRigGeoCut/TrkRigGeoCut.h" // Rigidity vs. Cutoff |
29 |
#include "TrkRigMDRCut/TrkRigMDRCut.h" // Rigidity vs. MDR |
30 |
#include "TrkRigRangeCut/TrkRigRangeCut.h" // Rigidity range |
31 |
#include "TrkRunValCut/TrkRunValCut.h" // TRK run validation |
32 |
#include "TrkSaturationCut/TrkSaturationCut.h" // TRK cluster saturation |
33 |
#include "TrkSigmaDeflCut/TrkSigmaDeflCut.h" // Sigma-Deflection |
34 |
#include "TrkYSensCut/TrkYSensCut.h" // Sensor selection |
35 |
|
36 |
#endif /* TRKCUTS_H_ */ |