#include <fwk/VModule.h>
#include <utl/TimeStamp.h>
#include <map>
#include <utility>
#include <boost/tuple/tuple.hpp>
Go to the source code of this file.
|
class | MdModuleRejectorAG::MdModuleRejector |
| Filters out the MD modules specified in the configuration file This is achieved by setting the module status as rejected Note that downsteam code has to skip the processing of rejected modules This code is almost the same as SdBadStationRejector. Unfortunately differences in the detector structure (stations for SD counter/module hierarchy for MD) and the different events classes (SEVent for SD and MEvent) avoided reusing the SD code for MD. Hopefully some utility class will be provided in the future to cope with both detectors. More...
|
|
class | MdModuleRejectorAG::MdModuleRejector::TimeRangeMap |
|
declaration of MdModuleRejectorAG
- Author
- Diego Ravignani
- Date
- Mar 2015
Definition in file MdModuleRejector.h.