PandaRoot
BSEmcClusterDraw.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- BSEmcClusterDraw header file -----
3 // ----- Created 03/01/09 by T. Stockmanns -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef BSEMCCLUSTERDRAW_HH
7 #define BSEMCCLUSTERDRAW_HH
8 
9 #include "Rtypes.h"
10 #include "RtypesCore.h"
11 #include "TVector3.h"
12 
13 #include "FairBoxSet.h"
14 #include "FairBoxSetDraw.h"
15 
16 class TBuffer;
17 class TClass;
18 class TMemberInspector;
19 class TObject;
20 
28 class BSEmcClusterDraw : public FairBoxSetDraw {
29 
30  public:
33 
38  BSEmcClusterDraw(const char *name, Int_t iVerbose = 1) : FairBoxSetDraw(name, nullptr, iVerbose){};
39 
41  virtual ~BSEmcClusterDraw(){};
42 
43  protected:
44  virtual TVector3 GetVector(TObject *obj) /*override*/;
45  virtual Int_t GetValue(TObject *obj, Int_t i) /*override*/;
47 };
48 
49 #endif /*BSEMCCLUSTERDRAW_HH*/
virtual Int_t GetValue(TObject *obj, Int_t i)
Task to display Emc Cluster.
virtual TVector3 GetVector(TObject *obj)
virtual ~BSEmcClusterDraw()
unsigned int i
Definition: P4_F32vec4.h:21
ClassDef(BSEmcClusterDraw, 1)
BSEmcClusterDraw(const char *name, Int_t iVerbose=1)