CMS 3D CMS Logo

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 // class declaration
30 //
31 
32 class L1MuTriggerPtScaleOnlineProducer : public L1ConfigOnlineProdBase<L1MuTriggerPtScaleRcd, L1MuTriggerPtScale> {
33 public:
36 
37  std::unique_ptr<L1MuTriggerPtScale> newObject(const std::string& objectKey) override;
38 
39 private:
40  // ----------member data ---------------------------
41 
43  unsigned int m_nbitsPacking;
44  unsigned int m_nBins;
45 };
46 
47 #endif
L1MuTriggerPtScaleOnlineProducer(const edm::ParameterSet &)
std::unique_ptr< L1MuTriggerPtScale > newObject(const std::string &objectKey) override