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

Test processor using TopEventILC Toy MC. More...

#include <TopTester.h>

Inheritance diagram for TopTester:

Public Member Functions

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

Detailed Description

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

Input - Prerequisites

nothing

Output

A histogram.

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

Member Function Documentation

void TopTester::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: