![]() |
ATLAS Offline Software
|
#include <L1TopoConfigOutputList.h>
Public Member Functions | |
| L1TopoConfigOutputList () | |
| virtual | ~L1TopoConfigOutputList () |
| L1TopoConfigOutputList (L1TopoConfigOutputList &&) noexcept=default | |
| L1TopoConfigOutputList & | operator= (L1TopoConfigOutputList &&) noexcept=default |
| const std::vector< OutputListElement > & | getOutputList () const |
| const std::vector< TriggerLine > & | getTriggerLines () const |
| bool | hasTrigger (const std::string &trigger) const |
| const TXC::TriggerLine & | getTrigger (const std::string &trigger) const |
| void | addOutputListElement (const OutputListElement &output) |
| void | addTriggerLine (const TriggerLine &trigger) |
| void | sort () |
Private Attributes | |
| std::vector< OutputListElement > | m_outputListElements |
| std::vector< TriggerLine > | m_triggerlines |
| TXC::TriggerLine | m_undef {"UNDEF","",0,0,0,0,0} |
| std::unordered_set< std::string > | m_triggernames |
| std::unordered_set< unsigned int > | m_triggercounters |
Definition at line 89 of file L1TopoConfigOutputList.h.
|
inline |
Definition at line 93 of file L1TopoConfigOutputList.h.
|
inlinevirtual |
Definition at line 96 of file L1TopoConfigOutputList.h.
|
defaultnoexcept |
| void L1TopoConfigOutputList::addOutputListElement | ( | const OutputListElement & | output | ) |
Definition at line 28 of file L1TopoConfigOutputList.cxx.
| void L1TopoConfigOutputList::addTriggerLine | ( | const TriggerLine & | trigger | ) |
Definition at line 34 of file L1TopoConfigOutputList.cxx.
|
inline |
Definition at line 103 of file L1TopoConfigOutputList.h.
| const TriggerLine & L1TopoConfigOutputList::getTrigger | ( | const std::string & | trigger | ) | const |
Definition at line 62 of file L1TopoConfigOutputList.cxx.
|
inline |
Definition at line 105 of file L1TopoConfigOutputList.h.
| bool L1TopoConfigOutputList::hasTrigger | ( | const std::string & | trigger | ) | const |
Definition at line 54 of file L1TopoConfigOutputList.cxx.
|
defaultnoexcept |
| void L1TopoConfigOutputList::sort | ( | ) |
Definition at line 73 of file L1TopoConfigOutputList.cxx.
|
private |
Definition at line 119 of file L1TopoConfigOutputList.h.
|
private |
Definition at line 126 of file L1TopoConfigOutputList.h.
|
private |
Definition at line 121 of file L1TopoConfigOutputList.h.
|
private |
Definition at line 125 of file L1TopoConfigOutputList.h.
|
private |
Definition at line 123 of file L1TopoConfigOutputList.h.