CMS 3D CMS Logo

L1MuTriggerPtScaleProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuTriggerPtScaleProducer
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_L1MuTriggerPtScaleProducer_h
13 #define L1ScalesProducers_L1MuTriggerPtScaleProducer_h
14 
15 // system include files
16 #include <memory>
17 #include <vector>
18 
19 // user include files
22 
24 
27 
28 //
29 // class declaration
30 //
31 
33 public:
35  ~L1MuTriggerPtScaleProducer() override;
36 
37  std::unique_ptr<L1MuTriggerPtScale> produceL1MuTriggerPtScale(const L1MuTriggerPtScaleRcd&);
38 
39 private:
40  // ----------member data ---------------------------
41 
43 };
44 
45 #endif
std::unique_ptr< L1MuTriggerPtScale > produceL1MuTriggerPtScale(const L1MuTriggerPtScaleRcd &)
L1MuTriggerPtScaleProducer(const edm::ParameterSet &)