#include "hrichphotonhitheader.h"

HRichPhotonHitHeader


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

class HRichPhotonHitHeader : public TObject

Inheritance Chart:
TObject
<-
HRichPhotonHitHeader

    public:
HRichPhotonHitHeader() HRichPhotonHitHeader(const HRichPhotonHitHeader& source) virtual ~HRichPhotonHitHeader() static TClass* Class() Int_t getNbPhotons() Float_t getRingPhi() Float_t getRingTheta() Int_t getRingX() Int_t getRingY() Int_t getSector() virtual TClass* IsA() const HRichPhotonHitHeader& operator=(const HRichPhotonHitHeader& source) void Reset() void setNbPhotons(Int_t nb) void setRingPhi(Float_t x) void setRingTheta(Float_t y) void setRingX(Int_t x) void setRingY(Int_t y) void setSector(Int_t s) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t nRingX x coord of a ring for which more than 3 photons were found Int_t nRingY y coord of a ring for which more than 3 photons were found Float_t fRingPhi Float_t fRingTheta Int_t nSector Int_t nPhotonsFound number of recognized photons for ring

Class Description


HRichPhotonHitHeader()

~HRichPhotonHitHeader()

HRichPhotonHitHeader(const HRichPhotonHitHeader& source)

void Reset(void)



Inline Functions


        HRichPhotonHitHeader& operator=(const HRichPhotonHitHeader& source)
                        Int_t getSector()
                         void setSector(Int_t s)
                         void setRingPhi(Float_t x)
                         void setRingTheta(Float_t y)
                      Float_t getRingPhi()
                      Float_t getRingTheta()
                         void setRingX(Int_t x)
                         void setRingY(Int_t y)
                        Int_t getRingX()
                        Int_t getRingY()
                         void setNbPhotons(Int_t nb)
                        Int_t getNbPhotons()
                      TClass* Class()
                      TClass* IsA() const
                         void ShowMembers(TMemberInspector& insp, char* parent)
                         void Streamer(TBuffer& b)
                         void StreamerNVirtual(TBuffer& b)


Last update: Fri Jan 26 12:29:23 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.