CMS 3D CMS Logo

L1MuGMTParametersProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuGMTParametersProducer
4 //
5 // Description: A class to produce the L1 GMT emulator parameters in the event setup
6 //
7 //
8 // Author :
9 // I. Mikulec
10 //
11 //--------------------------------------------------
12 #ifndef GMTConfigProducers_L1MuGMTParametersProducer_h
13 #define GMTConfigProducers_L1MuGMTParametersProducer_h
14 
15 // system include files
16 #include <memory>
17 
18 // user include files
21 
23 
28 
29 //
30 // class declaration
31 //
32 
34 public:
36  ~L1MuGMTParametersProducer() override;
37 
38  std::unique_ptr<L1MuGMTParameters> produceL1MuGMTParameters(const L1MuGMTParametersRcd&);
39  std::unique_ptr<L1MuGMTChannelMask> produceL1MuGMTChannelMask(const L1MuGMTChannelMaskRcd&);
40 
41 private:
42  // ----------member data ---------------------------
44 };
45 
46 #endif
std::unique_ptr< L1MuGMTParameters > produceL1MuGMTParameters(const L1MuGMTParametersRcd &)
L1MuGMTParametersProducer(const edm::ParameterSet &)
std::unique_ptr< L1MuGMTChannelMask > produceL1MuGMTChannelMask(const L1MuGMTChannelMaskRcd &)