23 #ifndef PNDEMC2DLOCALMAXFINDER_H 
   24 #define PNDEMC2DLOCALMAXFINDER_H 
   49   virtual InitStatus 
Init();
 
   50   virtual void Exec(Option_t* opt);
 
   67                           std::map<Int_t, Int_t>) 
const;
 
   94 #endif // PNDEMC2DLOCALMAXFINDER_HH 
PndEmcGeoPar * fGeoPar
Geometry parameter container. 
void SetStorageOfData(Bool_t p=kTRUE)
virtual InitStatus Init()
Init Task. 
represents the reconstructed hit of one emc crystal 
virtual ~PndEmc2DLocMaxFinder()
void getNeighbourDigis(PndEmcCoordIndexSet &, PndEmcCoordIndexSet &, int, std::map< Int_t, Int_t >) const 
Get the TCIs of neighbor digis. 
void SetPersistency(Bool_t val=kTRUE)
PndEmc2DLocMaxFinder & operator=(const PndEmc2DLocMaxFinder &)
stores crystal index coordinates (x,y) or (theta,phi) 
ClassDef(PndEmc2DLocMaxFinder, 2)
PndEmcDigiPar * fDigiPar
Digitisation parameter container. 
virtual void Exec(Option_t *opt)
Runs the task. 
virtual void SetParContainers()
std::set< PndEmcTwoCoordIndex * > PndEmcCoordIndexSet
parameter set of Emc digitisation 
PndEmc2DLocMaxFinder(Int_t verbose=0)
a cluster (group of neighboring crystals) of hit emc crystals 
TClonesArray * fDigiArray
PndEmcRecoPar * fRecoPar
Reconstruction parameter container. 
TClonesArray * fClusterArray
Searches for local maxima in a cluster. 
virtual bool isALocalMax(const PndEmcDigi *const, const PndEmcCluster *const, const PndEmcCoordIndexSet &amongstTheseNeighbours) const 
Check if digi is a local maximum in its cluster. 
Parameter set for Emc Reco.