31 std::vector<MonitorElement *> hcalMEs;
36 std::vector<std::string> fullPathHLTFolders = ig.
getSubdirs();
37 for (
unsigned int i = 0;
i < fullPathHLTFolders.size();
i++) {
42 std::vector<std::string> fullSubPathHLTFolders = ig.
getSubdirs();
43 for (
unsigned int j = 0;
j < fullSubPathHLTFolders.size();
j++) {
47 if (strcmp(fullSubPathHLTFolders[
j].c_str(),
"NoiseRatesV/NoiseRatesTask") == 0) {
63 for (
unsigned int ih = 0; ih < hcalMEs.size(); ih++) {
64 if (strcmp(hcalMEs[ih]->
getName().c_str(),
"hLumiBlockCount") == 0) {
65 hLumiBlockCount = hcalMEs[ih];
74 int lumiCountMapsize = -1;
76 hLumiBlockCount->
Fill(0.0, lumiCountMapsize);
Log< level::Info, true > LogVerbatim
T getParameter(std::string const &) const
virtual void setCurrentFolder(std::string const &fullpath)
int NoiseRatesEndjob(const std::vector< MonitorElement *> &hcalMEs)
NoiseRatesClient(const edm::ParameterSet &)
T getUntrackedParameter(std::string const &, T const &) const
#define DEFINE_FWK_MODULE(type)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
~NoiseRatesClient() override
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
std::string getName(const G4String &)
virtual std::vector< dqm::harvesting::MonitorElement * > getContents(std::string const &path) const
virtual DQM_DEPRECATED std::vector< std::string > getSubdirs() const