#include "hshowerpid.h"

HShowerPID


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

class HShowerPID : public TObject

Inheritance Chart:
TObject
<-
HShowerPID
<-
HShowerPIDTrack
    private:
Int_t calcAddress() public:
HShowerPID() HShowerPID(const Float_t fCharge) HShowerPID(const HShowerPID&) ~HShowerPID() static TClass* Class() Int_t clear() virtual Int_t Compare(const TObject* obj) const Int_t getAddress() Float_t getCharge() Char_t getCol() Char_t getModule() Char_t getRow() Char_t getSector() Float_t getShower() void getSphereCoord(float* pr, float* pphi, float* ptheta) void getXYZ(Float_t* px, Float_t* py, Float_t* pz) virtual TClass* IsA() const virtual Bool_t IsSortable() const HShowerPID& operator=(const HShowerPID&) void setAddress(Int_t nAddress) void setCharge(Float_t fCharge) void setCol(Char_t c) void setModule(Char_t m) void setRow(Char_t r) void setSector(Char_t s) void setShower(Float_t fShower) void setSphereCoord(float r, float phi, float theta) void setXYZ(Float_t x, Float_t y, Float_t z) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Float_t m_fX spatial coord Float_t m_fY Float_t m_fZ float m_fRad sphere coord float m_fPhi float m_fTheta Float_t m_fShower shower - diff m_fSum2 - m_fSum1 if > 0 Char_t m_nSector Char_t m_nModule Char_t m_nRow Char_t m_nCol Float_t m_fCharge Int_t m_nAddress

Class Description


Int_t clear()

Int_t calcAddress()

void Streamer(TBuffer &R__b)
 Stream an object of class HShowerPID.



Inline Functions


               void ~HShowerPID()
         HShowerPID HShowerPID()
         HShowerPID HShowerPID(const Float_t fCharge)
              Int_t getAddress()
             Char_t getSector()
             Char_t getModule()
             Char_t getRow()
             Char_t getCol()
               void getXYZ(Float_t* px, Float_t* py, Float_t* pz)
               void getSphereCoord(float* pr, float* pphi, float* ptheta)
            Float_t getCharge()
            Float_t getShower()
               void setAddress(Int_t nAddress)
               void setSector(Char_t s)
               void setModule(Char_t m)
               void setRow(Char_t r)
               void setCol(Char_t c)
               void setXYZ(Float_t x, Float_t y, Float_t z)
               void setSphereCoord(float r, float phi, float theta)
               void setCharge(Float_t fCharge)
               void setShower(Float_t fShower)
             Bool_t IsSortable() const
              Int_t Compare(const TObject* obj) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void StreamerNVirtual(TBuffer& b)
         HShowerPID HShowerPID(const HShowerPID&)
        HShowerPID& operator=(const HShowerPID&)


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