1 #ifndef DQM_L1TMONITOR_L1TMENUHELPER_H
2 #define DQM_L1TMONITOR_L1TMENUHELPER_H
56 if (this->etaRange > iSOT.
etaRange) {
58 }
else if (this->etaRange < iSOT.
etaRange) {
62 if (this->prescale < iSOT.
prescale) {
64 }
else if (this->prescale > iSOT.
prescale) {
68 if (this->quality > iSOT.
quality) {
70 }
else if (this->quality < iSOT.
quality) {
85 template <edm::Transition Tr = edm::Transition::Event>
97 std::map<std::string, std::string>
getLUSOTrigger(
const std::map<std::string, bool>& iCategories,
98 int IndexRefPrescaleFactors,
100 std::map<std::string, std::string>
testAlgos(
const std::map<std::string, std::string>&);
110 unsigned int getQualityAlias(
const TString& iCategory,
const TString& iAlias);