|
MarlinKinfitProcessors
0.2.0
|
Test processor using DijetEventILC Toy MC. More...
#include <DijetTester.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 | |
| float | _ecm |
| Input parameter: center of mass energy, leptonic?, which fitter. | |
| bool | _leptonic |
| bool | _traceall |
| bool | _leptonasjet |
| int | _ifitter |
| int | _ievttrace |
| int | _ntoy |
| float | prob |
| float | momentum [3] |
| float | energy |
| int | _nRun |
| int | _nEvt |
| int | nit |
| DijetEventILC * | dijetevent |
Test processor using DijetEventILC Toy MC.
... testing a e+e- -> 2jets or 2leptons with energy and momentum conservation
nothing
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.
1.8.6