|
Marlin
01.17.01
|
#include "lcio.h"#include "IO/LCRunListener.h"#include "IO/LCEventListener.h"#include "IO/LCReader.h"#include "EVENT/LCEvent.h"#include "EVENT/LCRunHeader.h"#include "StringParameters.h"#include "ProcessorParameter.h"#include "marlin/VerbosityLevels.h"#include "marlin/MarlinConfig.h"#include "streamlog/streamlog.h"#include <map>#include <memory>
Include dependency graph for Processor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | marlin::Processor |
| Base class for Marlin processors. More... | |
Namespaces | |
| marlin | |
| Simple event selector processor. | |
Typedefs | |
| typedef std::map< std::string, ProcessorParameter * > | marlin::ProcParamMap |
| typedef std::map< std::string, std::string > | marlin::LCIOTypeMap |
1.8.5