FairRoot/PandaRoot
PndLmdIdealClusterTask.h
Go to the documentation of this file.
1 #ifndef PNDLMDIDEALCLUSTERTASK_H
2 #define PNDLMDIDEALCLUSTERTASK_H
3 
5 
7  public:
11  PndLmdIdealClusterTask(Double_t radius, Int_t FEcolumns, Int_t FErows,
12  TString geoFile);
13 
15  virtual ~PndLmdIdealClusterTask();
16 
17  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname,
18  TString outClustBranchname, TString folderName);
19  virtual void SetBranchNames();
20 
22 };
23 
24 #endif
Double_t
ClassDef(PndLmdIdealClusterTask, 2)