![]() |
ATLAS Offline Software
|
#include <BunchGroupSet.h>
Public Member Functions | |
| BunchGroupSet () | |
| BunchGroupSet (const std::vector< BunchGroup > &) | |
| virtual | ~BunchGroupSet () override=default |
| uint16_t | menuPartition () const |
| const std::vector< BunchGroup > & | bunchGroups () const |
| const std::vector< uint16_t > & | bgPattern () const |
| void | setMenuPartition (uint16_t part) |
| void | setBGName (uint32_t, const std::string &) |
| void | addBunchGroup (const BunchGroup &) |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const override |
| 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 |
Private Member Functions | |
| void | fillPattern (uint32_t bitpos, const BunchGroup &bg) |
Private Attributes | |
| uint16_t | m_MenuPartition |
| std::vector< BunchGroup > | m_BunchGroups |
| std::vector< uint16_t > | m_BGpattern |
| 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 19 of file BunchGroupSet.h.
| BunchGroupSet::BunchGroupSet | ( | ) |
Definition at line 13 of file BunchGroupSet.cxx.
| BunchGroupSet::BunchGroupSet | ( | const std::vector< BunchGroup > & | bgv | ) |
Definition at line 15 of file BunchGroupSet.cxx.
|
overridevirtualdefault |
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
| void BunchGroupSet::addBunchGroup | ( | const BunchGroup & | bg | ) |
Definition at line 26 of file BunchGroupSet.cxx.
|
inline |
Definition at line 28 of file BunchGroupSet.h.
|
inline |
Definition at line 27 of file BunchGroupSet.h.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
|
private |
Definition at line 39 of file BunchGroupSet.cxx.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
|
inlineinherited |
Definition at line 30 of file L1DataBaseclass.h.
|
inline |
Definition at line 26 of file BunchGroupSet.h.
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 50 of file BunchGroupSet.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
| void BunchGroupSet::setBGName | ( | uint32_t | i, |
| const std::string & | name ) |
Definition at line 33 of file BunchGroupSet.cxx.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
|
inlineinherited |
Definition at line 31 of file L1DataBaseclass.h.
|
inline |
Definition at line 31 of file BunchGroupSet.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.
|
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 BunchGroupSet::writeXML | ( | std::ostream & | xmlfile, |
| int | indentLevel = 0, | ||
| int | indentWidth = 2 ) const |
Definition at line 65 of file BunchGroupSet.cxx.
|
private |
Definition at line 45 of file BunchGroupSet.h.
|
private |
Definition at line 44 of file BunchGroupSet.h.
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
privateinherited |
Definition at line 35 of file L1DataBaseclass.h.
|
private |
Definition at line 43 of file BunchGroupSet.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.