HWallRawSim
class description - source file - inheritance tree (.pdf)
public:
HWallRawSim()
HWallRawSim(const HWallRawSim&)
~HWallRawSim()
static TClass* Class()
void clear()
Short_t getNHit()
Int_t getNTrack1() const
Int_t getNTrack2() const
void incNHit()
virtual TClass* IsA() const
HWallRawSim& operator=(const HWallRawSim&)
void setNHit(Short_t anHit)
void setNTrack(Int_t)
void setNTrack1(const Int_t n)
void setNTrack2(const Int_t n)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Int_t nTrack1 number of Track for first hit in cell
Int_t nTrack2 number of Track for second hit in cell
Short_t nHit number of hit //FK//
HWallRawSim
this is raw data level for simulated data
it stores 2 track numbers
void clear(void)
clears the object
void setNTrack( Int_t nTrack)
set the track number
up to 2 hits per cell can be stored now
Inline Functions
void ~HWallRawSim()
HWallRawSim HWallRawSim()
void setNTrack1(const Int_t n)
void setNTrack2(const Int_t n)
Int_t getNTrack1() const
Int_t getNTrack2() const
Short_t getNHit()
void setNHit(Short_t anHit)
void incNHit()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HWallRawSim HWallRawSim(const HWallRawSim&)
HWallRawSim& operator=(const HWallRawSim&)
Last update: 18/12/99
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.