PandaRoot
BSEmcMCDepositDraw.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- BSEmcMCDepositDraw header file -----
3 // ----- Created 03/01/09 by T. Stockmanns -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef BSEMCMCDEPOSITDRAW_HH
7 #define BSEMCMCDEPOSITDRAW_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 BSEmcMCDepositDraw : public FairHitDraw {
27 
28 public:
30  BSEmcMCDepositDraw() { SetBoxDimensions(2.0, 2.0, 2.0); };
31 
36  BSEmcMCDepositDraw(const char *name, FairDataSourceI *dataSource = nullptr,
37  Int_t iVerbose = 1)
38  : FairHitDraw(name, dataSource, iVerbose) {
39  SetBoxDimensions(2.0, 2.0, 2.0);
40  };
41 
43  virtual ~BSEmcMCDepositDraw(){};
44 
45 protected:
46  virtual Int_t GetValue(TObject *obj, Int_t i);
48 };
49 
50 #endif /*BSEMCMCDEPOSITDRAW_HH*/
unsigned int i
Definition: P4_F32vec4.h:21
BSEmcMCDepositDraw(const char *name, FairDataSourceI *dataSource=nullptr, Int_t iVerbose=1)
ClassDef(BSEmcMCDepositDraw, 1)
Task to display Emc MCHit.
virtual Int_t GetValue(TObject *obj, Int_t i)