1 #ifndef DUMP_N_TRACKS_PROCESSOR_H 
    2 #define DUMP_N_TRACKS_PROCESSOR_H 1 
    8 #include <marlin/Processor.h> 
   27         virtual void init( ) ; 
 
   29         virtual void processRunHeader( LCRunHeader * run ) ; 
 
   31         virtual void processEvent( LCEvent * evt ) ; 
 
   40 #endif // DUMP_HITS_IN_TRACKS_PROCESSOR_H 
Dump the coordinates of the hits in the tracks. 
Definition: DumpNTracksProcessor.h:19
 
std::string _inputColName
the name of the input collection 
Definition: DumpNTracksProcessor.h:35