MarlinKinfitProcessors
0.2.0
|
An example processor for a kinematic fit. More...
#include <ZH5CFit.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. | |
double | JetEnergyResolution (double E) |
Protected Attributes | |
std::string | _jetcolName |
Input collection name. | |
std::string | _name |
std::string | _OutputCollection |
float | _ecm |
Input parameter: center of mass energy. | |
float | _isrpzmax |
int | _fitISR |
int | _ifitter |
int | _ievttrace |
bool | _traceall |
double | _errene |
double | _errtheta |
double | _errphi |
double | b |
double | ISRPzMaxB |
float | prob |
float | bestprob |
float | bestnit |
float | bestmassZ |
float | bestmassH |
float | beststartmassZ |
float | beststartmassH |
float | bestphotonenergy |
float | startmassZ |
float | startmassH |
float | variable |
float | momentum [3] |
float | energy |
int | _nRun |
int | _nEvt |
int | nit |
int | bestperm |
int | errorflag |
An example processor for a kinematic fit.
... testing a W+W- -> 4jets hypothesis with energy and momentum conservation and an equal mass constraint
Needs 4 reconstructed jets
A histogram.
CollectionName | Name of the ReconstructedParticle collection |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
References _ecm.