CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuTriggerPtScaleOnlineProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuTriggerPtScaleOnlineProducer
4 //
5 // Description: A class to produce the L1 mu emulator scales record in the event setup
6 //
7 //
8 // Author :
9 // W. Sun (copied from L1MuTriggerScalesProducer)
10 //
11 //--------------------------------------------------
12 #ifndef L1ScalesProducers_L1MuTriggerPtScaleOnlineProducer_h
13 #define L1ScalesProducers_L1MuTriggerPtScaleOnlineProducer_h
14 
15 // system include files
16 #include <memory>
17 #include <vector>
18 
19 // user include files
21 
23 
27 
28 
29 //
30 // class declaration
31 //
32 
33 class L1MuTriggerPtScaleOnlineProducer : public L1ConfigOnlineProdBase<L1MuTriggerPtScaleRcd, L1MuTriggerPtScale> {
34 public:
37 
38  boost::shared_ptr<L1MuTriggerPtScale> newObject(const std::string& objectKey);
39 
40 private:
41  // ----------member data ---------------------------
42 
44  unsigned int m_nbitsPacking;
45  unsigned int m_nBins;
46 
47 };
48 
49 #endif
L1MuTriggerPtScaleOnlineProducer(const edm::ParameterSet &)
boost::shared_ptr< L1MuTriggerPtScale > newObject(const std::string &objectKey)