2 #define StepAnalyser_h 1
7 #include "marlin/Processor.h"
9 #include <EVENT/TrackerHit.h>
10 #include <EVENT/Track.h>
12 #include "KiTrack/Segment.h"
17 using namespace lcio ;
18 using namespace marlin ;
44 virtual Processor* newProcessor() {
return new StepAnalyser ; }
56 virtual void processRunHeader( LCRunHeader* run ) ;
60 virtual void processEvent( LCEvent * evt ) ;
63 virtual void check( LCEvent * evt ) ;
87 std::string _rootFileName;
88 std::string _treeName;
89 std::string _treeName2;
91 std::string _colNameMCTrueTracksRel;
Processor to analyse the steps a true track made on its way through the FTD.
Definition: StepAnalyser.h:40