CMS 3D CMS Logo

L1MuGMTScalesProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuGMTScalesProducer
4 //
5 // Description: A class to produce the L1 GMT emulator scales record in the event setup
6 //
7 //
8 // Author :
9 // I. Mikulec
10 //
11 //--------------------------------------------------
12 #ifndef L1ScalesProducers_L1MuGMTScalesProducer_h
13 #define L1ScalesProducers_L1MuGMTScalesProducer_h
14 
15 // system include files
16 #include <memory>
17 #include <vector>
18 
19 // user include files
22 
24 
27 
28 //
29 // class declaration
30 //
31 
33 public:
35  ~L1MuGMTScalesProducer() override;
36 
37  std::unique_ptr<L1MuGMTScales> produceL1MuGMTScales(const L1MuGMTScalesRcd&);
38 
39 private:
40  // ----------member data ---------------------------
41 
43 };
44 
45 #endif
std::unique_ptr< L1MuGMTScales > produceL1MuGMTScales(const L1MuGMTScalesRcd &)
L1MuGMTScalesProducer(const edm::ParameterSet &)