1 #ifndef LOAD_DATA_FILE_PROCESSOR_H
2 #define LOAD_DATA_FILE_PROCESSOR_H 1
6 #include <IO/LCReader.h>
9 #include "marlin/Processor.h"
41 virtual void processRunHeader(lcio::LCRunHeader* run ) ;
43 virtual void processEvent(lcio::LCEvent * evt ) ;
reads in an additional lcio file and adds all available collections to the event with the same event ...
Definition: LoadDataFileProcessor.h:29
EVENT::LCRunHeader * _run
run number
Definition: LoadDataFileProcessor.h:52
LCReader * _lcReader
LCReader.
Definition: LoadDataFileProcessor.h:51
std::string _filePath
Path to lcio file.
Definition: LoadDataFileProcessor.h:49