![]() |
ATLAS Offline Software
|
HLT chain configuration information. More...
#include <HLTPrescaleSet.h>
Public Types | |
| typedef std::unordered_map< unsigned int, HLTPrescale > | ScalingMap_t |
Public Member Functions | |
| HLTPrescaleSet () | |
| default constructor | |
| virtual | ~HLTPrescaleSet () override=default |
| destructor | |
| HLTPrescale & | setPrescale (const HLTPrescale &sc, unsigned int chain_counter, HLTLevel level=HLT) |
| const HLTPrescale & | getPrescale (unsigned int chain_counter, HLTLevel level=HLT) const |
| bool | hasPrescale (unsigned int counter, TrigConf::HLTLevel level=HLT) const |
| HLTPrescale & | thePrescale (unsigned int chain_counter, HLTLevel level) |
| const ScalingMap_t & | getPrescales (HLTLevel level) const |
| size_t | size (HLTLevel level=HLT) const |
| void | reset () |
| void | print (const std::string &indent="", unsigned int detail=1) const override |
| print the prescale set | |
| void | setIOV (uint32_t start_run, uint32_t start_lb, uint32_t end_run, uint32_t end_lb) |
| sets the IOV of the prescale set | |
| void | setIOV (uint64_t start, uint64_t end) |
| void | getIOV (uint32_t &start_run, uint32_t &start_lb, uint32_t &end_run, uint32_t &end_lb) const |
| gets the IOV of the prescale set | |
| bool | isValid (uint32_t run, uint32_t lb) const |
| checks if run/lb are in the current IOV | |
| std::string | __str__ () const override |
| 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 |
Protected Member Functions | |
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Private Attributes | |
| std::array< ScalingMap_t, 3 > | m_scalers |
| uint64_t | m_iovstart |
| uint64_t | m_iovend |
| unsigned int | m_smk |
| unsigned int | m_id |
| std::string | m_name |
| unsigned int | m_version |
| std::string | m_comment |
Friends | |
| std::ostream & | operator<< (std::ostream &, const TrigConf::HLTPrescaleSet &) |
HLT chain configuration information.
Definition at line 31 of file HLTPrescaleSet.h.
| typedef std::unordered_map<unsigned int, HLTPrescale> TrigConf::HLTPrescaleSet::ScalingMap_t |
Definition at line 34 of file HLTPrescaleSet.h.
| TrigConf::HLTPrescaleSet::HLTPrescaleSet | ( | ) |
default constructor
Definition at line 16 of file HLTPrescaleSet.cxx.
|
overridevirtualdefault |
destructor
|
overridevirtual |
Reimplemented from TrigConf::TrigConfData.
Definition at line 169 of file HLTPrescaleSet.cxx.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
| void TrigConf::HLTPrescaleSet::getIOV | ( | uint32_t & | start_run, |
| uint32_t & | start_lb, | ||
| uint32_t & | end_run, | ||
| uint32_t & | end_lb ) const |
gets the IOV of the prescale set
Definition at line 80 of file HLTPrescaleSet.cxx.
| const TrigConf::HLTPrescale & TrigConf::HLTPrescaleSet::getPrescale | ( | unsigned int | chain_counter, |
| HLTLevel | level = HLT ) const |
Definition at line 42 of file HLTPrescaleSet.cxx.
|
inline |
Definition at line 50 of file HLTPrescaleSet.h.
| bool TrigConf::HLTPrescaleSet::hasPrescale | ( | unsigned int | counter, |
| TrigConf::HLTLevel | level = HLT ) const |
Definition at line 35 of file HLTPrescaleSet.cxx.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
| bool TrigConf::HLTPrescaleSet::isValid | ( | uint32_t | run, |
| uint32_t | lb ) const |
checks if run/lb are in the current IOV
Definition at line 89 of file HLTPrescaleSet.cxx.
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
overridevirtual |
print the prescale set
Implements TrigConf::TrigConfData.
Definition at line 105 of file HLTPrescaleSet.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
| void TrigConf::HLTPrescaleSet::reset | ( | ) |
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
| void TrigConf::HLTPrescaleSet::setIOV | ( | uint32_t | start_run, |
| uint32_t | start_lb, | ||
| uint32_t | end_run, | ||
| uint32_t | end_lb ) |
| void TrigConf::HLTPrescaleSet::setIOV | ( | uint64_t | start, |
| uint64_t | end ) |
Definition at line 72 of file HLTPrescaleSet.cxx.
|
inlineinherited |
Definition at line 30 of file TrigConfData.h.
| TrigConf::HLTPrescale & TrigConf::HLTPrescaleSet::setPrescale | ( | const HLTPrescale & | sc, |
| unsigned int | chain_counter, | ||
| HLTLevel | level = HLT ) |
Definition at line 22 of file HLTPrescaleSet.cxx.
|
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.
Definition at line 52 of file HLTPrescaleSet.h.
|
inlineinherited |
Definition at line 20 of file TrigConfData.h.
|
inlineinherited |
Definition at line 19 of file TrigConfData.h.
| TrigConf::HLTPrescale & TrigConf::HLTPrescaleSet::thePrescale | ( | unsigned int | chain_counter, |
| HLTLevel | level ) |
Definition at line 53 of file HLTPrescaleSet.cxx.
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
|
friend |
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
private |
Definition at line 75 of file HLTPrescaleSet.h.
|
private |
Definition at line 74 of file HLTPrescaleSet.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
private |
Definition at line 72 of file HLTPrescaleSet.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.