#include "hgeantparticleinfo.h" |
HGeantParticleInfo
class description - source file - inheritance tree (.pdf)
public:
HGeantParticleInfo()
HGeantParticleInfo(const HGeantParticleInfo& source)
~HGeantParticleInfo()
static TClass* Class()
void dumpToStdout()
Int_t getCorrCode(Int_t index)
Int_t getGeantTrackNr()
Int_t getReconTrk(Int_t index)
Int_t getTrackNr()
virtual TClass* IsA() const
virtual HGeantParticleInfo& operator=(const HGeantParticleInfo& source)
void reset()
void setCorrCode(Int_t index, Int_t track)
void setGeantTrackNr(Int_t index)
void setReconTrk(Int_t index, Int_t id)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t geantTrackNr GEANT track number
Int_t tracks[5] indices of recon tracks
Int_t corrCode[5] corr code of GEANT particle in resp. recon track
HGeantParticleInfo()
HGeantParticleInfo(const HGeantParticleInfo& source)
~HGeantParticleInfo()
void dumpToStdout()
void reset()
cout << " in HGeantParticleInfo::reset() "<<endl;
Int_t getTrackNr()
Inline Functions
HGeantParticleInfo& operator=(const HGeantParticleInfo& source)
Int_t getGeantTrackNr()
Int_t getReconTrk(Int_t index)
Int_t getCorrCode(Int_t index)
void setGeantTrackNr(Int_t index)
void setReconTrk(Int_t index, Int_t id)
void setCorrCode(Int_t index, Int_t track)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Fri Jan 26 11:54:42 2007
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.