| #include "hrichphotonhit.h" | 
HRichPhotonHit
class description - source file - inheritance tree (.pdf)
    public:
                      HRichPhotonHit()
                      HRichPhotonHit(const HRichPhotonHit& source)
              virtual ~HRichPhotonHit()
       static TClass* Class()
              Float_t getCharge()
              Float_t getPhi()
                Int_t getRingX()
                Int_t getRingY()
                Int_t getSector()
              Float_t getTheta()
              Float_t getX()
              Float_t getY()
      virtual TClass* IsA() const
      HRichPhotonHit& operator=(const HRichPhotonHit& source)
                 void Reset()
                 void setCharge(Float_t c)
                 void setPhi(const Float_t phi)
                 void setRingX(Int_t x)
                 void setRingY(Int_t y)
                 void setSector(Int_t s)
                 void setTheta(const Float_t th)
                 void setX(Float_t x)
                 void setY(Float_t y)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
    private:
      Float_t fX       interpolated x-coord of photon hit in pad units
      Float_t fY       interpolated y-coord of photon hit in pad units
      Float_t fTheta   interpolated theta (polar angle) of photon hit in degrees
      Float_t fPhi     interpolated phi (azimuthal angle) of photon hit in degrees 
        Int_t nSector  RICH sector [0;5]
      Float_t fCharge  summed charge induced by by photo electron
        Int_t nRingX   ring x coord the photon hit belongs to
        Int_t nRingY   ring y coord the photon hit belongs to
 HRichPhotonHit() 
 ~HRichPhotonHit() 
 HRichPhotonHit(const HRichPhotonHit& source) 
void Reset(void) 
Inline Functions
        HRichPhotonHit& operator=(const HRichPhotonHit& source)
                  Int_t getSector()
                   void setSector(Int_t s)
                   void setTheta(const Float_t th)
                   void setPhi(const Float_t phi)
                Float_t getTheta()
                Float_t getPhi()
                   void setX(Float_t x)
                   void setY(Float_t y)
                   void setCharge(Float_t c)
                Float_t getX()
                Float_t getY()
                Float_t getCharge()
                   void setRingX(Int_t x)
                   void setRingY(Int_t y)
                  Int_t getRingX()
                  Int_t getRingY()
                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.