MarlinKinfitProcessors
0.4.2
|
Public Member Functions | |
virtual Processor * | newProcessor () |
SimpleVertexProcessor (const SimpleVertexProcessor &)=delete | |
SimpleVertexProcessor & | operator= (const SimpleVertexProcessor &)=delete |
virtual void | init () |
Called at the begin of the job before anything is read. More... | |
virtual void | processRunHeader (LCRunHeader *run) |
Called for every run. | |
virtual void | processEvent (LCEvent *evt) |
Called for every event - the working horse. | |
virtual void | check (LCEvent *evt) |
virtual void | end () |
Called after data processing for clean up. | |
Protected Attributes | |
bool | _traceall =false |
int | _ievttrace {} |
OPALFitterGSL * | _opalFit {} |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.