| 1 | /* | 
| 2 | * MiscCuts.h | 
| 3 | * | 
| 4 | *  Created on: 15-mag-2009 | 
| 5 | *      Author: Nicola Mori | 
| 6 | */ | 
| 7 |  | 
| 8 | #ifndef MISCCUTS_H_ | 
| 9 | #define MISCCUTS_H_ | 
| 10 |  | 
| 11 | /*! @file MiscCuts.h This header contains the inclusion of all miscellaneous cuts. */ | 
| 12 |  | 
| 13 | #include "AbsTimeCut/AbsTimeCut.h"           // Absolute time | 
| 14 | #include "DataQualCut/DataQualCut.h"         // Data quality | 
| 15 | #include "EvRateS11Cut/EvRateS11Cut.h"       // Event rate on S11 | 
| 16 | #include "GeoFieldCut/GeoFieldCut.h"         // Geomagnetic field cut | 
| 17 | #include "InclInfoQualCut/InclInfoQualCut.h" // Inclination info quality | 
| 18 | #include "LShellCut/LShellCut.h"             // L-Shell | 
| 19 | #include "LTGeoFillCut/LTGeoFillCut.h"       // LT histo fill (binned in critical rigidity) | 
| 20 | #include "LTQualCut/LTQualCut.h"             // Live Time | 
| 21 | #include "OBTQualCut/OBTQualCut.h"           // On Board Time | 
| 22 | #include "PktQualCut/PktQualCut.h"           // Packet number | 
| 23 | #include "StoermerCut/StoermerCut.h"         // Stoermer cutoff | 
| 24 | #include "TrackRedGeomCut/TrackRedGeomCut.h" // Track contained in a rectangular pipe | 
| 25 | #include "TrgConfCut/TrgConfCut.h"           // Trigger configuration | 
| 26 | #include "PitchAngleCut/PitchAngleCut.h"     // Pitch angle | 
| 27 |  | 
| 28 | #endif /* MISCCUTS_H_ */ |