CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DigiAnalyzer.h
Go to the documentation of this file.
1 
7 #include <iostream>
14 
15 
16 class DigiAnalyzer : public edm::EDAnalyzer {
17 public:
18  explicit DigiAnalyzer(edm::ParameterSet const& conf);
19  virtual void analyze(edm::Event const& e, edm::EventSetup const& iSetup);
20  //virtual void endJob();
21 private:
22  // variables persistent across events should be declared here.
23  //
25 };
26 
27 
28 
virtual void analyze(edm::Event const &e, edm::EventSetup const &iSetup)
Definition: DigiAnalyzer.cc:31
tuple conf
Definition: dbtoconf.py:185
DigiAnalyzer(edm::ParameterSet const &conf)
Definition: DigiAnalyzer.cc:22