CMS 3D CMS Logo

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 // class declaration
32 //
33 
34 class L1MuTriggerScalesOnlineProducer : public L1ConfigOnlineProdBase<L1MuTriggerScalesRcd, L1MuTriggerScales> {
35 public:
38 
39  std::unique_ptr<L1MuTriggerScales> newObject(const std::string& objectKey) override;
40 
41 private:
42  // ----------member data ---------------------------
44  unsigned int m_nbitPackingPhi;
45  unsigned int m_nbitPackingEta;
46  unsigned int m_nbinsEta;
48 };
49 
50 #endif
L1MuTriggerScalesOnlineProducer(const edm::ParameterSet &)
std::unique_ptr< L1MuTriggerScales > newObject(const std::string &objectKey) override