FairRoot/PandaRoot
PndMvdPixelClusterTask.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // -------------------------------------------------------------------------
3 
4 #ifndef PNDMVDPIXELCLUSTERTASK_H
5 #define PNDMVDPIXELCLUSTERTASK_H
6 
10 #include "TString.h"
11 #include "FairRootManager.h"
12 
14 {
15  public:
16 
18  PndMvdPixelClusterTask(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar");
19 
21  virtual ~PndMvdPixelClusterTask();
24 
25  virtual void GetParList(TList* tempList);
26  virtual void SetClusterFinderMQ(TList* tempList);
27  virtual void SetBackMappingMQ(TList* tempList);
28 
29  virtual void SetParContainers();
30  virtual void SetBranchNames();
31  virtual void SetClusterFinder();
32  virtual void SetBackMapping();
33  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
34 
35  private:
41 };
42 
43 #endif /* MVDCLUSTERTASK_H */
44 
virtual void GetParList(TList *tempList)
PndMvdPixelClusterTask & operator=(const PndMvdPixelClusterTask &)=delete
PndSensorNamePar * fSensorNamePar
Charge Digitization Parameter Class for SDS.
virtual void SetClusterFinderMQ(TList *tempList)
PndMvdPixelClusterTask(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar")
ClassDef(PndMvdPixelClusterTask, 3)
virtual void SetBackMappingMQ(TList *tempList)
Unique match between SensorID and path in TGeoManager.
PndSdsTotDigiPar * fTotDigiPar