L1T


class description - source file - inheritance tree

class L1T : public TObject


    public:
L1T L1T() L1T L1T(Int_t trigCount, Int_t trigTimeValue, Int_t xCapture, Int_t yCapture, UShort_t vetoCapture, UChar_t deadTimeReason, UShort_t deadTime) L1T L1T(const L1T const&) virtual void ~L1T() TClass* Class() UShort_t DeadTime() UChar_t DeadTimeReason() virtual TClass* IsA() void setDeadTime(UShort_t newVal) void setDeadTimeReason(UChar_t newVal) void setTrigCount(Int_t newVal) void setTrigTimeValue(Int_t newVal) void setVetoCapture(UShort_t newVal) void setXCapture(Int_t newVal) void setYCapture(Int_t newVal) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) Int_t TrigCount() Int_t TrigTimeValue() UShort_t VetoCapture() Int_t XCapture() Int_t YCapture()

Data Members

private:
Int_t m_trigCount access the 32-bit L1 trigger count Int_t m_trigTimeValue access the 32-bit the trigger time value (32 bits) Int_t m_xCapture access the x-trigger REQ capture (32 bits) Int_t m_yCapture access the y-trigger capture (32 bits) UShort_t m_vetoCapture access the veto REQ capture UChar_t m_deadTimeReason access the dead-time reason (6 bits) UShort_t m_deadTime access the dead-time count (16-bits)

Class Description

 The L1T class contains the information about the Level 1 Trigger count
 for an event.



L1T( Int_t trigCount, Int_t trigTimeValue, Int_t xCapture, Int_t yCapture, UShort_t vetoCapture, UChar_t deadTimeReason, UShort_t deadTime) : m_trigCount(trigCount), m_trigTimeValue(trigTimeValue), m_xCapture(xCapture), m_yCapture(yCapture), m_vetoCapture(vetoCapture), m_deadTimeReason(deadTimeReason), m_deadTime(deadTime)

L1T()
 Default constructor

~L1T()
 Destructor



Inline Functions


              Int_t TrigCount()
              Int_t TrigTimeValue()
              Int_t XCapture()
              Int_t YCapture()
           UShort_t VetoCapture()
            UChar_t DeadTimeReason()
           UShort_t DeadTime()
               void setTrigCount(Int_t newVal)
               void setTrigTimeValue(Int_t newVal)
               void setXCapture(Int_t newVal)
               void setYCapture(Int_t newVal)
               void setVetoCapture(UShort_t newVal)
               void setDeadTimeReason(UChar_t newVal)
               void setDeadTime(UShort_t newVal)
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
                L1T L1T(const L1T const&)


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.