PandaRoot
BSEmcRecoHitDraw Class Reference

Task to display Emc reconstructed hits. More...

#include <BSEmcRecoHitDraw.h>

Inheritance diagram for BSEmcRecoHitDraw:

Public Member Functions

 BSEmcRecoHitDraw ()
 
 BSEmcRecoHitDraw (const char *name, FairDataSourceI *dataSource=nullptr, Int_t iVerbose=1)
 
virtual ~BSEmcRecoHitDraw ()
 

Protected Member Functions

virtual Int_t GetValue (TObject *obj, Int_t i)
 
 ClassDef (BSEmcRecoHitDraw, 1)
 

Detailed Description

Task to display Emc reconstructed hits.

BSEmcRecoHitDraw

Author
T. Stockmanns
Ben Salisbury
Since
03.01.09

Definition at line 26 of file BSEmcRecoHitDraw.h.

Constructor & Destructor Documentation

◆ BSEmcRecoHitDraw() [1/2]

BSEmcRecoHitDraw::BSEmcRecoHitDraw ( )
inline

Default constructor

Definition at line 30 of file BSEmcRecoHitDraw.h.

30 { SetBoxDimensions(2.0, 2.0, 2.0); };

◆ BSEmcRecoHitDraw() [2/2]

BSEmcRecoHitDraw::BSEmcRecoHitDraw ( const char *  name,
FairDataSourceI *  dataSource = nullptr,
Int_t  iVerbose = 1 
)
inline

Standard constructor

Parameters
nameName of task
iVerboseVerbosity level

Definition at line 36 of file BSEmcRecoHitDraw.h.

36 : FairHitDraw(name, dataSource, iVerbose) { SetBoxDimensions(2.0, 2.0, 2.0); };

◆ ~BSEmcRecoHitDraw()

virtual BSEmcRecoHitDraw::~BSEmcRecoHitDraw ( )
inlinevirtual

Destructor

Definition at line 39 of file BSEmcRecoHitDraw.h.

References ClassDef(), GetValue(), and i.

39 {};

Member Function Documentation

◆ ClassDef()

BSEmcRecoHitDraw::ClassDef ( BSEmcRecoHitDraw  ,
 
)
protected

Referenced by ~BSEmcRecoHitDraw().

◆ GetValue()

virtual Int_t BSEmcRecoHitDraw::GetValue ( TObject *  obj,
Int_t  i 
)
protectedvirtual

Referenced by ~BSEmcRecoHitDraw().


The documentation for this class was generated from the following file: