TileID


class description - source file - inheritance tree

class TileID : public TObject


    public:
TileID TileID() TileID TileID(UInt_t tag) TileID TileID(TileID&) virtual void ~TileID() TClass* Class() virtual TClass* IsA() void setTag(UInt_t tagVal) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) UInt_t tag()

Data Members

private:
UInt_t m_tag ACD Tile ID number

Class Description

 The TileID class contains a tile ID number.
 TileID is used in the ACDTile class.



TileID()

TileID(UInt_t tag=0) : m_tag(tag)
 Create a TileID object with number tag

UInt_t tag() const
 Returns the log number

void setTag(UInt_t tagVal)
 Sets the m_tag to tagVal



Inline Functions


            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
             TileID TileID(TileID&)
               void ~TileID()


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.