MarlinTPC
1.2.0
|
Fix in TPC TrackerHits: More...
#include <TPCHit_FixCellIDs_forTracking.h>
Public Member Functions | |
virtual Processor * | newProcessor () |
virtual const std::string & | name () const |
virtual void | init () |
Called at the begin of the job before anything is read. More... | |
virtual void | processRunHeader (lcio::LCRunHeader *run) |
Called for every run. | |
virtual void | processEvent (lcio::LCEvent *evt) |
Called for every event - the working horse. | |
virtual void | check (lcio::LCEvent *evt) |
virtual void | end () |
Called after data processing for clean up. | |
Protected Attributes | |
std::string | _tpcInputColName |
Input collection name. | |
std::string | _tpcOutputColName |
output collection name. | |
bool | _outputHitsPersistent |
bool | _encodeModuleID |
int | _nRun |
int | _nEvt |
Fix in TPC TrackerHits:
CollectionName | Name of the TrackerHit collection |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.