LCDtowerID


class description - source file - inheritance tree

class LCDtowerID : public TObject


    public:
LCDtowerID LCDtowerID() LCDtowerID LCDtowerID(UInt_t tag) LCDtowerID LCDtowerID(LCDtowerID&) virtual void ~LCDtowerID() static TClass* Class() UInt_t GetBarrelEndcap() const UInt_t GetLayer() const UInt_t GetPhi() const UInt_t GetSystem() const UInt_t GetTag() const UInt_t GetTheta() const virtual ULong_t Hash() const virtual TClass* IsA() const virtual Bool_t IsEqual(const TObject* obj) const LCDtowerID& operator=(const LCDtowerID& p) LCDtowerID& operator=(const UInt_t& p) void SetBarrelEndcap(UInt_t barrelEndcapVal) void SetLayer(UInt_t layerVal) void SetPhi(UInt_t phiVal) void SetSystem(UInt_t systemVal) void SetTag(UInt_t tagVal) void SetTheta(UInt_t thetaVal) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
UInt_t m_tag Calorimeter tower ID number

Class Description

 LCDtowerID

 The towerID class contains a tower ID number (encoding of detector
 element position) as well as functions to obtain the location of
 tower in question. TowerID is used in the CalHit class.



UInt_t GetTheta() const

void SetTheta(UInt_t tag)

UInt_t GetPhi() const

void SetPhi(UInt_t tag)

UInt_t GetLayer() const

void SetLayer(UInt_t tag)

UInt_t GetSystem() const

void SetSystem(UInt_t tag)

UInt_t GetBarrelEndcap() const

void SetBarrelEndcap(UInt_t tag)



Inline Functions


         LCDtowerID LCDtowerID()
         LCDtowerID LCDtowerID(UInt_t tag)
             UInt_t GetTag() const
               void SetTag(UInt_t tagVal)
        LCDtowerID& operator=(const LCDtowerID& p)
        LCDtowerID& operator=(const UInt_t& p)
            ULong_t Hash() const
             Bool_t IsEqual(const TObject* obj) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         LCDtowerID LCDtowerID(LCDtowerID&)
               void ~LCDtowerID()


ROOT page - Class index - 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.