20 #include "boost/shared_ptr.hpp"
75 setWhatProduced(
this);
104 std::ifstream egTrimmingLUTStream(egTrimmingLUTFile.
fullPath());
105 std::shared_ptr<LUT> egTrimmingLUT(
new LUT(egTrimmingLUTStream) );
117 std::ifstream egMaxHOverELUTStream(egMaxHOverELUTFile.
fullPath());
118 std::shared_ptr<LUT> egMaxHOverELUT(
new LUT(egMaxHOverELUTStream) );
122 std::ifstream egCompressShapesLUTStream(egCompressShapesLUTFile.
fullPath());
123 std::shared_ptr<LUT> egCompressShapesLUT(
new LUT(egCompressShapesLUTStream) );
129 std::ifstream egShapeIdLUTStream(egShapeIdLUTFile.
fullPath());
130 std::shared_ptr<LUT> egShapeIdLUT(
new LUT(egShapeIdLUTStream) );
137 std::ifstream egIsoLUTStream(egIsoLUTFile.
fullPath());
138 std::shared_ptr<LUT> egIsoLUT(
new LUT(egIsoLUTStream) );
163 std::ifstream egCalibrationLUTStream(egCalibrationLUTFile.
fullPath());
164 std::shared_ptr<LUT> egCalibrationLUT(
new LUT(egCalibrationLUTStream) );
182 std::ifstream tauIsoLUTStream(tauIsoLUTFile.
fullPath());
183 std::shared_ptr<LUT> tauIsoLUT(
new LUT(tauIsoLUTStream) );
187 std::ifstream tauCalibrationLUTStream(tauCalibrationLUTFile.
fullPath());
188 std::shared_ptr<LUT> tauCalibrationLUT(
new LUT(tauCalibrationLUTStream) );
192 std::ifstream tauCompressLUTStream(tauCompressLUTFile.
fullPath());
193 std::shared_ptr<LUT> tauCompressLUT(
new LUT(tauCompressLUTStream) );
197 std::ifstream tauEtToHFRingEtLUTStream(tauEtToHFRingEtLUTFile.
fullPath());
198 std::shared_ptr<LUT> tauEtToHFRingEtLUT(
new LUT(tauEtToHFRingEtLUTStream) );
215 std::ifstream jetCalibrationLUTStream(jetCalibrationLUTFile.
fullPath());
216 std::shared_ptr<LUT> jetCalibrationLUT(
new LUT(jetCalibrationLUTStream) );
222 std::vector<int> etSumEtaMin = conf.
getParameter<std::vector<int> >(
"etSumEtaMin");
223 std::vector<int> etSumEtaMax = conf.
getParameter<std::vector<int> >(
"etSumEtaMax");
224 std::vector<double> etSumEtThreshold = conf.
getParameter<std::vector<double> >(
"etSumEtThreshold");
226 if ((etSumEtaMin.size() == etSumEtaMax.size()) && (etSumEtaMin.size() == etSumEtThreshold.size())) {
227 for (
unsigned i=0;
i<etSumEtaMin.size(); ++
i) {
234 edm::LogError(
"l1t|calo") <<
"Inconsistent number of EtSum parameters" << std::endl;
239 std::ifstream centralityLUTStream(centralityLUTFile.
fullPath());
240 std::shared_ptr<LUT> centralityLUT(
new LUT(centralityLUTStream) );
243 std::vector<int> minbiasThresholds = conf.
getParameter<std::vector<int> >(
"minimumBiasThresholds");
244 if(minbiasThresholds.size() == 4) {
247 edm::LogError(
"l1t|calo") <<
"Incorrect number of minimum bias thresholds set.";
252 std::ifstream q2LUTStream(q2LUTFile.
fullPath());
253 std::shared_ptr<LUT> q2LUT(
new LUT(q2LUTStream) );
286 using namespace edm::es;
287 boost::shared_ptr<CaloParams> pCaloParams ;
289 pCaloParams = boost::shared_ptr< CaloParams >(
new CaloParams(m_params));
void setEtSumEtaMax(unsigned isum, int eta)
T getParameter(std::string const &) const
boost::shared_ptr< CaloParams > ReturnType
void setTauMaxJetIsolationA(double cutValue)
void setEgCalibrationVersion(unsigned version)
void setCentralityLUT(const l1t::LUT &lut)
void setLayer1HCalScaleETBins(const std::vector< int > params)
void setIsoTauEtaMax(int value)
void setTauMinPtJetIsolationB(double limit)
void setRegionPUSType(std::string type)
void setEgNeighbourThreshold(double thresh)
~L1TCaloParamsESProducer()
void setEgMinPtHOverEIsolation(int cutValue)
void setEgLsb(double lsb)
void setJetCalibrationParams(std::vector< double > params)
void setTauEtToHFRingEtLUT(const l1t::LUT &lut)
void setTauCalibrationLUT(const l1t::LUT &lut)
void setTauLsb(double lsb)
void setTauIsolationLUT(const l1t::LUT &lut)
void setJetCalibrationLUT(const l1t::LUT &lut)
void setTauNeighbourThreshold(double thresh)
void setEgMaxPtJetIsolation(int cutValue)
void setEgHcalThreshold(double thresh)
void setTauIsoAreaNrTowersPhi(unsigned iTauIsoAreaNrTowersPhi)
void setCentralityRegionMask(int mask)
L1TCaloParamsESProducer(const edm::ParameterSet &)
void setTauIsoAreaNrTowersEta(unsigned iTauIsoAreaNrTowersEta)
void setEgCalibrationLUT(const l1t::LUT &lut)
void setEgShapeIdLUT(const l1t::LUT &lut)
ReturnType produce(const L1TCaloParamsRcd &)
void setEtSumEtaMin(unsigned isum, int eta)
void setTauMaxPtTauVeto(double limit)
void setRegionLsb(double lsb)
void setJetCalibrationType(std::string type)
void setTowerLsbH(double lsb)
void setEgMinPtJetIsolation(int cutValue)
void setTauCompressLUT(const l1t::LUT &lut)
void setTowerNBitsH(int n)
void setLayer1HFScaleETBins(const std::vector< int > params)
void setEtSumEtThreshold(unsigned isum, double thresh)
void setTauPUSType(std::string type)
void setEgPUSType(std::string type)
void setLayer1ECalScaleETBins(const std::vector< int > params)
void setTauSeedThreshold(double thresh)
void setTowerEncoding(bool doit)
void setTauMaxJetIsolationB(double limit)
void setEgIsoAreaNrTowersPhi(unsigned iEgIsoAreaNrTowersPhi)
void setTowerNBitsSum(int n)
void setJetNeighbourThreshold(double thresh)
void setEgShapeIdVersion(unsigned version)
void setTauRegionMask(int mask)
void setJetRegionMask(int mask)
void setEgEtaCut(int mask)
void setEgMaxHcalEt(double cut)
void setJetLsb(double lsb)
void setTauPUSParams(const std::vector< double > ¶ms)
void setQ2LUT(const l1t::LUT &lut)
void setLayer1HCalScaleFactors(const std::vector< double > params)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
void setEgMaxHOverELUT(const l1t::LUT &lut)
void setLayer1HFScaleFactors(const std::vector< double > params)
void setTowerNBitsE(int n)
void setMinimumBiasThresholds(std::vector< int > thresholds)
void setJetSeedThreshold(double thresh)
void setEgMaxPtHOverE(double thresh)
void setEgTrimmingLUT(const l1t::LUT &lut)
void setRegionPUSParams(const std::vector< double > ¶ms)
void setEgIsolationLUT(const l1t::LUT &lut)
void setEgMaxPtHOverEIsolation(int cutValue)
void setEgSeedThreshold(double thresh)
void setTauIsoVetoNrTowersPhi(unsigned iTauIsoVetoNrTowersPhi)
void setLayer1ECalScaleFactors(const std::vector< double > params)
void setJetPUSType(std::string type)
void setEgIsoVetoNrTowersPhi(unsigned iEgIsoVetoNrTowersPhi)
void setEtSumLsb(double lsb)
void setEgIsoAreaNrTowersEta(unsigned iEgIsoAreaNrTowersEta)
std::string fullPath() const
std::vector< unsigned short int > LUT
void setEgShapeIdType(std::string type)
void setIsoTauEtaMin(int value)
void setTowerLsbSum(double lsb)
void setEgPUSParams(const std::vector< double > ¶ms)
void setTowerLsbE(double lsb)
void setEgCalibrationType(std::string type)
void setEgCompressShapesLUT(const l1t::LUT &lut)
void setTowerNBitsRatio(int n)
void setEgIsolationType(std::string type)