CMS 3D CMS Logo

L1MuGMTParametersOnlineProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuGMTParametersOnlineProducer
4 //
5 // Description: A class to produce the L1 GMT emulator parameters in the event setup
6 // by reading them from the online database.
7 //
8 //
9 // Author :
10 // Thomas Themel
11 //
12 //--------------------------------------------------
13 #ifndef GMTConfigProducers_L1MuGMTParametersOnlineProducer_h
14 #define GMTConfigProducers_L1MuGMTParametersOnlineProducer_h
15 
16 // system include files
17 #include <memory>
18 
19 // user include files
20 
24 
25 //
26 // class declaration
27 //
28 
29 class L1MuGMTParametersOnlineProducer : public L1ConfigOnlineProdBase<L1MuGMTParametersRcd, L1MuGMTParameters> {
30 public:
33 
35  std::unique_ptr<L1MuGMTParameters> newObject(const std::string& objectKey) override;
36 
37 protected:
38  void checkCMSSWVersion(const coral::AttributeList& configRecord);
39 
40 private:
43 };
44 
45 #endif
std::unique_ptr< L1MuGMTParameters > newObject(const std::string &objectKey) override
The method that actually implements the production of the parameter objects.
L1MuGMTParametersOnlineProducer(const edm::ParameterSet &)
std::string lookupSoftwareConfigKey(const std::string &globalKey)
void checkCMSSWVersion(const coral::AttributeList &configRecord)