FairRoot/PandaRoot
PndEmcHitDraw.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- FairTPCRecoPointDraw header file -----
3 // ----- Created 03/01/09 by T. Stockmanns -----
4 // -------------------------------------------------------------------------
5 
6 
14 #ifndef PndEmcHitDraw_H
15 #define PndEmcHitDraw_H
16 
17 
18 #include "FairHitDraw.h"
19 
20 
21 class PndEmcHitDraw : public FairHitDraw {
22 
23  public:
24 
27  SetBoxDimensions(2.0,2.0,2.0);
28  };
29 
30 
35  PndEmcHitDraw(const char* name, Int_t iVerbose = 1):FairHitDraw(name, iVerbose){
36  SetBoxDimensions(2.0,2.0,2.0);
37  };
38 
40  virtual ~PndEmcHitDraw(){};
41 
42 protected:
43  virtual Int_t GetValue(TObject* obj, Int_t i);
45 
46 };
47 
48 
49 #endif
ClassDef(PndEmcHitDraw, 3)
Int_t i
Definition: run_full.C:25
PndEmcHitDraw(const char *name, Int_t iVerbose=1)
Definition: PndEmcHitDraw.h:35
virtual Int_t GetValue(TObject *obj, Int_t i)
TString name
virtual ~PndEmcHitDraw()
Definition: PndEmcHitDraw.h:40
Int_t iVerbose
PndAnaPidSelector *& obj