ForwardTracking
1.10.0
|
Processor to check if tracks are overlapping. More...
#include <OverlapChecker.h>
Public Member Functions | |
virtual Processor * | newProcessor () |
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 Member Functions | |
bool | areCompatible (Track *trackA, Track *trackB) |
Protected Attributes | |
int | _nRun |
int | _nEvt |
std::string | _trackCollectionName |
Processor to check if tracks are overlapping.
A collection of tracks.
TrackCollectionName | The collection of the tracks to check. |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.