PandaRoot
PndEmcViewClusters Class Reference

splits clusters based on local maxima in the Phi direction for use with Bremstrahlung correction. More...

#include <PndEmcViewClusters.h>

Inheritance diagram for PndEmcViewClusters:

Public Member Functions

 PndEmcViewClusters (Int_t verbose=0)
 
virtual ~PndEmcViewClusters ()
 
virtual InitStatus Init ()
 
virtual void Exec (Option_t *opt)
 
virtual void FinishTask ()
 
void SetStorageOfData (Bool_t p=kTRUE)
 
void SetClusterEnergyThreshold (Double_t ethres)
 
void SetMode (Int_t mode)
 

Protected Member Functions

virtual void SetParContainers ()
 

Detailed Description

splits clusters based on local maxima in the Phi direction for use with Bremstrahlung correction.

Definition at line 61 of file PndEmcViewClusters.h.

Constructor & Destructor Documentation

◆ PndEmcViewClusters()

PndEmcViewClusters::PndEmcViewClusters ( Int_t  verbose = 0)

Referenced by SetMode().

◆ ~PndEmcViewClusters()

virtual PndEmcViewClusters::~PndEmcViewClusters ( )
virtual

Member Function Documentation

◆ Exec()

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

◆ FinishTask()

virtual void PndEmcViewClusters::FinishTask ( )
virtual

◆ Init()

virtual InitStatus PndEmcViewClusters::Init ( )
virtual

◆ SetClusterEnergyThreshold()

void PndEmcViewClusters::SetClusterEnergyThreshold ( Double_t  ethres)
inline

Definition at line 75 of file PndEmcViewClusters.h.

75 { Ethres = ethres; }

◆ SetMode()

void PndEmcViewClusters::SetMode ( Int_t  mode)
inline

Definition at line 76 of file PndEmcViewClusters.h.

References PndEmcViewClusters(), and SetParContainers().

76 { fMode = mode; }

◆ SetParContainers()

virtual void PndEmcViewClusters::SetParContainers ( )
protectedvirtual

Get parameter containers

Referenced by SetMode().

◆ SetStorageOfData()

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

Definition at line 73 of file PndEmcViewClusters.h.

73 { fPersistance = p; };

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