StripID


class description - source file - inheritance tree

class StripID : public TObject


    public:
StripID StripID() StripID StripID(StripID&) virtual void ~StripID() TClass* Class() UShort_t getCtrl() UShort_t getID() UShort_t getTag() UShort_t getTower() virtual TClass* IsA() Bool_t setCTRL(UShort_t ctrlVal) Bool_t setStrip(UShort_t stripVal) Bool_t setTag(UShort_t tagVal) Bool_t setTower(UShort_t towerVal) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
UShort_t m_tag Packed word containing strip data public:
static const enum TObject:: TKR_K_STRIP static const enum TObject:: TKR_V_STRIP static const enum TObject:: TKR_M_STRIP static const enum TObject:: TKR_K_CTRL static const enum TObject:: TKR_V_CTRL static const enum TObject:: TKR_M_CTRL static const enum TObject:: TKR_K_TOWER static const enum TObject:: TKR_V_TOWER static const enum TObject:: TKR_M_TOWER static const enum TObject:: STRIP_CTRL_RIGHT static const enum TObject:: STRIP_CTRL_LEFT

Class Description

 The StripID class contains strip identification information.  This
 includes the strip number within the layer, the tower (always 0 for
 the '99/2000 beamtest, and the controller the strip was read out on.



StripID() : m_tag(0)

~StripID()

Bool_t setStrip(UShort_t stripVal)

Bool_t setCTRL(UShort_t ctrlVal)

Bool_t setTower(UShort_t towerVal)



Inline Functions


           UShort_t getTag()
           UShort_t getID()
           UShort_t getCtrl()
           UShort_t getTower()
             Bool_t setTag(UShort_t tagVal)
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
            StripID StripID(StripID&)


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.