CMS 3D CMS Logo

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 
28 // user include files
29 
40 
41 //
42 // class declaration
43 //
44 
45 namespace l1t {
46 
48  public:
51 
52  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions)
53 ;
54  private:
55  void beginJob() override;
56  void produce(edm::Event&, const edm::EventSetup&) override;
57  void endJob() override;
58 
59  //virtual void beginRun(edm::Run const&, edm::EventSetup const&) override;
60  //virtual void endRun(edm::Run const&, edm::EventSetup const&) override;
61  //virtual void beginLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override;
62  //virtual void endLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override;
63 
64  // ----------member data ---------------------------
65 
68 
69  /* int firstBx_; */
70  /* int lastBx_; */
71  };
72 
73 }
74 
75 #endif
void produce(edm::Event &, const edm::EventSetup &) override
delete x;
Definition: CaloConfig.h:22
L1TCaloRCTToUpgradeConverter(const edm::ParameterSet &ps)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)