5 #ifndef PNDEMCCLUSTERSORTERTASK_H_     6 #define PNDEMCCLUSTERSORTERTASK_H_     8 #include <FairRingSorterTask.h>     9 #include <FairRingSorter.h>    10 #include <FairRootManager.h>    16   PndEmcClusterSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
    17     : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName)
    19     FairRootManager::Instance()->GetObject(inputBranch);
    25   virtual FairRingSorter *
InitSorter(Int_t numberOfCells, Double_t widthOfCells) 
const;
    30   Int_t fClusterType = 0;
 PndEmcClusterSorterTask(const char *name)
 
virtual ~PndEmcClusterSorterTask()
 
PndEmcClusterSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
 
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
 
PndEmcClusterSorterTask()
 
void SetClusterType(Int_t type=0)
 
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const