|
MarlinKinfitProcessors
0.2.0
|
Test processor using TopEventILC Toy MC. More...
#include <TopTester.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, semileptonic?, which fitter. | |
| bool | _softmasses |
| bool | _semileptonic |
| bool | _traceall |
| bool | _leptonasjet |
| int | _ifitter |
| int | _ievttrace |
| int | _ntoy |
| float | prob |
| float | topmass |
| float | startmassW1 |
| float | startmassW2 |
| float | momentum [3] |
| float | energy |
| int | _nRun |
| int | _nEvt |
| int | nit |
| TopEventILC * | topevent |
Test processor using TopEventILC Toy MC.
... testing a ttbar -> 6jets or 4jets+lnu hypotheses with energy and momentum conservation and an equal mass constraint for tops, MW=80.4 GeV for both W's
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