CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TCaloRCTToUpgradeConverter.h
Go to the documentation of this file.
1 #ifndef L1TCaloRCTToUpgradeConverter_h
2 #define L1TCaloRCTToUpgradeConverter_h
3 
4 // -*- C++ -*-
5 //
6 // Package: L1Trigger/skeleton
7 // Class: skeleton
8 //
16 //
17 // Original Author: James Brooke
18 // Created: Thu, 05 Dec 2013 17:39:27 GMT
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // system include files
27 #include <boost/shared_ptr.hpp>
28 
29 // user include files
30 
41 
42 //
43 // class declaration
44 //
45 
46 namespace l1t {
47 
49  public:
52 
53  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions)
54 ;
55  private:
56  virtual void beginJob() override;
57  virtual void produce(edm::Event&, const edm::EventSetup&) override;
58  virtual void endJob() override;
59 
60  //virtual void beginRun(edm::Run const&, edm::EventSetup const&) override;
61  //virtual void endRun(edm::Run const&, edm::EventSetup const&) override;
62  //virtual void beginLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override;
63  //virtual void endLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override;
64 
65  // ----------member data ---------------------------
66 
69 
70  /* int firstBx_; */
71  /* int lastBx_; */
72  };
73 
74 }
75 
76 #endif
L1TCaloRCTToUpgradeConverter(const edm::ParameterSet &ps)
virtual void produce(edm::Event &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)