CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReadMeFromFile.h
Go to the documentation of this file.
1 #ifndef ReadMeFromFile_H
2 #define ReadMeFromFile_H
3 
13 
15 
16 #include <memory>
17 #include <string>
18 
19 
21 
22 public:
23 
26 
28  virtual ~ReadMeFromFile();
29 
31  void beginJob( );
32 
33  //Begin Run
34  void beginRun(const edm::Run& , const edm::EventSetup& );
35 
36 
39 
41  void analyze(const edm::Event& , const edm::EventSetup& );
42 
45 
46  //End Run
47  void endRun(const edm::Run& , const edm::EventSetup& );
48 
50  void endJob();
51 
52 private:
53 
55 
57 };
58 
59 #endif
void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &)
Begin Lumi block.
DQMStore * dbe_
void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &)
End Lumi Block.
void beginRun(const edm::Run &, const edm::EventSetup &)
void beginJob()
BeginJob.
void endJob()
Endjob.
std::string myFile_
void endRun(const edm::Run &, const edm::EventSetup &)
ReadMeFromFile(const edm::ParameterSet &ps)
Constructor.
void analyze(const edm::Event &, const edm::EventSetup &)
Analyze.
virtual ~ReadMeFromFile()
Destructor.
Definition: Run.h:41