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 // $Date: 2008/11/24 19:00:37 $
9 // $Revision: 1.1 $
10 //
11 // Author :
12 // Thomas Themel
13 //
14 //--------------------------------------------------
15 #ifndef GMTConfigProducers_L1MuGMTParametersOnlineProducer_h
16 #define GMTConfigProducers_L1MuGMTParametersOnlineProducer_h
17 
18 // system include files
19 #include <memory>
20 #include <boost/shared_ptr.hpp>
21 
22 // user include files
23 
27 
28 //
29 // class declaration
30 //
31 
32 
33 class L1MuGMTParametersOnlineProducer : public L1ConfigOnlineProdBase<L1MuGMTParametersRcd, L1MuGMTParameters> {
34 public:
37 
39  virtual boost::shared_ptr<L1MuGMTParameters> newObject( const std::string& objectKey );
40  protected:
41 
42  void checkCMSSWVersion(const coral::AttributeList& configRecord);
43 private:
46 };
47 
48 #endif
49 
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)