CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: Mixing2DB.h,v 1.2 2013/03/01 00:12:02 wmtan Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
32 
34 //
35 // class declaration
36 //
37 
38 class Mixing2DB : public edm::EDAnalyzer {
39  public:
40  explicit Mixing2DB(const edm::ParameterSet&);
41  ~Mixing2DB();
42 
43  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
44 
45 
46  private:
47  virtual void beginJob() ;
48  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
49  virtual void endJob() ;
50 
51 
52  // ----------member data ---------------------------
54 };
55 
56 #endif
edm::ParameterSet cfi_
Definition: Mixing2DB.h:53
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: Mixing2DB.cc:68
virtual void endJob()
Definition: Mixing2DB.cc:78
~Mixing2DB()
Definition: Mixing2DB.cc:27
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: Mixing2DB.cc:42
virtual void beginJob()
Definition: Mixing2DB.cc:62
Mixing2DB(const edm::ParameterSet &)
Definition: Mixing2DB.cc:20