CMS 3D CMS Logo

L1TCaloUpgradeToGCTConverter.h
Go to the documentation of this file.
1 #ifndef L1TCaloUpgradeToGCTConverter_h
2 #define L1TCaloUpgradeToGCTConverter_h
3 
12 
13 // system include files
14 #include <memory>
15 
16 // user include files
17 
28 
30 
33 
39 
41 
42 #include <vector>
43 
44 //
45 // class declaration
46 //
47 
49 public:
51  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
52 
53 private:
54  void produce(edm::StreamID, edm::Event&, edm::EventSetup const&) const override;
55 
63 
64  const int bxMin_;
65  const int bxMax_;
66 };
67 
68 #endif
void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
L1TCaloUpgradeToGCTConverter(const edm::ParameterSet &)