| 1 |
pam-fi |
1.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 |
pam-fi |
1.3 |
#include "AbsTimeCut/AbsTimeCut.h" // Absolute time |
| 14 |
pam-fi |
1.1 |
#include "DataQualCut/DataQualCut.h" // Data quality |
| 15 |
pam-fi |
1.2 |
#include "EvRateS11Cut/EvRateS11Cut.h" // Event rate on S11 |
| 16 |
pam-fi |
1.1 |
#include "GeoFieldCut/GeoFieldCut.h" // Geomagnetic field cut |
| 17 |
pam-fi |
1.5 |
#include "LShellCut/LShellCut.h" // L-Shell |
| 18 |
pam-fi |
1.1 |
#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 |
pam-fi |
1.4 |
#include "StoermerCut/StoermerCut.h" // Stoermer cutoff |
| 23 |
pam-fi |
1.5 |
#include "TrackRedGeomCut/TrackRedGeomCut.h" // Track contained in a rectangular pipe |
| 24 |
pam-fi |
1.1 |
#include "TrgConfCut/TrgConfCut.h" // Trigger configuration |
| 25 |
|
|
|
| 26 |
|
|
#endif /* MISCCUTS_H_ */ |