FairRoot/PandaRoot
PndEmcClusterDraw.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 PndEmcClusterDraw_H
15 #define PndEmcClusterDraw_H
16 
17 
18 #include "FairBoxSetDraw.h"
19 #include "FairBoxSet.h"
20 
21 
22 
23 class PndEmcClusterDraw : public FairBoxSetDraw {
24 
25  public:
26 
29 
30 
35  PndEmcClusterDraw(const char* name, Int_t iVerbose = 1):FairBoxSetDraw(name, iVerbose){};
36 
38  virtual ~PndEmcClusterDraw(){};
39 
40 protected:
41  virtual TVector3 GetVector(TObject* obj);
42  virtual Int_t GetValue(TObject* obj, Int_t i);
44 
45 };
46 
47 
48 #endif
Int_t i
Definition: run_full.C:25
PndEmcClusterDraw(const char *name, Int_t iVerbose=1)
ClassDef(PndEmcClusterDraw, 3)
TString name
virtual ~PndEmcClusterDraw()
Int_t iVerbose
PndAnaPidSelector *& obj
virtual TVector3 GetVector(TObject *obj)
virtual Int_t GetValue(TObject *obj, Int_t i)