![]() |
ATLAS Offline Software
|
#include <Menu.h>
Public Member Functions | |
| Menu () | |
| virtual | ~Menu () override |
| item_by_ctpid_t & | item_by_ctpid () |
| const item_by_ctpid_t & | item_by_ctpid () const |
| item_by_name_t & | item_by_name () |
| const item_by_name_t & | item_by_name () const |
| void | addTriggerItem (TriggerItem *ti) |
| const ItemContainer & | itemVector () const |
| const ItemContainer & | items () const |
| TriggerItem * | findTriggerItem (int ctpid) const |
| TriggerItem * | item (int ctpid) const |
| TriggerItem * | item (const std::string &name) const |
| const std::vector< ThresholdMonitor * > & | moncountVector () const |
| const std::vector< PIT * > & | pitVector () const |
| const std::vector< TIP * > & | tipVector () const |
| const std::map< unsigned int, std::string > & | lutOutputNames () const |
| const ThresholdConfig & | thresholdConfig () const |
| const CaloInfo & | caloInfo () const |
| ThresholdConfig & | thresholdConfig () |
| std::vector< uint16_t > | bunchgroupMask () const |
| void | setCaloInfo (const CaloInfo &ci) |
| const std::vector< TriggerThreshold * > & | thresholdVector () const |
| void | addTriggerThreshold (TriggerThreshold *tt) |
| void | addThresholdMonitor (ThresholdMonitor *thrm) |
| ThresholdMonitor * | findThresholdMonitor (unsigned int id) |
| void | addLutOutputName (unsigned int, const std::string &) |
| void | setLutOutputNames (const std::map< unsigned int, std::string > &lut) |
| void | addPit (PIT *pit) |
| PIT * | findPIT (unsigned int id) |
| void | addTip (TIP *tip) |
| TIP * | findTIP (unsigned int id) |
| int | size () const |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const override |
| void | writeXMLItems (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
| void | writeXMLThresholds (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
| void | writeXMLMonCounters (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
| DiffStruct * | compareTo (const Menu *o) const |
| void | clear () |
| std::vector< TrigConf::TriggerItem * > | itemsV () 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 | |
| ThresholdConfig | m_ThresholdConfig |
| ItemContainer | m_TriggerItemVector |
| std::vector< ThresholdMonitor * > | m_ThresholdMonitorVector |
| std::vector< PIT * > | m_PITs |
| std::vector< TIP * > | m_TIPs |
| std::map< unsigned int, std::string > | m_LUT |
| unsigned int | m_Lvl1MasterId |
| unsigned int | m_smk |
| unsigned int | m_id |
| std::string | m_name |
| unsigned int | m_version |
| std::string | m_comment |
| TrigConf::Menu::Menu | ( | ) |
Definition at line 15 of file Menu.cxx.
|
overridevirtual |
Definition at line 19 of file Menu.cxx.
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
| void TrigConf::Menu::addLutOutputName | ( | unsigned int | lutCounter, |
| const std::string & | lutCondition ) |
| void TrigConf::Menu::addPit | ( | PIT * | pit | ) |
| void TrigConf::Menu::addThresholdMonitor | ( | ThresholdMonitor * | thrm | ) |
| void TrigConf::Menu::addTip | ( | TIP * | tip | ) |
| void TrigConf::Menu::addTriggerItem | ( | TriggerItem * | ti | ) |
Definition at line 48 of file Menu.cxx.
| void TrigConf::Menu::addTriggerThreshold | ( | TrigConf::TriggerThreshold * | tt | ) |
| std::vector< uint16_t > TrigConf::Menu::bunchgroupMask | ( | ) | const |
| void TrigConf::Menu::clear | ( | ) |
Definition at line 160 of file Menu.cxx.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
| TrigConf::DiffStruct * TrigConf::Menu::compareTo | ( | const Menu * | o | ) | const |
| TrigConf::PIT * TrigConf::Menu::findPIT | ( | unsigned int | id | ) |
| TrigConf::ThresholdMonitor * TrigConf::Menu::findThresholdMonitor | ( | unsigned int | id | ) |
| TrigConf::TIP * TrigConf::Menu::findTIP | ( | unsigned int | id | ) |
|
inline |
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
| TrigConf::TriggerItem * TrigConf::Menu::item | ( | const std::string & | name | ) | const |
| TrigConf::TriggerItem * TrigConf::Menu::item | ( | int | ctpid | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| vector< TriggerItem * > Menu::itemsV | ( | ) | const |
|
inline |
|
inline |
|
inlineinherited |
Definition at line 30 of file L1DataBaseclass.h.
|
inline |
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 210 of file Menu.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
Definition at line 81 of file Menu.h.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
|
inline |
|
inlineinherited |
Definition at line 31 of file L1DataBaseclass.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.
|
inline |
|
inline |
| const std::vector< TrigConf::TriggerThreshold * > & TrigConf::Menu::thresholdVector | ( | ) | const |
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
| void TrigConf::Menu::writeXMLItems | ( | std::ostream & | xmlfile, |
| int | indentLevel = 0, | ||
| int | indentWidth = 2 ) const |
| void TrigConf::Menu::writeXMLMonCounters | ( | std::ostream & | xmlfile, |
| int | indentLevel = 0, | ||
| int | indentWidth = 2 ) const |
| void TrigConf::Menu::writeXMLThresholds | ( | std::ostream & | xmlfile, |
| int | indentLevel = 0, | ||
| int | indentWidth = 2 ) const |
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
private |
|
privateinherited |
Definition at line 35 of file L1DataBaseclass.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
private |
|
private |
|
private |
|
privateinherited |
Definition at line 47 of file TrigConfData.h.