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 // $Date: 2008/11/24 18:59:58 $
9 // $Revision: 1.1 $
10 //
11 // Author :
12 // Thomas Themel
13 //
14 //--------------------------------------------------
15 #ifndef L1ScalesProducers_L1MuTriggerScalesOnlineProducer_h
16 #define L1ScalesProducers_L1MuTriggerScalesOnlineProducer_h
17 
18 // system include files
19 #include <memory>
20 #include <string>
21 
22 // user include files
25 
27 
31 
32 
33 //
34 // class declaration
35 //
36 
37 class L1MuTriggerScalesOnlineProducer : public L1ConfigOnlineProdBase<L1MuTriggerScalesRcd, L1MuTriggerScales> {
38 public:
41 
42  virtual boost::shared_ptr<L1MuTriggerScales> newObject(
43  const std::string& objectKey ) ;
44 
45 private:
46  // ----------member data ---------------------------
48  unsigned int m_nbitPackingPhi;
49  unsigned int m_nbitPackingEta;
50  unsigned int m_nbinsEta;
52 
53 };
54 
55 #endif
L1MuTriggerScalesOnlineProducer(const edm::ParameterSet &)
virtual boost::shared_ptr< L1MuTriggerScales > newObject(const std::string &objectKey)