1 #ifndef DUMP_PAD_CENTRES_PROCESSOR_H
2 #define DUMP_PAD_CENTRES_PROCESSOR_H 1
8 #include <marlin/Processor.h>
11 #include <gear/PadRowLayout2D.h>
30 virtual void processEvent( LCEvent * evt ) ;
35 gear::PadRowLayout2D
const *_padLayout;
40 #endif // DUMP_PAD_CENTRES_PROCESSOR_H
Dump the coordinates of pad centres of pads correcponding to pulses.
Definition: DumpPadCentresProcessor.h:21
std::string _inputColName
the name of the input collection
Definition: DumpPadCentresProcessor.h:34