ACDTile


class description - source file - inheritance tree

class ACDTile : public TObject


    public:
ACDTile ACDTile() ACDTile ACDTile(TileID* id) ACDTile ACDTile(ACDTile&) virtual void ~ACDTile() TClass* Class() UChar_t getHit() TileID* getID() UShort_t getPMT() virtual TClass* IsA() Bool_t setHit(UChar_t hitVal) Bool_t setPMT(UShort_t pmtVal) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
UShort_t m_tag Packed word containing tile data TileID* m_tileID Tile identity info class public:
static const enum TObject:: ACD_K_PMT static const enum TObject:: ACD_V_PMT static const enum TObject:: ACD_M_PMT static const enum TObject:: ACD_K_HIT static const enum TObject:: ACD_V_HIT static const enum TObject:: ACD_M_HIT

Class Description

 The ACDTile class contains the information about a single ACD tile.
 This includes the PHA value, and above thresh information.



ACDTile() : m_tag(0)
 Default constructor

ACDTile(TileID* id) : m_tag(0)
 Create a ACDTile object with tileID of id

~ACDTile()
 Destructor

UChar_t getHit()
 Returns 1 if tile above thresh, 0 otherwise

UShort_t getPMT()
 Returns the PMT value for this tile

Bool_t setPMT(UShort_t pmtVal)
 Set the PMT value for this tile
 Valid PMT values are in the range of [0,2047]

Bool_t setHit(UChar_t hitVal)
 Set the 'hit' status of this tile
 1 == above thresh, 0 == below



Inline Functions


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


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.