22 #include "boost/shared_ptr.hpp"
94 iConfig.
getParameter<
unsigned>(
"jscQuietThresholdBarrel"),
95 iConfig.
getParameter<
unsigned>(
"jscQuietThresholdEndcap"),
100 iConfig.
getParameter<std::vector< double > >(
"eGammaECalScaleFactors"),
101 iConfig.
getParameter<std::vector< double > >(
"eGammaHCalScaleFactors"),
102 iConfig.
getParameter<std::vector< double > >(
"jetMETECalScaleFactors"),
103 iConfig.
getParameter<std::vector< double > >(
"jetMETHCalScaleFactors"),
104 iConfig.
getParameter<std::vector< double > >(
"ecal_calib_Lindsey"),
105 iConfig.
getParameter<std::vector< double > >(
"hcal_calib_Lindsey"),
106 iConfig.
getParameter<std::vector< double > >(
"hcal_high_calib_Lindsey"),
107 iConfig.
getParameter<std::vector< double > >(
"cross_terms_Lindsey"),
108 iConfig.
getParameter<std::vector< double > >(
"HoverE_low_Lindsey"),
109 iConfig.
getParameter<std::vector< double > >(
"HoverE_high_Lindsey")
115 for (
int i = 0;
i < 18;
i++)
117 for (
int j = 0;
j < 2;
j++)
119 for (
int k = 0;
k < 28;
k++)
124 for (
int k = 0;
k < 4;
k++)
141 for (
int i = 0;
i < 18;
i++)
143 for (
int j = 0;
j < 2;
j++)
145 for (
int k = 0;
k < 28;
k++)
150 for (
int k = 0;
k < 4;
k++)
176 boost::shared_ptr<L1RCTParameters>
179 using namespace edm::es;
180 boost::shared_ptr<L1RCTParameters> pL1RCTParameters =
182 return pL1RCTParameters ;
186 boost::shared_ptr<L1RCTChannelMask>
189 using namespace edm::es;
190 boost::shared_ptr<L1RCTChannelMask> pL1RCTChannelMask =
192 return pL1RCTChannelMask ;
195 boost::shared_ptr<L1RCTNoisyChannelMask>
198 using namespace edm::es;
199 boost::shared_ptr<L1RCTNoisyChannelMask> pL1RCTChannelMask =
201 return pL1RCTChannelMask ;
T getParameter(std::string const &) const
RCTConfigProducers(const edm::ParameterSet &)
boost::shared_ptr< L1RCTParameters > produceL1RCTParameters(const L1RCTParametersRcd &)
L1RCTChannelMask rctChannelMask
boost::shared_ptr< L1RCTChannelMask > produceL1RCTChannelMask(const L1RCTChannelMaskRcd &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
L1RCTParameters rctParameters
L1RCTNoisyChannelMask rctNoisyChannelMask
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
boost::shared_ptr< L1RCTNoisyChannelMask > produceL1RCTNoisyChannelMask(const L1RCTNoisyChannelMaskRcd &)