the list of available selectors with their frequency range
More...
the list of available selectors with their frequency range
Definition at line 219 of file MixingEventSelector.h.
◆ const_iterator
◆ iterator
◆ TriggerList()
MixingEventSelector::TriggerList::TriggerList |
( |
| ) |
|
|
inline |
◆ add()
bool MixingEventSelector::TriggerList::add |
( |
const Trigger & |
trig | ) |
|
◆ begin() [1/2]
iterator MixingEventSelector::TriggerList::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
◆ elementInRange()
Definition at line 392 of file MixingEventSelector.cxx.
394 std::vector<unsigned int>::const_iterator iRange(
m_rangeEnd.begin());
395 std::vector<unsigned int>::const_iterator eRange(
m_rangeEnd.end());
396 while (eRange != iRange && eTrig != iTrig &&
i > *iRange){
403 <<
"elementInRange: rangeEnd=" << *iRange
404 <<
" matches i=" <<
i <<
endmsg;
◆ empty()
bool MixingEventSelector::TriggerList::empty |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
iterator MixingEventSelector::TriggerList::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
◆ remove()
bool MixingEventSelector::TriggerList::remove |
( |
iterator |
iTrig | ) |
|
Definition at line 345 of file MixingEventSelector.cxx.
347 unsigned int nElem(
m_trigs.size());
349 unsigned int trigTodo(iTrig->todo());
350 unsigned int trigIndex(iTrig -
begin());
352 string trigName(iTrig->name());
355 removed = nElem >
m_trigs.size();
◆ todo()
unsigned int MixingEventSelector::TriggerList::todo |
( |
| ) |
const |
|
inline |
◆ toString()
string MixingEventSelector::TriggerList::toString |
( |
| ) |
const |
◆ m_rangeEnd
std::vector<unsigned int> MixingEventSelector::TriggerList::m_rangeEnd |
|
private |
◆ m_todo
unsigned int MixingEventSelector::TriggerList::m_todo |
|
private |
◆ m_trigs
std::vector<Trigger> MixingEventSelector::TriggerList::m_trigs |
|
private |
The documentation for this class was generated from the following files: