1 #ifndef DUMP_RESIDUALS_PROCESSOR_H
2 #define DUMP_RESIDUALS_PROCESSOR_H 1
8 #include "marlin/Processor.h"
13 class TrackFitterBase;
28 virtual void processRunHeader( EVENT::LCRunHeader* run ) ;
30 virtual void processEvent( LCEvent * evt ) ;
40 #endif // DUMP_RESIDUALS_PROCESSOR_H
The TrackFitterBase is a virtual class from which the actual track fitters are derived.
Definition: TrackFitterBase.h:44
Dump the residuals of the hits in the tracks.
Definition: DumpResidualsProcessor.h:20
std::string _inputColName
the name of the input collection
Definition: DumpResidualsProcessor.h:34