CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HarvestingDataCertification.cc
Go to the documentation of this file.
2 
4 {
5  std::string MsgLoggerCat = "HarvestingDataCertification_HarvestingDataCertification";
6 
7  fName = iPSet.getUntrackedParameter<std::string>("Name");
8  verbosity = iPSet.getUntrackedParameter<int>("Verbosity");
9 
10  if (verbosity >= 0) {
11  edm::LogInfo(MsgLoggerCat)
12  << "\n===============================\n"
13  << "Initialized as EDAnalyzer with parameter values:\n"
14  << " Name = " << fName << "\n"
15  << " Verbosity = " << verbosity << "\n"
16  << "===============================\n";
17  }
18 }
19 
21 
23 {
24  return;
25 }
26 
28 {
29  return;
30 }
31 
33  const edm::EventSetup& iSetup)
34 {
35  return;
36 }
37 
39  const edm::EventSetup& iSetup)
40 {
41  return;
42 }
43 
45  const edm::EventSetup& iSetup)
46 {
47  return;
48 }
virtual void analyze(const edm::Event &, const edm::EventSetup &)
T getUntrackedParameter(std::string const &, T const &) const
virtual void beginRun(const edm::Run &, const edm::EventSetup &)
int iEvent
Definition: GenABIO.cc:230
virtual void endRun(const edm::Run &, const edm::EventSetup &)
Definition: Run.h:43
HarvestingDataCertification(const edm::ParameterSet &)