FairRoot/PandaRoot
PndEmcHitCaloDraw.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 PndEmcHitCaloDraw_H
15 #define PndEmcHitCaloDraw_H
16 
17 
18 #include "PndCaloDraw.h"
19 
20 
22 
23  public:
24 
27  };
28 
29 
34  PndEmcHitCaloDraw(const char* name, Int_t iVerbose = 1):PndCaloDraw(name, iVerbose){
35  };
36 
38  virtual ~PndEmcHitCaloDraw(){};
39 
40 protected:
41  virtual TVector3 GetVector(TObject* obj);
42  virtual Double_t GetEnergy(TObject* obj);
44 
45 };
46 
47 
48 #endif
ClassDef(PndEmcHitCaloDraw, 1)
virtual Double_t GetEnergy(TObject *obj)
Double_t
virtual ~PndEmcHitCaloDraw()
PndEmcHitCaloDraw(const char *name, Int_t iVerbose=1)
TString name
virtual TVector3 GetVector(TObject *obj)
Int_t iVerbose