PandaRoot
PndEmcDigiCaloDraw.h
Go to the documentation of this file.
1 
7 #ifndef PndEmcDigiCaloDraw_H
8 #define PndEmcDigiCaloDraw_H
9 
10 #include "PndCaloDraw.h"
11 
13 
14  public:
17 
22  PndEmcDigiCaloDraw(const char *name) : PndCaloDraw(name, nullptr){};
23 
25  virtual ~PndEmcDigiCaloDraw(){};
26 
27  protected:
28  virtual TVector3 GetVector(TObject *obj);
29  virtual Double_t GetEnergy(TObject *obj);
31 };
32 
33 #endif
PndEmcDigiCaloDraw(const char *name)
ClassDef(PndEmcDigiCaloDraw, 1)
virtual TVector3 GetVector(TObject *obj)
virtual Double_t GetEnergy(TObject *obj)