39 float ps = found ? i->second : 0;
40 return std::make_pair(found,ps);
47 float ps = found ? i->second : 0;
48 return std::make_pair(found,ps);
56 o <<
"Prescale: " << setw(4) << c.prescale()
57 <<
", pass-through: " << setw(4) << c.pass_through()
HLTPrescale & setStreamPrescale(const std::string &streamName, float ps)
PrescaleMap_t m_stream_prescale
float pass_through() const
HLTPrescale(float prescale=1, float pass_through=-1)
HLTPrescale & setRerunPrescale(const std::string &targetName, float ps)
std::pair< bool, float > getRerunPrescale(std::string_view targetName) const
std::string __str__() const
PrescaleMap_t m_rerun_prescale
std::pair< bool, float > getStreamPrescale(std::string_view streamName) const
Forward iterator to traverse the main components of the trigger configuration.
std::ostream & operator<<(std::ostream &os, const TrigConf::IsolationLegacy &iso)