CMS 3D CMS Logo

GEMEffByGEMCSCSegmentClient.cc
Go to the documentation of this file.
2 
4  : GEMDQMEfficiencyClientBase(ps), kFolder_(ps.getUntrackedParameter<std::string>("folder")) {}
5 
8 
9  // GEMDQMEfficiencyClientBase
10  desc.addUntracked<double>("confidenceLevel", 0.683); // 1-sigma
11  desc.addUntracked<std::string>("logCategory", "GEMEffByGEMCSCSegmentClient");
12 
13  // GEMEffByGEMCSCSegmentClient
14  desc.addUntracked<std::string>("folder", "GEM/Efficiency/GEMCSCSegment");
15  descriptions.addWithDefaultLabel(desc);
16 }
17 
19  DQMStore::IGetter& getter,
20  edm::LuminosityBlock const&,
21  edm::EventSetup const&) {
22  bookEfficiencyAuto(booker, getter, kFolder_);
23 }
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
void bookEfficiencyAuto(DQMStore::IBooker &, DQMStore::IGetter &, const std::string &)
GEMEffByGEMCSCSegmentClient(const edm::ParameterSet &)