Marlin
01.17.01
|
#include "lcio.h"
#include "Processor.h"
#include "LCIOOutputProcessor.h"
#include "IO/LCRunListener.h"
#include "IO/LCEventListener.h"
#include "EVENT/LCEvent.h"
#include "EVENT/LCRunHeader.h"
#include "LogicalExpressions.h"
#include <map>
#include <set>
#include <list>
Go to the source code of this file.
Classes | |
class | marlin::ProcessorMgr |
Processor manager singleton class. More... | |
Namespaces | |
marlin | |
Simple event selector processor. | |
Typedefs | |
typedef std::map< const std::string, Processor * > | marlin::ProcessorMap |
typedef std::list< Processor * > | marlin::ProcessorList |
typedef std::map< const std::string, int > | marlin::SkippedEventMap |