"MarlinReco"  1.32.0
Public Member Functions | Protected Attributes | List of all members
Sphere Class Reference

Processor that calculates sphericity,aplanarity, C and D event parametres for detail explanation look documentation More...

#include <Sphere.h>

Inheritance diagram for Sphere:

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

std::string _colName {}
 Input collection name.
 
std::string _dumpobjectname {}
 Name of the parameter to store egenvalues of sphericity tensor.
 
float _r {}
 
int _nRun {}
 
int _nEvt {}
 

Detailed Description

Processor that calculates sphericity,aplanarity, C and D event parametres for detail explanation look documentation

Author
P.K , DESY

Member Function Documentation

virtual void Sphere::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 file: