18 #ifndef BSEMCRECOHITDRAW_HH 19 #define BSEMCRECOHITDRAW_HH 22 #include "RtypesCore.h" 24 #include "FairHitDraw.h" 26 class FairDataSourceI;
29 class TMemberInspector;
48 BSEmcRecoHitDraw(
const char *name, FairDataSourceI *dataSource =
nullptr, Int_t iVerbose = 1) : FairHitDraw(name, dataSource, iVerbose) { SetBoxDimensions(2.0, 2.0, 2.0); };
54 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)