/* * CollectionActions.h * * Created on: 15-mag-2009 * Author: Nicola Mori */ /*! @file CollectionActions.h Top level header for CollectionAction classes and its descendants. */ #ifndef COLLECTIONACTIONS_H_ #define COLLECTIONACTIONS_H_ // Base class #include "CollectionAction/CollectionAction.h" // Actions #include "ChargeHistosAction/ChargeHistosAction.h" #include "EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.h" #include "FluxHistoAction/FluxHistoAction.h" #include "SaveEventsAction/SaveEventsAction.h" #include "TrkDedxVsRigHistoAction/TrkDedxVsRigHistoAction.h" #endif /* COLLECTIONACTIONS_H_ */