35 #include "TDirectory.h" 105 auto iter = modules.begin();
106 while (iter != modules.end()){
107 if ((iter->find(
"Filtered") == string::npos)&&(iter->find(
"hltL1s") == string::npos)){
108 iter = modules.erase(iter);
110 else if (iter->find(
"L1Filtered0") != string::npos)
111 iter = modules.erase(iter);
138 LogError(
"HLTMuonVal") <<
"Initialization of HLTConfigProvider failed!!";
146 if (j.find(
i) != std::string::npos){
153 set<string>::iterator iPath;
154 vector<string>::const_iterator ilabel;
155 for (iPath = hltPaths.begin(); iPath != hltPaths.end(); iPath++) {
156 string path = * iPath;
158 bool isLastLabel =
false;
159 for (ilabel = labels.begin(); ilabel != labels.end(); ilabel++) {
160 if (*ilabel == labels.back()) isLastLabel =
true;
HLTMuonMatchAndPlotContainer plotterContainer_
void endRun(const edm::Run &, const edm::EventSetup &) override
#define DEFINE_FWK_MODULE(type)
std::string hltProcessName_
const std::vector< std::string > & triggerNames() const
names of trigger paths
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
void analyze(const edm::Event &, const edm::EventSetup &)
const std::vector< std::string > & moduleLabels(unsigned int trigger) const
label(s) of module(s) on a trigger path
void analyze(const edm::Event &, const edm::EventSetup &) override
HLTMuonOfflineAnalyzer(const edm::ParameterSet &)
bool init(const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed)
d'tor
void beginRun(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
HLTConfigProvider hltConfig_
std::vector< std::string > moduleLabels(const std::string &)
Container Class Definition (this is what is used by the DQM module) ///////.
void addPlotter(const edm::ParameterSet &, std::string, std::string, bool)
Add a HLTMuonMatchAndPlot for a given path.
std::vector< std::string > hltPathsToCheck_