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 //
31 // class declaration
32 //
33 
35 public:
37  ~L1MuGMTParametersProducer() override;
38 
39  std::unique_ptr<L1MuGMTParameters> produceL1MuGMTParameters(const L1MuGMTParametersRcd&);
40  std::unique_ptr<L1MuGMTChannelMask> produceL1MuGMTChannelMask(const L1MuGMTChannelMaskRcd&);
41 
42 private:
43  // ----------member data ---------------------------
45 
46 };
47 
48 #endif
std::unique_ptr< L1MuGMTParameters > produceL1MuGMTParameters(const L1MuGMTParametersRcd &)
L1MuGMTParametersProducer(const edm::ParameterSet &)
std::unique_ptr< L1MuGMTChannelMask > produceL1MuGMTChannelMask(const L1MuGMTChannelMaskRcd &)