FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTutorialDet4PointDraw.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- FairTutorialDet4PointDraw header file -----
3 // ----- Created 02.03.16 by F. Uhlig -----
4 // -------------------------------------------------------------------------
5 
14 #ifndef FAIRTUTORIALDET4POINTDRAW_H
15 #define FAIRTUTORIALDET4POINTDRAW_H
16 
17 #include "FairTask.h" // for FairTask, InitStatus
18 
19 #include <Rtypes.h> // for Bool_t, Int_t, etc
20 
22 class FairTutorialDet4DigiPar;
23 class FairEventManager;
25 
26 class TClonesArray;
27 class TEvePointSet;
28 
30 {
31  public:
34 
39  FairTutorialDet4PointDraw(const char* name, Color_t color, Style_t mstyle);
40 
43 
45  virtual void Exec(Option_t* option);
46  void Reset();
47 
48  virtual void SetParContainers();
49  virtual InitStatus Init();
52  virtual void Finish() {}
53 
54  private:
55  TClonesArray* fPointList;
56  FairTutorialDet4GeoPar* fGeoPar;
57  FairEventManager* fEventManager;
58  TEvePointSet* fq;
59  Color_t fColor;
60  Style_t fStyle;
61  Bool_t fGlobalCoordinates;
62  FairTutorialDet4GeoHandler* fGeoHandler;
63 
66 
67  ClassDef(FairTutorialDet4PointDraw, 1);
68 };
69 
70 #endif
InitStatus
Definition: FairTask.h:33
virtual void Exec(Option_t *option)