#include "hgeantparticleinfo.h"

HGeantParticleInfo


class description - source file - inheritance tree (.pdf)

class HGeantParticleInfo : public TObject

Inheritance Chart:
TObject
<-
HGeantParticleInfo

    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)

Data Members

    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

Class Description


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.