CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCMap1Read.h
Go to the documentation of this file.
1 // user include files
2 
5 
7 
9 
11 
12 //
13 // class declaration
14 //
15 
17 
18 class CSCMap1Read : public edm::EDAnalyzer {
19  public:
20  explicit CSCMap1Read(const edm::ParameterSet&);
21  ~CSCMap1Read();
22 
23  private:
24  virtual void beginJob() ;
25  virtual void analyze(const edm::Event&, const edm::EventSetup&);
26  virtual void endJob() ;
27 };
CSCMap1Read(const edm::ParameterSet &)
Definition: CSCMap1Read.cc:4
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition: CSCMap1Read.cc:7
virtual void beginJob()
Definition: CSCMap1Read.cc:126
virtual void endJob()
Definition: CSCMap1Read.cc:130