![]() |
ATLAS Offline Software
|
Simplified class designed to store information of a trigger. More...
#include <MuonCalibTriggerInfo.h>
Public Member Functions | |
| MuonCalibTriggerInfo () | |
| default constructor More... | |
| MuonCalibTriggerInfo (MuonCalibTriggerType type, double bcOffset) | |
| MuonCalibTriggerInfo (int tbpbit, int tapbit, int tavbit, int bcIndex) | |
| ~MuonCalibTriggerInfo () | |
| MuonCalibTriggerType | type () const |
| destructor More... | |
| int | tbp () const |
| return the trigger bit before prescale More... | |
| int | tap () const |
| return the trigger bit after prescale More... | |
| int | tav () const |
| return the trigger bit after veto More... | |
| double | delay () const |
| return the delay of the signal wrt firing trigger More... | |
| int | bcIndex () const |
| return the bcIndex of the trigger More... | |
| std::vector< int > | triggerBits () const |
| return the trigger bits for this type More... | |
| std::string | typeString () const |
| return string representing type More... | |
Private Attributes | |
| MuonCalibTriggerType | m_type |
| type More... | |
| int | m_tbpbit |
| trig bit before pre-scale More... | |
| int | m_tapbit |
| trig bit after pre-scale More... | |
| int | m_tavbit |
| trig bit after veto More... | |
| double | m_delay |
| delay of signal wrt firing trigger More... | |
| int | m_bcIndex |
| trig bc Index More... | |
Simplified class designed to store information of a trigger.
It has :
Definition at line 74 of file MuonCalibTriggerInfo.h.
| MuonCalib::MuonCalibTriggerInfo::MuonCalibTriggerInfo | ( | ) |
default constructor
Definition at line 97 of file MuonCalibTriggerInfo.cxx.
| MuonCalib::MuonCalibTriggerInfo::MuonCalibTriggerInfo | ( | MuonCalibTriggerType | type, |
| double | bcOffset | ||
| ) |
| MuonCalib::MuonCalibTriggerInfo::MuonCalibTriggerInfo | ( | int | tbpbit, |
| int | tapbit, | ||
| int | tavbit, | ||
| int | bcIndex | ||
| ) |
Definition at line 103 of file MuonCalibTriggerInfo.cxx.
|
inline |
Definition at line 79 of file MuonCalibTriggerInfo.h.
|
inline |
|
inline |
return the delay of the signal wrt firing trigger
Definition at line 94 of file MuonCalibTriggerInfo.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
trig bc Index
Definition at line 111 of file MuonCalibTriggerInfo.h.
|
private |
delay of signal wrt firing trigger
Definition at line 110 of file MuonCalibTriggerInfo.h.
|
private |
trig bit after pre-scale
Definition at line 108 of file MuonCalibTriggerInfo.h.
|
private |
trig bit after veto
Definition at line 109 of file MuonCalibTriggerInfo.h.
|
private |
trig bit before pre-scale
Definition at line 107 of file MuonCalibTriggerInfo.h.
|
private |
type
Definition at line 106 of file MuonCalibTriggerInfo.h.
1.8.18