HRichCalSim
class description - source file - inheritance tree (.pdf)
public:
HRichCalSim()
HRichCalSim(const HRichCalSim&)
~HRichCalSim()
void addEnergy(Float_t ene)
void addHit()
static TClass* Class()
void clear()
Float_t getEnergy() const
Int_t getNTrack1() const
Int_t getNTrack2() const
virtual TClass* IsA() const
HRichCalSim& operator=(const HRichCalSim&)
void setEnergy(Float_t ene)
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 index of track nb. for first hit
Int_t nTrack2 index of track nb. for last hit
Float_t fEnergy energy of the photon coupling to the pad, in case of direct hits is -1
_____________________________________________________________________________
HRichCalSim
cal class simulated data
contains nTrack1, nTrack2, indexes of the first and last track numbers
of the particles that hit one pad in the linear category catRichTrack and
fEnergy, average energy of the photon hits on each pad.
void clear()
clears the object
Inline Functions
void ~HRichCalSim()
HRichCalSim HRichCalSim()
void setNTrack1(const Int_t n)
void setNTrack2(const Int_t n)
void setEnergy(Float_t ene)
Int_t getNTrack1() const
Int_t getNTrack2() const
Float_t getEnergy() const
void addEnergy(Float_t ene)
void addHit()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HRichCalSim HRichCalSim(const HRichCalSim&)
HRichCalSim& operator=(const HRichCalSim&)
Last update: 13/05/2001 by Laura Fabbietti
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.