| 5 |
* Author: Nicola Mori |
* Author: Nicola Mori |
| 6 |
*/ |
*/ |
| 7 |
|
|
| 8 |
/*! @brief Top level header for CollectionAction classes and its derivates. */ |
/*! @file CollectionActions.h Top level header for CollectionAction classes and its descendants. */ |
| 9 |
|
|
| 10 |
#ifndef COLLECTIONACTIONS_H_ |
#ifndef COLLECTIONACTIONS_H_ |
| 11 |
#define COLLECTIONACTIONS_H_ |
#define COLLECTIONACTIONS_H_ |
| 13 |
// Base class |
// Base class |
| 14 |
#include "CollectionAction/CollectionAction.h" |
#include "CollectionAction/CollectionAction.h" |
| 15 |
|
|
| 16 |
|
// Actions |
| 17 |
|
#include "CaloChi2HistoAction/CaloChi2HistoAction.h" |
| 18 |
|
#include "ChargeHistosAction/ChargeHistosAction.h" |
| 19 |
|
#include "CoordHistoAction/CoordHistoAction.h" |
| 20 |
|
#include "EvRateCorrHistoAction/EvRateCorrHistoAction.h" |
| 21 |
|
#include "EvRateS11VsBabsHistoAction/EvRateS11VsBabsHistoAction.h" |
| 22 |
|
#include "EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.h" |
| 23 |
|
#include "FluxHistoAction/FluxHistoAction.h" |
| 24 |
|
#include "Histo1DActions/Histo1DActions.h" |
| 25 |
|
#include "Histo2DActions/Histo2DActions.h" |
| 26 |
|
#include "ReprocessCaloAction/ReprocessCaloAction.h" |
| 27 |
|
#include "ReprocessTrackAction/ReprocessTrackAction.h" |
| 28 |
|
#include "SaveEventsAction/SaveEventsAction.h" |
| 29 |
|
#include "TreeOutputActions/TreeOutputActions.h" |
| 30 |
|
#include "TrkBetaPrVsTofBetaHistoAction/TrkBetaPrVsTofBetaHistoAction.h" |
| 31 |
|
#include "TrkChi2VsDeflHistoAction/TrkChi2VsDeflHistoAction.h" |
| 32 |
|
|
| 33 |
#endif /* COLLECTIONACTIONS_H_ */ |
#endif /* COLLECTIONACTIONS_H_ */ |