23 #include "boost/shared_ptr.hpp"
95 iConfig.
getParameter<
unsigned>(
"jscQuietThresholdBarrel"),
96 iConfig.
getParameter<
unsigned>(
"jscQuietThresholdEndcap"),
101 iConfig.
getParameter<std::vector< double > >(
"eGammaECalScaleFactors"),
102 iConfig.
getParameter<std::vector< double > >(
"eGammaHCalScaleFactors"),
103 iConfig.
getParameter<std::vector< double > >(
"jetMETECalScaleFactors"),
104 iConfig.
getParameter<std::vector< double > >(
"jetMETHCalScaleFactors"),
105 iConfig.
getParameter<std::vector< double > >(
"ecal_calib_Lindsey"),
106 iConfig.
getParameter<std::vector< double > >(
"hcal_calib_Lindsey"),
107 iConfig.
getParameter<std::vector< double > >(
"hcal_high_calib_Lindsey"),
108 iConfig.
getParameter<std::vector< double > >(
"cross_terms_Lindsey"),
109 iConfig.
getParameter<std::vector< double > >(
"HoverE_low_Lindsey"),
110 iConfig.
getParameter<std::vector< double > >(
"HoverE_high_Lindsey")
116 for (
int i = 0;
i < 18;
i++)
118 for (
int j = 0;
j < 2;
j++)
120 for (
int k = 0;
k < 28;
k++)
125 for (
int k = 0;
k < 4;
k++)
142 for (
int i = 0;
i < 18;
i++)
144 for (
int j = 0;
j < 2;
j++)
146 for (
int k = 0;
k < 28;
k++)
151 for (
int k = 0;
k < 4;
k++)
177 boost::shared_ptr<L1RCTParameters>
180 using namespace edm::es;
181 boost::shared_ptr<L1RCTParameters> pL1RCTParameters =
183 return pL1RCTParameters ;
187 boost::shared_ptr<L1RCTChannelMask>
190 using namespace edm::es;
191 boost::shared_ptr<L1RCTChannelMask> pL1RCTChannelMask =
193 return pL1RCTChannelMask ;
196 boost::shared_ptr<L1RCTNoisyChannelMask>
199 using namespace edm::es;
200 boost::shared_ptr<L1RCTNoisyChannelMask> pL1RCTChannelMask =
202 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 &)