|
MarlinTPC
1.2.0
|
Public Member Functions | |
| virtual Processor * | newProcessor () |
| 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. | |
| marlintpc::EFieldVector * | calculateEField (int x, int y, int z, LCCollection *ions) |
| Calculates the EField in the TPC at the given grid point in units of V/cm. | |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
Determine the length of the x,y,z-bins
1.8.6