MarlinKinfitProcessors
0.4.2
|
PhotonResponseAdjuster:
More...
#include <PhotonResponseAdjuster.h>
Public Member Functions | |
virtual marlin::Processor * | newProcessor () |
PhotonResponseAdjuster (const PhotonResponseAdjuster &)=delete | |
PhotonResponseAdjuster & | operator= (const PhotonResponseAdjuster &)=delete |
virtual void | init () |
Called at the beginning 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 | end () |
Called after data processing for clean up. | |
bool | FindMCParticles (LCEvent *evt) |
bool | FindPFOs (LCEvent *evt) |
int | getCorrespondingMCParticleIndex (TLorentzVector rec) |
double * | resimulateDirection (TLorentzVector mcgamma) |
double | safeAcos (double x) |
|
virtual |
Called at the beginning of the job before anything is read.
Use to initialize the proscessor, e.g. book histograms.