CMS 3D CMS Logo

HarvestingDataCertification.cc
Go to the documentation of this file.
2 
4  std::string MsgLoggerCat = "HarvestingDataCertification_HarvestingDataCertification";
5 
6  fName = iPSet.getUntrackedParameter<std::string>("Name");
7  verbosity = iPSet.getUntrackedParameter<int>("Verbosity");
8 
9  if (verbosity >= 0) {
10  edm::LogInfo(MsgLoggerCat) << "\n===============================\n"
11  << "Initialized as EDAnalyzer with parameter values:\n"
12  << " Name = " << fName << "\n"
13  << " Verbosity = " << verbosity << "\n"
14  << "===============================\n";
15  }
16 }
17 
19 
21 
23 
24 void HarvestingDataCertification::beginRun(const edm::Run &iRun, const edm::EventSetup &iSetup) { return; }
25 
26 void HarvestingDataCertification::endRun(const edm::Run &iRun, const edm::EventSetup &iSetup) { return; }
27 
T getUntrackedParameter(std::string const &, T const &) const
void beginRun(const edm::Run &, const edm::EventSetup &) override
void endRun(const edm::Run &, const edm::EventSetup &) override
int iEvent
Definition: GenABIO.cc:224
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: Run.h:45
HarvestingDataCertification(const edm::ParameterSet &)