test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 #include <boost/shared_ptr.hpp>
18 
19 // user include files
22 
24 
29 
30 
31 //
32 // class declaration
33 //
34 
36 public:
39 
40  std::auto_ptr<L1MuGMTParameters> produceL1MuGMTParameters(const L1MuGMTParametersRcd&);
41  std::auto_ptr<L1MuGMTChannelMask> produceL1MuGMTChannelMask(const L1MuGMTChannelMaskRcd&);
42 
43 private:
44  // ----------member data ---------------------------
46 
47 };
48 
49 #endif
std::auto_ptr< L1MuGMTChannelMask > produceL1MuGMTChannelMask(const L1MuGMTChannelMaskRcd &)
L1MuGMTParametersProducer(const edm::ParameterSet &)
std::auto_ptr< L1MuGMTParameters > produceL1MuGMTParameters(const L1MuGMTParametersRcd &)