FairRoot/PandaRoot
PndLmdPixelClusterTask.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // -------------------------------------------------------------------------
3 
4 #ifndef PNDLMDPIXELCLUSTERTASK_H
5 #define PNDLMDPIXELCLUSTERTASK_H
6 
8 #include "TString.h"
9 
10 class FairRun;
11 class FairRuntimeDb;
12 
14  FairRun* ana;
15  FairRuntimeDb* rtdb;
16 
17  public:
20 
22  virtual ~PndLmdPixelClusterTask();
23 
24  virtual void SetParContainers();
25  virtual void SetBranchNames();
26  virtual void SetClusterFinder();
27  virtual void SetBackMapping();
28  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname,
29  TString outClustBranchname, TString folderName);
31  void Exec(Option_t* opt);
32  void FinishEvent();
33 
34  InitStatus Init();
36 };
37 
38 #endif /* LMDCLUSTERTASK_H */
ClassDef(PndLmdPixelClusterTask, 3)