| 
    MarlinKinfitProcessors
    0.2.0
    
   | 
 
An example processor for a kinematic fit. More...
#include <WW5CFit.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 | b | 
| double | ISRPzMaxB | 
| float | prob | 
| float | bestprob | 
| float | bestnit | 
| float | bestmass1 | 
| float | bestmass2 | 
| float | beststartmass1 | 
| float | beststartmass2 | 
| float | bestphotonenergy | 
| float | startmass1 | 
| float | startmass2 | 
| float | variable | 
| float | momentum [3] | 
| float | energy | 
| int | _nRun | 
| int | _nEvt | 
| int | nit | 
| int | bestperm | 
| int | errorflag | 
| TopEventILC * | topevent | 
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.
 1.8.6