CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuTriggerScalesOnlineProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuTriggerScalesOnlineProducer
4 //
5 // Description: A class to produce the L1 mu emulator scales record in the event setup
6 // from the OMDS database.
7 //
8 //
9 // Author :
10 // Thomas Themel
11 //
12 //--------------------------------------------------
13 #ifndef L1ScalesProducers_L1MuTriggerScalesOnlineProducer_h
14 #define L1ScalesProducers_L1MuTriggerScalesOnlineProducer_h
15 
16 // system include files
17 #include <memory>
18 #include <string>
19 
20 // user include files
23 
25 
29 
30 
31 //
32 // class declaration
33 //
34 
35 class L1MuTriggerScalesOnlineProducer : public L1ConfigOnlineProdBase<L1MuTriggerScalesRcd, L1MuTriggerScales> {
36 public:
39 
40  virtual boost::shared_ptr<L1MuTriggerScales> newObject(
41  const std::string& objectKey ) ;
42 
43 private:
44  // ----------member data ---------------------------
46  unsigned int m_nbitPackingPhi;
47  unsigned int m_nbitPackingEta;
48  unsigned int m_nbinsEta;
50 
51 };
52 
53 #endif
L1MuTriggerScalesOnlineProducer(const edm::ParameterSet &)
virtual boost::shared_ptr< L1MuTriggerScales > newObject(const std::string &objectKey)