5 #ifndef PNDEMCPRECLUSTERSORTERTASK_H_     6 #define PNDEMCPRECLUSTERSORTERTASK_H_     8 #include <FairRingSorterTask.h>     9 #include <FairRingSorter.h>    10 #include <FairRootManager.h>    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;
 virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
 
void SetClusterType(Int_t type=0)
 
PndEmcPreclusterSorterTask()
 
virtual ~PndEmcPreclusterSorterTask()
 
PndEmcPreclusterSorterTask(const char *name)
 
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
 
PndEmcPreclusterSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)