CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1ScalesTrivialProducer.h
Go to the documentation of this file.
1 #ifndef L1ScalesProducers_L1ScalesTrivialProducer_h
2 #define L1ScalesProducers_L1ScalesTrivialProducer_h
3 
4 // -*- C++ -*-
5 //
6 // Package: L1ScalesProducers
7 // Class: L1ScalesTrivialProducer
8 //
16 //
17 // Original Author: Jim Brooke
18 // Created: Wed Sep 27 17:51:32 CEST 2006
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 #include <boost/shared_ptr.hpp>
26 #include <vector>
27 
28 // user include files
31 
33 
39 
40 
41 //
42 // class declaration
43 //
44 
46 public:
49 
50  std::auto_ptr<L1CaloEtScale> produceEmScale(const L1EmEtScaleRcd&);
51  std::auto_ptr<L1CaloEtScale> produceJetScale(const L1JetEtScaleRcd&);
52  std::auto_ptr<L1CaloEtScale> produceHtMissScale(const L1HtMissScaleRcd&);
53  std::auto_ptr<L1CaloEtScale> produceHfRingScale(const L1HfRingEtScaleRcd&);
54 
55 private:
56  // ----------member data ---------------------------
57 
59  std::vector<double> m_emEtThresholds;
60 
62  std::vector<double> m_jetEtThresholds;
63 
64  std::vector<double> m_htMissThresholds;
65  std::vector<double> m_hfRingThresholds;
66 
67 };
68 
69 #endif
std::vector< double > m_hfRingThresholds
std::vector< double > m_emEtThresholds
std::auto_ptr< L1CaloEtScale > produceJetScale(const L1JetEtScaleRcd &)
L1ScalesTrivialProducer(const edm::ParameterSet &)
std::vector< double > m_jetEtThresholds
std::auto_ptr< L1CaloEtScale > produceEmScale(const L1EmEtScaleRcd &)
std::auto_ptr< L1CaloEtScale > produceHtMissScale(const L1HtMissScaleRcd &)
std::vector< double > m_htMissThresholds
std::auto_ptr< L1CaloEtScale > produceHfRingScale(const L1HfRingEtScaleRcd &)