#include <HLTPrescale.h>
Definition at line 30 of file HLTPrescale.h.
◆ PrescaleMap_t
◆ value_type
◆ HLTPrescale() [1/3]
| TrigConf::HLTPrescale::HLTPrescale |
( |
float | prescale = 1, |
|
|
float | pass_through = -1 ) |
◆ HLTPrescale() [2/3]
| TrigConf::HLTPrescale::HLTPrescale |
( |
const HLTPrescale & | o | ) |
|
|
default |
◆ HLTPrescale() [3/3]
| TrigConf::HLTPrescale::HLTPrescale |
( |
HLTPrescale && | o | ) |
|
|
defaultnoexcept |
◆ ~HLTPrescale()
| TrigConf::HLTPrescale::~HLTPrescale |
( |
| ) |
|
|
default |
◆ __str__()
| string HLTPrescale::__str__ |
( |
| ) |
const |
◆ disabled()
| bool TrigConf::HLTPrescale::disabled |
( |
| ) |
const |
|
inline |
◆ getRerunPrescale()
| std::pair< bool, float > TrigConf::HLTPrescale::getRerunPrescale |
( |
std::string_view | targetName | ) |
const |
Definition at line 36 of file HLTPrescale.cxx.
36 {
40 return std::make_pair(found,ps);
41}
PrescaleMap_t m_rerun_prescale
◆ getRerunPrescales()
◆ getStreamPrescale()
| std::pair< bool, float > TrigConf::HLTPrescale::getStreamPrescale |
( |
std::string_view | streamName | ) |
const |
Definition at line 44 of file HLTPrescale.cxx.
44 {
48 return std::make_pair(found,ps);
49}
PrescaleMap_t m_stream_prescale
◆ getStreamPrescales()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ pass_through()
| float TrigConf::HLTPrescale::pass_through |
( |
| ) |
const |
|
inline |
◆ prescale()
| float TrigConf::HLTPrescale::prescale |
( |
| ) |
const |
|
inline |
◆ setPassThrough()
| HLTPrescale & TrigConf::HLTPrescale::setPassThrough |
( |
float | pass_through | ) |
|
|
inline |
◆ setPrescale()
| HLTPrescale & TrigConf::HLTPrescale::setPrescale |
( |
float | prescale | ) |
|
|
inline |
◆ setRerunPrescale()
◆ setStreamPrescale()
◆ m_pass_through
| float TrigConf::HLTPrescale::m_pass_through |
|
private |
◆ m_prescale
| float TrigConf::HLTPrescale::m_prescale |
|
private |
◆ m_rerun_prescale
◆ m_stream_prescale
The documentation for this class was generated from the following files: