PandaRoot
PndEmcClusterSorterTask Class Reference

#include <PndEmcClusterSorterTask.h>

Inheritance diagram for PndEmcClusterSorterTask:

Public Member Functions

 PndEmcClusterSorterTask ()
 
 PndEmcClusterSorterTask (const char *name)
 
 PndEmcClusterSorterTask (Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
 
virtual ~PndEmcClusterSorterTask ()
 
virtual void AddNewDataToTClonesArray (FairTimeStamp *data)
 
virtual FairRingSorter * InitSorter (Int_t numberOfCells, Double_t widthOfCells) const
 
void SetClusterType (Int_t type=0)
 

Detailed Description

Definition at line 12 of file PndEmcClusterSorterTask.h.

Constructor & Destructor Documentation

◆ PndEmcClusterSorterTask() [1/3]

PndEmcClusterSorterTask::PndEmcClusterSorterTask ( )

◆ PndEmcClusterSorterTask() [2/3]

PndEmcClusterSorterTask::PndEmcClusterSorterTask ( const char *  name)
inline

Definition at line 15 of file PndEmcClusterSorterTask.h.

15 : FairRingSorterTask(name){};

◆ PndEmcClusterSorterTask() [3/3]

PndEmcClusterSorterTask::PndEmcClusterSorterTask ( Int_t  numberOfCells,
Double_t  widthOfCells,
TString  inputBranch,
TString  outputBranch,
TString  folderName 
)
inline

Definition at line 16 of file PndEmcClusterSorterTask.h.

References AddNewDataToTClonesArray(), InitSorter(), and ~PndEmcClusterSorterTask().

17  : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName)
18  {
19  FairRootManager::Instance()->GetObject(inputBranch);
20  };

◆ ~PndEmcClusterSorterTask()

virtual PndEmcClusterSorterTask::~PndEmcClusterSorterTask ( )
virtual

Referenced by PndEmcClusterSorterTask().

Member Function Documentation

◆ AddNewDataToTClonesArray()

virtual void PndEmcClusterSorterTask::AddNewDataToTClonesArray ( FairTimeStamp *  data)
virtual

Referenced by PndEmcClusterSorterTask().

◆ InitSorter()

virtual FairRingSorter* PndEmcClusterSorterTask::InitSorter ( Int_t  numberOfCells,
Double_t  widthOfCells 
) const
virtual

Referenced by PndEmcClusterSorterTask().

◆ SetClusterType()

void PndEmcClusterSorterTask::SetClusterType ( Int_t  type = 0)
inline

Definition at line 27 of file PndEmcClusterSorterTask.h.

27 { fClusterType = type; };

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