CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 #include <boost/shared_ptr.hpp>
19 
20 // user include files
21 
25 
26 //
27 // class declaration
28 //
29 
30 
31 class L1MuGMTParametersOnlineProducer : public L1ConfigOnlineProdBase<L1MuGMTParametersRcd, L1MuGMTParameters> {
32 public:
35 
37  virtual boost::shared_ptr<L1MuGMTParameters> newObject( const std::string& objectKey );
38  protected:
39 
40  void checkCMSSWVersion(const coral::AttributeList& configRecord);
41 private:
44 };
45 
46 #endif
47 
virtual boost::shared_ptr< L1MuGMTParameters > newObject(const std::string &objectKey)
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)