MarlinKinfitProcessors  0.4.2
Public Member Functions | Protected Attributes | List of all members
DijetTester Class Reference

Test processor using DijetEventILC Toy MC. More...

#include <DijetTester.h>

Inheritance diagram for DijetTester:

Public Member Functions

virtual Processor * newProcessor ()
 
 DijetTester (const DijetTester &)=delete
 
DijetTesteroperator= (const DijetTester &)=delete
 
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 {}
 

Detailed Description

Test processor using DijetEventILC Toy MC.

... testing a e+e- -> 2jets or 2leptons with energy and momentum conservation

Input - Prerequisites

nothing

Output

A histogram.

Parameters
CollectionNameName of the ReconstructedParticle collection
Author
J. List, DESY
Version
Id:
DijetTester.h,v 1.0 2015/11/18 10:40:46 boehmej Exp

Member Function Documentation

void DijetTester::init ( )
virtual

Called at the begin of the job before anything is read.

Use to initialize the processor, e.g. book histograms.


The documentation for this class was generated from the following files: