CMS 3D CMS Logo

Mixing2DB.h
Go to the documentation of this file.
1 #ifndef Mixing2DB_H
2 #define Mixing2DB_H
3 // -*- C++ -*-
4 //
5 // Package: Mixing2DB
6 // Class: Mixing2DB
7 //
15 //
16 // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209,
17 // Created: Mon Jan 9 17:27:59 CET 2012
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 //
34 // class declaration
35 //
36 
37 class Mixing2DB : public edm::one::EDAnalyzer<> {
38  public:
39  explicit Mixing2DB(const edm::ParameterSet&);
40  ~Mixing2DB() override;
41 
42  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
43 
44 
45  private:
46  void beginJob() override ;
47  void analyze(const edm::Event&, const edm::EventSetup&) override;
48  void endJob() override;
49 
50 
51  // ----------member data ---------------------------
53 };
54 
55 #endif
edm::ParameterSet cfi_
Definition: Mixing2DB.h:52
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: Mixing2DB.cc:68
void endJob() override
Definition: Mixing2DB.cc:78
~Mixing2DB() override
Definition: Mixing2DB.cc:27
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: Mixing2DB.cc:42
Mixing2DB(const edm::ParameterSet &)
Definition: Mixing2DB.cc:20
void beginJob() override
Definition: Mixing2DB.cc:62