PandaRoot
BSEmcRecoHitDraw.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- BSEmcRecoHitDraw header file -----
3 // ----- Created 03/01/09 by T. Stockmanns -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef BSEMCRECOHITDRAW_HH
7 #define BSEMCRECOHITDRAW_HH
8 
9 #include "Rtypes.h"
10 #include "RtypesCore.h"
11 
12 #include "FairHitDraw.h"
13 
14 class FairDataSourceI;
15 class TBuffer;
16 class TClass;
17 class TMemberInspector;
18 class TObject;
19 
26 class BSEmcRecoHitDraw : public FairHitDraw {
27 
28  public:
30  BSEmcRecoHitDraw() { SetBoxDimensions(2.0, 2.0, 2.0); };
31 
36  BSEmcRecoHitDraw(const char *name, FairDataSourceI *dataSource = nullptr, Int_t iVerbose = 1) : FairHitDraw(name, dataSource, iVerbose) { SetBoxDimensions(2.0, 2.0, 2.0); };
37 
39  virtual ~BSEmcRecoHitDraw(){};
40 
41  protected:
42  virtual Int_t GetValue(TObject *obj, Int_t i);
44 };
45 
46 #endif /*BSEMCRECOHITDRAW_HH*/
virtual ~BSEmcRecoHitDraw()
unsigned int i
Definition: P4_F32vec4.h:21
virtual Int_t GetValue(TObject *obj, Int_t i)
Task to display Emc reconstructed hits.
BSEmcRecoHitDraw(const char *name, FairDataSourceI *dataSource=nullptr, Int_t iVerbose=1)
ClassDef(BSEmcRecoHitDraw, 1)