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 "LShellCut/LShellCut.h" // L-Shell |
18 |
#include "LTGeoFillCut/LTGeoFillCut.h" // LT histo fill (binned in critical rigidity) |
19 |
#include "LTQualCut/LTQualCut.h" // Live Time |
20 |
#include "OBTQualCut/OBTQualCut.h" // On Board Time |
21 |
#include "PktQualCut/PktQualCut.h" // Packet number |
22 |
#include "StoermerCut/StoermerCut.h" // Stoermer cutoff |
23 |
#include "TrackRedGeomCut/TrackRedGeomCut.h" // Track contained in a rectangular pipe |
24 |
#include "TrgConfCut/TrgConfCut.h" // Trigger configuration |
25 |
#include "PitchAngleCut/PitchAngleCut.h" // Pitch angle |
26 |
#include "InclInfoQualCut/InclInfoQualCut.h" // Inclination info quality |
27 |
|
28 |
#endif /* MISCCUTS_H_ */ |