![]() |
ATLAS Offline Software
|
#include <ThresholdMonitor.h>
Public Member Functions | |
| ThresholdMonitor () | |
| ThresholdMonitor (const ThresholdMonitor &thr) | |
| virtual | ~ThresholdMonitor () override=default |
| int | thresholdId () const |
| int | multiplicity () const |
| int | internalCounter () const |
| int | bunchGroupId () const |
| const std::string & | counterType () const |
| const std::string & | thresholdName () const |
| uint16_t | ctpinSlot () const |
| uint16_t | ctpinConnector () const |
| int | thresholdStartBit () const |
| int | thresholdEndBit () const |
| bool | thresholdActive () const |
| void | setThresholdId (const int &id) |
| void | setMultiplicity (const int &multiplicity) |
| void | setInternalCounter (const int &internalcounter) |
| void | setBunchGroupId (const int &bunchgroupid) |
| void | setCounterType (const std::string &countertype) |
| void | setThresholdName (const std::string &name) |
| void | setCtpinSlot (const uint16_t &slot) |
| void | setCtpinConnector (const uint16_t &con) |
| void | setThresholdStartBit (const int &bit) |
| void | setThresholdEndBit (const int &bit) |
| void | setThresholdActive (const bool &active) |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const override |
| virtual void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
| unsigned int | lvl1MasterTableId () const |
| void | setLvl1MasterTableId (unsigned int id) |
| int | superMasterTableId () const |
| unsigned int | smk () const |
| unsigned int | id () const |
| const std::string & | name () const |
| const std::string & | comment () const |
| unsigned int | version () const |
| void | setSuperMasterTableId (int id) |
| void | setSMK (int id) |
| void | setId (unsigned int id) |
| void | setName (const std::string &name) |
| void | setVersion (unsigned int version) |
| void | setComment (const std::string &c) |
| void | printNameIdV (const std::string &indent="") const |
| virtual std::string | __str__ () const |
Protected Member Functions | |
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Protected Attributes | |
| std::string | m_CounterType {""} |
| std::string | m_ThresholdName {""} |
| uint16_t | m_CtpinSlot {0} |
| uint16_t | m_CtpinConnector {0} |
| int | m_ThresholdId {0} |
| int | m_BunchGroupId {0} |
| int | m_Multiplicity {0} |
| int | m_InternalCounter {0} |
| int | m_ThresholdStartBit {0} |
| int | m_ThresholdEndBit {0} |
| bool | m_ThresholdActive {false} |
Private Attributes | |
| unsigned int | m_Lvl1MasterId |
| unsigned int | m_smk |
| unsigned int | m_id |
| std::string | m_name |
| unsigned int | m_version |
| std::string | m_comment |
Definition at line 17 of file ThresholdMonitor.h.
| TrigConf::ThresholdMonitor::ThresholdMonitor | ( | ) |
Definition at line 19 of file ThresholdMonitor.cxx.
| TrigConf::ThresholdMonitor::ThresholdMonitor | ( | const ThresholdMonitor & | thr | ) |
Definition at line 23 of file ThresholdMonitor.cxx.
|
overridevirtualdefault |
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
|
inline |
Definition at line 30 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
|
inline |
Definition at line 31 of file ThresholdMonitor.h.
|
inline |
Definition at line 34 of file ThresholdMonitor.h.
|
inline |
Definition at line 33 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
|
inline |
Definition at line 29 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 30 of file L1DataBaseclass.h.
|
inline |
Definition at line 28 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 42 of file ThresholdMonitor.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
|
inline |
Definition at line 43 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inline |
Definition at line 44 of file ThresholdMonitor.h.
|
inline |
Definition at line 47 of file ThresholdMonitor.h.
|
inline |
Definition at line 46 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
|
inline |
Definition at line 42 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 31 of file L1DataBaseclass.h.
|
inline |
Definition at line 41 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 30 of file TrigConfData.h.
|
inlineinherited |
Definition at line 28 of file TrigConfData.h.
|
inlineinherited |
Definition at line 27 of file TrigConfData.h.
|
inline |
Definition at line 50 of file ThresholdMonitor.h.
|
inline |
Definition at line 49 of file ThresholdMonitor.h.
|
inline |
Definition at line 40 of file ThresholdMonitor.h.
|
inline |
Definition at line 45 of file ThresholdMonitor.h.
|
inline |
Definition at line 48 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 31 of file TrigConfData.h.
|
inlineinherited |
Definition at line 20 of file TrigConfData.h.
|
inlineinherited |
Definition at line 19 of file TrigConfData.h.
|
inline |
Definition at line 37 of file ThresholdMonitor.h.
|
inline |
Definition at line 36 of file ThresholdMonitor.h.
|
inline |
Definition at line 27 of file ThresholdMonitor.h.
|
inline |
Definition at line 32 of file ThresholdMonitor.h.
|
inline |
Definition at line 35 of file ThresholdMonitor.h.
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
|
virtual |
Definition at line 57 of file ThresholdMonitor.cxx.
|
protected |
Definition at line 61 of file ThresholdMonitor.h.
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
protected |
Definition at line 56 of file ThresholdMonitor.h.
|
protected |
Definition at line 59 of file ThresholdMonitor.h.
|
protected |
Definition at line 58 of file ThresholdMonitor.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
protected |
Definition at line 63 of file ThresholdMonitor.h.
|
privateinherited |
Definition at line 35 of file L1DataBaseclass.h.
|
protected |
Definition at line 62 of file ThresholdMonitor.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
protected |
Definition at line 66 of file ThresholdMonitor.h.
|
protected |
Definition at line 65 of file ThresholdMonitor.h.
|
protected |
Definition at line 60 of file ThresholdMonitor.h.
|
protected |
Definition at line 57 of file ThresholdMonitor.h.
|
protected |
Definition at line 64 of file ThresholdMonitor.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.