#include <L1TopoConfigOutputList.h>
Definition at line 89 of file L1TopoConfigOutputList.h.
◆ L1TopoConfigOutputList() [1/2]
TXC::L1TopoConfigOutputList::L1TopoConfigOutputList |
( |
| ) |
|
|
inline |
◆ ~L1TopoConfigOutputList()
virtual TXC::L1TopoConfigOutputList::~L1TopoConfigOutputList |
( |
| ) |
|
|
inlinevirtual |
◆ L1TopoConfigOutputList() [2/2]
◆ addOutputListElement()
◆ addTriggerLine()
Definition at line 34 of file L1TopoConfigOutputList.cxx.
38 TCS_EXCEPTION(
"Trigger line '" << trigger.
name() <<
"' has been defined more than once");
41 if(!inscount.second) {
42 string triggerWithSameCounter(
"");
45 triggerWithSameCounter =
tl.name();
46 TCS_EXCEPTION(
"Trigger line '" << trigger.
name() <<
"' is on the same output line (" << trigger.
counter() <<
") as trigger line '" << triggerWithSameCounter <<
"'");
◆ getOutputList()
◆ getTrigger()
◆ getTriggerLines()
const std::vector<TriggerLine>& TXC::L1TopoConfigOutputList::getTriggerLines |
( |
| ) |
const |
|
inline |
◆ hasTrigger()
bool L1TopoConfigOutputList::hasTrigger |
( |
const std::string & |
trigger | ) |
const |
◆ operator=()
◆ sort()
void L1TopoConfigOutputList::sort |
( |
| ) |
|
◆ m_outputListElements
◆ m_triggercounters
std::unordered_set<unsigned int> TXC::L1TopoConfigOutputList::m_triggercounters |
|
private |
◆ m_triggerlines
std::vector<TriggerLine> TXC::L1TopoConfigOutputList::m_triggerlines |
|
private |
◆ m_triggernames
std::unordered_set<std::string> TXC::L1TopoConfigOutputList::m_triggernames |
|
private |
◆ m_undef
The documentation for this class was generated from the following files:
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.