FairRoot/PandaRoot
PndTrkGemCombiTask.h
Go to the documentation of this file.
1 #ifndef PNDTRKGEMCOMBINATORIAL_H
2 #define PNDTRKGEMCOMBINATORIAL_H
3 
4 // fairroot
5 #include "FairTask.h"
6 
7 // ROOT
8 #include "TH2F.h"
9 #include "TCanvas.h"
10 #include "PndTrkGemCombinatorial.h"
11 
12 class TClonesArray;
13 
14 class PndTrkGemCombiTask : public FairTask {
15 
16  public:
17 
21 
22 
25 
26 
28  virtual InitStatus Init();
29 
30 
32  virtual void Exec(Option_t* opt);
33 
34 
35  void Reset();
36 
37  inline void SwitchOnDisplay() { fDisplayOn = kTRUE; }
38  inline void Evaluate() { fMCEval = kTRUE; }
39 
40  private:
41 
43  TClonesArray* fGemHitArray;
44  TClonesArray* fGemPointArray;
45 
46 
48 
49 
50 
52 
53 };
54 
55 #endif
#define verbose
TClonesArray * fGemHitArray
TClonesArray * fGemPointArray
ClassDef(PndTrkGemCombiTask, 1)
virtual void Exec(Option_t *opt)
PndTrkGemCombinatorial * fCombiFinder
virtual InitStatus Init()