MarlinKinfitProcessors
0.2.0
|
An example processor for a kinematic fit. More...
#include <TTBarExample.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 Attributes | |
std::string | _lightjetcolName |
Input collection name. | |
std::string | _bjetcolName |
float | _ecm |
Input parameter: center of mass energy. | |
int | _nRun |
int | _nEvt |
An example processor for a kinematic fit.
... testing a ttbar -> 6jets hypothesis with energy and momentum conservation and W mass constraints
Needs two ReconstructedParticle collections, one with 4 light jets, one with 2 b-tagged jets
Some histogram.
CollectionName | Name of the ReconstructedParticle collection for light jets |
CollectionName | Name of the ReconstructedParticle collection for b-jets |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.