6 #ifndef BSEMCRECOHITDRAW_HH 7 #define BSEMCRECOHITDRAW_HH 10 #include "RtypesCore.h" 12 #include "FairHitDraw.h" 14 class FairDataSourceI;
17 class TMemberInspector;
36 BSEmcRecoHitDraw(
const char *name, FairDataSourceI *dataSource =
nullptr, Int_t iVerbose = 1) : FairHitDraw(name, dataSource, iVerbose) { SetBoxDimensions(2.0, 2.0, 2.0); };
42 virtual Int_t
GetValue(TObject *obj, Int_t
i);
virtual ~BSEmcRecoHitDraw()
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)