1 #ifndef TESTTPCDISTORTIONSMAPPROCESSOR_H
2 #define TESTTPCDISTORTIONSMAPPROCESSOR_H
4 #include "TPCDistortionsMapListener.h"
6 #include <marlin/Processor.h>
36 virtual void processRunHeader(lcio::LCRunHeader* run);
38 virtual void processEvent(lcio::LCEvent* evt);
40 virtual void check(lcio::LCEvent* evt);
48 bool _moduleInterpolation;
49 std::string _inputDistortionsCollectionName;
54 #endif // TESTTPCDISTORTIONSMAPPROCESSOR_H
Processor skeleton for MARLIN.
Definition: TestTPCDistortionsMapProcessor.h:26
Helper Class which provides access to the distortions information produced with the photodot system...
Definition: TPCDistortionsMapListener.h:46