PandaRoot
PndEmc2DLocMaxFinder Class Reference

Searches for local maxima in a cluster. More...

#include <PndEmc2DLocMaxFinder.h>

Inheritance diagram for PndEmc2DLocMaxFinder:
PndPersistencyTask

Public Member Functions

 PndEmc2DLocMaxFinder (Int_t verbose=0)
 
virtual ~PndEmc2DLocMaxFinder ()
 
virtual InitStatus Init ()
 
virtual void Exec (Option_t *opt)
 
void SetStorageOfData (Bool_t p=kTRUE)
 
- Public Member Functions inherited from PndPersistencyTask
 PndPersistencyTask ()
 
 PndPersistencyTask (const char *name, Int_t iVerbose=1)
 
virtual ~PndPersistencyTask ()
 
void SetPersistency (Bool_t val=kTRUE)
 
Bool_t GetPersistency ()
 

Protected Member Functions

virtual void SetParContainers ()
 
virtual bool isALocalMax (const PndEmcDigi *const, const PndEmcCluster *const, const PndEmcCoordIndexSet &amongstTheseNeighbours) const
 

Detailed Description

Searches for local maxima in a cluster.

Definition at line 42 of file PndEmc2DLocMaxFinder.h.

Constructor & Destructor Documentation

◆ PndEmc2DLocMaxFinder()

PndEmc2DLocMaxFinder::PndEmc2DLocMaxFinder ( Int_t  verbose = 0)

Referenced by SetStorageOfData().

◆ ~PndEmc2DLocMaxFinder()

virtual PndEmc2DLocMaxFinder::~PndEmc2DLocMaxFinder ( )
virtual

Member Function Documentation

◆ Exec()

virtual void PndEmc2DLocMaxFinder::Exec ( Option_t *  opt)
virtual

◆ Init()

virtual InitStatus PndEmc2DLocMaxFinder::Init ( )
virtual

◆ isALocalMax()

virtual bool PndEmc2DLocMaxFinder::isALocalMax ( const PndEmcDigi const,
const PndEmcCluster const,
const PndEmcCoordIndexSet amongstTheseNeighbours 
) const
protectedvirtual

Test to see whether the given Digi is a local maximum, within the set of crystals given in "amongstTheseNeighbours". Note that this set need all be crystals that actually were within the cluster.

Referenced by SetStorageOfData().

◆ SetParContainers()

virtual void PndEmc2DLocMaxFinder::SetParContainers ( )
protectedvirtual

Get parameter containers

Referenced by SetStorageOfData().

◆ SetStorageOfData()

void PndEmc2DLocMaxFinder::SetStorageOfData ( Bool_t  p = kTRUE)
inline

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