![]() |
ATLAS Offline Software
|
#include <CTPConfig.h>
Public Member Functions | |
| CTPConfig () | |
| virtual | ~CTPConfig () override |
| unsigned int | ctpVersion () const |
| unsigned int | l1Version () const |
| int | prescaleSetId () const |
| int | bunchGroupSetId () const |
| const Menu & | menu () const |
| const PrescaleSet & | prescaleSet (unsigned int partition=0) const |
| const BunchGroupSet & | bunchGroupSet () const |
| const PrescaledClock & | prescaledClock () const |
| const DeadTime & | deadTime () const |
| const Random & | random () const |
| const CTPFiles * | ctpfiles () const |
| const PrioritySet & | prioritySet () const |
| const Muctpi & | muCTPi () const |
| Menu & | menu () |
| PrescaleSet & | prescaleSet (unsigned int partition=0) |
| BunchGroupSet & | bunchGroupSet () |
| PrescaledClock & | prescaledClock () |
| DeadTime & | deadTime () |
| Random & | random () |
| CTPFiles * | ctpfiles () |
| PrioritySet & | prioritySet () |
| Muctpi & | muCTPi () |
| bool | loadCtpFiles () const |
| bool | loadCtpcoreFiles () const |
| bool | loadCtpinFiles () const |
| bool | loadCtpmonFiles () const |
| void | setCTPVersion (unsigned int v) |
| void | setL1Version (unsigned int v) |
| void | setPrescaleSetId (int id) |
| void | setBunchGroupSetId (int id) |
| void | clearPrescaleSets () |
| void | setPrescaleSet (const PrescaleSet &pss) |
| void | setBunchGroupSet (const BunchGroupSet &m) |
| void | setPrescaledClock (const PrescaledClock &m) |
| void | setDeadTime (const DeadTime &m) |
| void | setRandom (const Random &m) |
| void | setCTPFiles (CTPFiles *ctp) |
| void | setPrioritySet (const PrioritySet &m) |
| void | setMuCTPi (const Muctpi &m) |
| void | setLoadCtpFiles (bool flag=true) |
| void | setLoadCtpcoreFiles (bool flag=true) |
| void | setLoadCtpinFiles (bool flag=true) |
| void | setLoadCtpmonFiles (bool flag=true) |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const override |
| void | writeXML (const std::string &filename, int indentWidth=2) const |
| void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
| bool | equals (const CTPConfig *other, const std::string &filename) const |
| DiffStruct * | compareTo (const CTPConfig *o) 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 |
Private Attributes | |
| unsigned int | m_ctpVersion |
| unsigned int | m_l1Version |
| int | m_PrescaleSetId |
| int | m_BunchGroupSetId |
| Menu | m_Menu |
| PrescaleSet | m_PrescaleSets [4] |
| BunchGroupSet | m_BunchGroupSet |
| PrescaledClock | m_PrescaledClock |
| DeadTime | m_DeadTime |
| Random | m_Random |
| PrioritySet | m_PrioritySet |
| Muctpi | m_MuCTPi |
| bool | m_LoadCtpFiles |
| bool | m_LoadCtpcoreFiles |
| bool | m_LoadCtpinFiles |
| bool | m_LoadCtpmonFiles |
| CTPFiles * | m_CTPFiles |
| 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 27 of file CTPConfig.h.
| CTPConfig::CTPConfig | ( | ) |
Definition at line 14 of file CTPConfig.cxx.
|
overridevirtual |
Definition at line 26 of file CTPConfig.cxx.
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
|
inline |
Definition at line 51 of file CTPConfig.h.
|
inline |
Definition at line 40 of file CTPConfig.h.
|
inline |
Definition at line 36 of file CTPConfig.h.
| void CTPConfig::clearPrescaleSets | ( | ) |
Definition at line 45 of file CTPConfig.cxx.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
| DiffStruct * CTPConfig::compareTo | ( | const CTPConfig * | o | ) | const |
Definition at line 78 of file CTPConfig.cxx.
|
inline |
Definition at line 55 of file CTPConfig.h.
|
inline |
Definition at line 44 of file CTPConfig.h.
|
inline |
Definition at line 33 of file CTPConfig.h.
|
inline |
Definition at line 53 of file CTPConfig.h.
|
inline |
Definition at line 42 of file CTPConfig.h.
| bool CTPConfig::equals | ( | const CTPConfig * | other, |
| const std::string & | filename ) const |
Definition at line 61 of file CTPConfig.cxx.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
|
inline |
Definition at line 34 of file CTPConfig.h.
|
inline |
Definition at line 60 of file CTPConfig.h.
|
inline |
Definition at line 59 of file CTPConfig.h.
|
inline |
Definition at line 61 of file CTPConfig.h.
|
inline |
Definition at line 62 of file CTPConfig.h.
|
inlineinherited |
Definition at line 30 of file L1DataBaseclass.h.
|
inline |
Definition at line 49 of file CTPConfig.h.
|
inline |
Definition at line 38 of file CTPConfig.h.
|
inline |
Definition at line 57 of file CTPConfig.h.
|
inline |
Definition at line 46 of file CTPConfig.h.
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
inline |
Definition at line 52 of file CTPConfig.h.
|
inline |
Definition at line 41 of file CTPConfig.h.
|
inline |
Definition at line 50 of file CTPConfig.h.
|
inline |
Definition at line 39 of file CTPConfig.h.
|
inline |
Definition at line 35 of file CTPConfig.h.
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 93 of file CTPConfig.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
|
inline |
Definition at line 56 of file CTPConfig.h.
|
inline |
Definition at line 45 of file CTPConfig.h.
|
inline |
Definition at line 54 of file CTPConfig.h.
|
inline |
Definition at line 43 of file CTPConfig.h.
|
inline |
Definition at line 73 of file CTPConfig.h.
|
inline |
Definition at line 68 of file CTPConfig.h.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inline |
Definition at line 77 of file CTPConfig.h.
| void CTPConfig::setCTPVersion | ( | unsigned int | v | ) |
Definition at line 33 of file CTPConfig.cxx.
|
inline |
Definition at line 75 of file CTPConfig.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
| void CTPConfig::setL1Version | ( | unsigned int | v | ) |
Definition at line 39 of file CTPConfig.cxx.
|
inline |
Definition at line 86 of file CTPConfig.h.
|
inline |
Definition at line 80 of file CTPConfig.h.
|
inline |
Definition at line 87 of file CTPConfig.h.
|
inline |
Definition at line 88 of file CTPConfig.h.
|
inlineinherited |
Definition at line 31 of file L1DataBaseclass.h.
|
inline |
Definition at line 79 of file CTPConfig.h.
|
inlineinherited |
Definition at line 30 of file TrigConfData.h.
|
inline |
Definition at line 74 of file CTPConfig.h.
| void CTPConfig::setPrescaleSet | ( | const PrescaleSet & | pss | ) |
Definition at line 51 of file CTPConfig.cxx.
|
inline |
Definition at line 67 of file CTPConfig.h.
|
inline |
Definition at line 78 of file CTPConfig.h.
|
inline |
Definition at line 76 of file CTPConfig.h.
|
inlineinherited |
Definition at line 28 of file TrigConfData.h.
|
inlineinherited |
Definition at line 27 of file TrigConfData.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.
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
| void CTPConfig::writeXML | ( | const std::string & | filename, |
| int | indentWidth = 2 ) const |
Definition at line 111 of file CTPConfig.cxx.
| void CTPConfig::writeXML | ( | std::ostream & | xmlfile, |
| int | indentLevel = 0, | ||
| int | indentWidth = 2 ) const |
Definition at line 131 of file CTPConfig.cxx.
|
private |
Definition at line 110 of file CTPConfig.h.
|
private |
Definition at line 107 of file CTPConfig.h.
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
private |
Definition at line 121 of file CTPConfig.h.
|
private |
Definition at line 104 of file CTPConfig.h.
|
private |
Definition at line 112 of file CTPConfig.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
private |
Definition at line 105 of file CTPConfig.h.
|
private |
Definition at line 118 of file CTPConfig.h.
|
private |
Definition at line 117 of file CTPConfig.h.
|
private |
Definition at line 119 of file CTPConfig.h.
|
private |
Definition at line 120 of file CTPConfig.h.
|
privateinherited |
Definition at line 35 of file L1DataBaseclass.h.
|
private |
Definition at line 108 of file CTPConfig.h.
|
private |
Definition at line 115 of file CTPConfig.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
private |
Definition at line 111 of file CTPConfig.h.
|
private |
Definition at line 106 of file CTPConfig.h.
|
private |
Definition at line 109 of file CTPConfig.h.
|
private |
Definition at line 114 of file CTPConfig.h.
|
private |
Definition at line 113 of file CTPConfig.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.