#include "hrichhitIPU.h"

HRichHitIPU


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

class HRichHitIPU : public TObject

Inheritance Chart:
TObject
<-
HRichHitIPU
<-
HRichHitIPUSim

    public:
HRichHitIPU() HRichHitIPU(const HRichHitIPU&) virtual ~HRichHitIPU() static TClass* Class() Int_t getDataWord() Int_t getNPads() Float_t getPhi() Int_t getQuality() Int_t getSector() Float_t getTheta() Int_t getVetoQuality() Int_t getX() Int_t getY() virtual TClass* IsA() const HRichHitIPU& operator=(const HRichHitIPU& source) virtual void Reset() void setDataWord(Int_t dw) void setNPads(Int_t pd) void setPhi(Float_t ph) void setQuality(Int_t q) void setSector(Int_t s) void setTheta(Float_t th) void setVetoQuality(Int_t v) void setX(Int_t px) void setY(Int_t py) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t iRingX x coordinate of the ring Int_t iRingY y coordinate of the ring Int_t iRingQuality quality factor of the ring Int_t iVetoQuality quality of the veto region Int_t nPads Number of pads that contribute to the ring Float_t fTheta Theta of the ring Float_t fPhi Phi of the ring Int_t DataWord ??? Int_t nSector Sector of the ring [0..5]

Class Description


HRichHitIPU(void)
 Default constructor

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   none

HRichHitIPU(const HRichHitIPU& source)
 Copy constructor

 Input parameters:
   const HRichHitIPU& source
      Pointer to object from which to copy.

 Output parameters:
   none

 Return code:
   none

void Reset(void)
 Resets all variables to the defaults.

 Input parameters:
   none

 Output parameters:
   none

 Return code:
   none



Inline Functions


                void ~HRichHitIPU()
        HRichHitIPU& operator=(const HRichHitIPU& source)
               Int_t getX()
               Int_t getY()
               Int_t getQuality()
               Int_t getVetoQuality()
               Int_t getDataWord()
               Int_t getSector()
               Int_t getNPads()
             Float_t getTheta()
             Float_t getPhi()
                void setX(Int_t px)
                void setY(Int_t py)
                void setDataWord(Int_t dw)
                void setSector(Int_t s)
                void setQuality(Int_t q)
                void setVetoQuality(Int_t v)
                void setTheta(Float_t th)
                void setPhi(Float_t ph)
                void setNPads(Int_t pd)
             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:27:48 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.