CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CaloInputScalesProducer.h
Go to the documentation of this file.
1 #ifndef L1TriggerConfig_L1ScalesProducers_L1CaloInputScalesProducer_h
2 #define L1TriggerConfig_L1ScalesProducers_L1CaloInputScalesProducer_h
3 // -*- C++ -*-
4 //
5 // Package: L1ScalesProducers
6 // Class : L1CaloInputScalesProducer
7 //
16 //
17 // Original Author: Werner Sun
18 // Created: Fri May 30 18:25:56 CEST 2008
19 //
20 
21 // system include files
22 #include <memory>
23 #include "boost/shared_ptr.hpp"
24 
25 // user include files
28 
33 
34 
35 // forward declarations
36 
38  public:
41 
42  //typedef boost::shared_ptr<L1CaloInputScale> ReturnType;
43 
44  boost::shared_ptr<L1CaloEcalScale>
46  boost::shared_ptr<L1CaloHcalScale>
48  private:
49  // ----------member data ---------------------------
50  std::vector<double> m_ecalEtThresholdsPosEta;
51  std::vector<double> m_ecalEtThresholdsNegEta;
52  std::vector<double> m_hcalEtThresholdsPosEta;
53  std::vector<double> m_hcalEtThresholdsNegEta;
54 
55 };
56 
57 #endif
std::vector< double > m_ecalEtThresholdsPosEta
L1CaloInputScalesProducer(const edm::ParameterSet &)
std::vector< double > m_hcalEtThresholdsNegEta
std::vector< double > m_hcalEtThresholdsPosEta
std::vector< double > m_ecalEtThresholdsNegEta
boost::shared_ptr< L1CaloEcalScale > produceEcalScale(const L1CaloEcalScaleRcd &)
boost::shared_ptr< L1CaloHcalScale > produceHcalScale(const L1CaloHcalScaleRcd &)