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