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

Initial version of a processor to find electro-magnetic showers. More...

#include <EMShowerFinder.h>

Inheritance diagram for EMShowerFinder:

Public Member Functions

virtual Processor * newProcessor ()
 
virtual void init ()
 
virtual void processRunHeader (LCRunHeader *run)
 
virtual void processEvent (LCEvent *evt)
 
virtual void check (LCEvent *evt)
 
virtual void end ()
 

Protected Attributes

std::string _colNameECAL {}
 
std::string _collectionNameOfEMShowerCandidates {}
 
std::string _ToClean {}
 
int _CleanCut {}
 
int _N {}
 
vector< float > _miipstep {}
 
int _MinHit0 {}
 
int _MinHitSplit {}
 
double _Rcut {}
 
double _Distcut {}
 
double _Coscut {}
 
double _energyDeviationCut {}
 
double _probabilityDensityCut {}
 
int _debugLevel {}
 
int _drawOnCED {}
 
int _nRun {}
 
int _nEvt {}
 

Detailed Description

Initial version of a processor to find electro-magnetic showers.

It is based on the KIT package and takes only ECAL hits into account. The output is a collection of clusters in which the electro-magnetic showers are stored. More docu will come soon.

Author
O. Wendt (DESY)
Version

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