#include <TGCInnerTrackletSlot.h>
Definition at line 11 of file TGCInnerTrackletSlot.h.
◆ anonymous enum
| Enumerator |
|---|
| FI | |
| EI | |
| NUMBER_OF_REGIONS | |
| WIRE | |
| STRIP | |
| NUMBER_OF_READOUTS | |
| NUMBER_OF_TRIGGER_BITS | |
Definition at line 32 of file TGCInnerTrackletSlot.h.
◆ TGCInnerTrackletSlot()
| LVL1TGCTrigger::TGCInnerTrackletSlot::TGCInnerTrackletSlot |
( |
| ) |
|
◆ ~TGCInnerTrackletSlot()
| LVL1TGCTrigger::TGCInnerTrackletSlot::~TGCInnerTrackletSlot |
( |
| ) |
|
|
default |
◆ clearTriggerBits()
| void LVL1TGCTrigger::TGCInnerTrackletSlot::clearTriggerBits |
( |
| ) |
|
Definition at line 65 of file TGCInnerTrackletSlot.cxx.
65 {
70 }
71 }
72 }
73 }
bool m_triggerBit[NUMBER_OF_REGIONS][NUMBER_OF_READOUTS][NUMBER_OF_TRIGGER_BITS]
◆ getSideId()
| int LVL1TGCTrigger::TGCInnerTrackletSlot::getSideId |
( |
| ) |
const |
◆ getSlotId()
| int LVL1TGCTrigger::TGCInnerTrackletSlot::getSlotId |
( |
| ) |
const |
◆ getTriggerBit()
| bool LVL1TGCTrigger::TGCInnerTrackletSlot::getTriggerBit |
( |
const unsigned int | region, |
|
|
const unsigned int | readout, |
|
|
const unsigned int | iBit ) const |
◆ getTriggerWord()
| unsigned short LVL1TGCTrigger::TGCInnerTrackletSlot::getTriggerWord |
( |
| ) |
const |
◆ setSideId()
| void LVL1TGCTrigger::TGCInnerTrackletSlot::setSideId |
( |
const int | sideId | ) |
|
◆ setSlotId()
| void LVL1TGCTrigger::TGCInnerTrackletSlot::setSlotId |
( |
const int | slotId | ) |
|
◆ setTgcArguments()
| void LVL1TGCTrigger::TGCInnerTrackletSlot::setTgcArguments |
( |
const TGCArguments * | tgcargs | ) |
|
◆ setTriggerBit()
| bool LVL1TGCTrigger::TGCInnerTrackletSlot::setTriggerBit |
( |
const unsigned int | region, |
|
|
const unsigned int | readout, |
|
|
const unsigned int | iBit, |
|
|
const bool | triggerBit ) |
◆ setTriggerBits()
| bool LVL1TGCTrigger::TGCInnerTrackletSlot::setTriggerBits |
( |
const bool | val | ) |
|
◆ setTriggerWord()
| void LVL1TGCTrigger::TGCInnerTrackletSlot::setTriggerWord |
( |
unsigned int | word | ) |
|
Definition at line 75 of file TGCInnerTrackletSlot.cxx.
75 {
76 unsigned int tstBit =1;
80 m_triggerBit[region][readout][iBit] = ((tstBit & word) !=0 );
81 tstBit = tstBit*2;
82 }
83 }
84 }
85 }
◆ tgcArgs()
| const TGCArguments * LVL1TGCTrigger::TGCInnerTrackletSlot::tgcArgs |
( |
| ) |
const |
|
inline |
◆ m_sideId
| int LVL1TGCTrigger::TGCInnerTrackletSlot::m_sideId |
|
private |
◆ m_slotId
| int LVL1TGCTrigger::TGCInnerTrackletSlot::m_slotId |
|
private |
◆ m_tgcArgs
| const TGCArguments* LVL1TGCTrigger::TGCInnerTrackletSlot::m_tgcArgs |
|
private |
◆ m_triggerBit
The documentation for this class was generated from the following files: