1 #ifndef PADGEOMETRYCHECKER_H
2 #define PADGEOMETRYCHECKER_H
4 #include <marlin/Processor.h>
17 Processor * newProcessor();
20 void processRunHeader (lcio::LCRunHeader *run);
21 virtual void processEvent(lcio::LCEvent *evt);
22 virtual void check (lcio::LCEvent *evt);
26 std::string _outfileName;
29 #endif // PADGEOMETRYCHECKER_H
PadGeometryCheckerProcessor: take the xml gear geometry file and print out simple stuff about the pad...
Definition: PadGeometryChecker.h:11