PandaRoot
BSEmcRecoHitDraw.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 // -------------------------------------------------------------------------
14 // ----- BSEmcRecoHitDraw header file -----
15 // ----- Created 03/01/09 by T. Stockmanns -----
16 // -------------------------------------------------------------------------
17 
18 #ifndef BSEMCRECOHITDRAW_HH
19 #define BSEMCRECOHITDRAW_HH
20 
21 #include "Rtypes.h"
22 #include "RtypesCore.h"
23 
24 #include "FairHitDraw.h"
25 
26 class FairDataSourceI;
27 class TBuffer;
28 class TClass;
29 class TMemberInspector;
30 class TObject;
31 
38 class BSEmcRecoHitDraw : public FairHitDraw {
39 
40  public:
42  BSEmcRecoHitDraw() { SetBoxDimensions(2.0, 2.0, 2.0); };
43 
48  BSEmcRecoHitDraw(const char *name, FairDataSourceI *dataSource = nullptr, Int_t iVerbose = 1) : FairHitDraw(name, dataSource, iVerbose) { SetBoxDimensions(2.0, 2.0, 2.0); };
49 
51  virtual ~BSEmcRecoHitDraw(){};
52 
53  protected:
54  virtual Int_t GetValue(TObject *obj, Int_t i);
56 };
57 
58 #endif /*BSEMCRECOHITDRAW_HH*/
virtual ~BSEmcRecoHitDraw()
unsigned int i
Definition: P4_F32vec4.h:33
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)