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 "ChargeHistosAction/ChargeHistosAction.h" |
18 |
|
#include "EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.h" |
19 |
|
#include "FluxHistoAction/FluxHistoAction.h" |
20 |
|
#include "SaveEventsAction/SaveEventsAction.h" |
21 |
|
|
22 |
#endif /* COLLECTIONACTIONS_H_ */ |
#endif /* COLLECTIONACTIONS_H_ */ |