1 #ifndef DQM_L1TMONITOR_L1TMENUHELPER_H
2 #define DQM_L1TMONITOR_L1TMENUHELPER_H
57 if (this->etaRange > iSOT.
etaRange) {
59 }
else if (this->etaRange < iSOT.
etaRange) {
63 if (this->prescale < iSOT.
prescale) {
65 }
else if (this->prescale > iSOT.
prescale) {
69 if (this->quality > iSOT.
quality) {
71 }
else if (this->quality < iSOT.
quality) {
85 std::map<std::string, std::string>
getLUSOTrigger(
const std::map<std::string, bool>& iCategories,
86 int IndexRefPrescaleFactors,
88 std::map<std::string, std::string>
testAlgos(
const std::map<std::string, std::string>&);
98 unsigned int getQualityAlias(
const TString& iCategory,
const TString& iAlias);