#include <HcalHardcodeCalibrations.h>
Definition at line 40 of file HcalHardcodeCalibrations.h.
HcalHardcodeCalibrations::HcalHardcodeCalibrations | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 74 of file HcalHardcodeCalibrations.cc.
References cond::ecalcond::all, edm::ParameterSet::getUntrackedParameter(), summarizeEdmComparisonLogfiles::objectName, produceChannelQuality(), produceDcsMap(), produceDcsValues(), produceElectronicsMap(), produceFlagHFDigiTimeParams(), produceGains(), produceGainWidths(), produceL1TriggerObjects(), produceLongRecoParams(), produceLUTCorrs(), produceLutMetadata(), produceMCParams(), producePedestals(), producePedestalWidths(), producePFCorrs(), produceQIEData(), produceRecoParams(), produceRespCorrs(), produceTimeCorrs(), produceValidationCorrs(), produceZSThresholds(), and convertSQLitetoXML_cfg::toGet.
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::HcalHardcodeCalibrations->..."; //parsing record parameters h2mode_=iConfig.getUntrackedParameter<bool>("H2Mode",false); std::vector <std::string> toGet = iConfig.getUntrackedParameter <std::vector <std::string> > ("toGet"); for(std::vector <std::string>::iterator objectName = toGet.begin(); objectName != toGet.end(); ++objectName ) { bool all = *objectName == "all"; if ((*objectName == "Pedestals") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::producePedestals); findingRecord <HcalPedestalsRcd> (); } if ((*objectName == "PedestalWidths") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::producePedestalWidths); findingRecord <HcalPedestalWidthsRcd> (); } if ((*objectName == "Gains") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceGains); findingRecord <HcalGainsRcd> (); } if ((*objectName == "GainWidths") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceGainWidths); findingRecord <HcalGainWidthsRcd> (); } if ((*objectName == "QIEData") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceQIEData); findingRecord <HcalQIEDataRcd> (); } if ((*objectName == "ChannelQuality") || (*objectName == "channelQuality") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceChannelQuality); findingRecord <HcalChannelQualityRcd> (); } if ((*objectName == "ElectronicsMap") || (*objectName == "electronicsMap") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceElectronicsMap); findingRecord <HcalElectronicsMapRcd> (); } if ((*objectName == "ZSThresholds") || (*objectName == "zsThresholds") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceZSThresholds); findingRecord <HcalZSThresholdsRcd> (); } if ((*objectName == "RespCorrs") || (*objectName == "ResponseCorrection") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceRespCorrs); findingRecord <HcalRespCorrsRcd> (); } if ((*objectName == "LUTCorrs") || (*objectName == "LUTCorrection") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceLUTCorrs); findingRecord <HcalLUTCorrsRcd> (); } if ((*objectName == "PFCorrs") || (*objectName == "PFCorrection") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::producePFCorrs); findingRecord <HcalPFCorrsRcd> (); } if ((*objectName == "TimeCorrs") || (*objectName == "TimeCorrection") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceTimeCorrs); findingRecord <HcalTimeCorrsRcd> (); } if ((*objectName == "L1TriggerObjects") || (*objectName == "L1Trigger") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceL1TriggerObjects); findingRecord <HcalL1TriggerObjectsRcd> (); } if ((*objectName == "ValidationCorrs") || (*objectName == "ValidationCorrection") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceValidationCorrs); findingRecord <HcalValidationCorrsRcd> (); } if ((*objectName == "LutMetadata") || (*objectName == "lutMetadata") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceLutMetadata); findingRecord <HcalLutMetadataRcd> (); } if ((*objectName == "DcsValues") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceDcsValues); findingRecord <HcalDcsRcd> (); } if ((*objectName == "DcsMap") || (*objectName == "dcsMap") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceDcsMap); findingRecord <HcalDcsMapRcd> (); } if ((*objectName == "RecoParams") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceRecoParams); findingRecord <HcalRecoParamsRcd> (); } if ((*objectName == "LongRecoParams") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceLongRecoParams); findingRecord <HcalLongRecoParamsRcd> (); } if ((*objectName == "MCParams") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceMCParams); findingRecord <HcalMCParamsRcd> (); } if ((*objectName == "FlagHFDigiTimeParams") || all) { setWhatProduced (this, &HcalHardcodeCalibrations::produceFlagHFDigiTimeParams); findingRecord <HcalFlagHFDigiTimeParamsRcd> (); } } }
HcalHardcodeCalibrations::~HcalHardcodeCalibrations | ( | ) |
Definition at line 171 of file HcalHardcodeCalibrations.cc.
{ }
void HcalHardcodeCalibrations::produce | ( | ) | [inline] |
Definition at line 47 of file HcalHardcodeCalibrations.h.
{};
std::auto_ptr< HcalChannelQuality > HcalHardcodeCalibrations::produceChannelQuality | ( | const HcalChannelQualityRcd & | rcd | ) | [protected] |
Definition at line 241 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceChannelQuality-> ..."; std::auto_ptr<HcalChannelQuality> result (new HcalChannelQuality ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalChannelStatus item(cell->rawId(),0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalDcsMap > HcalHardcodeCalibrations::produceDcsMap | ( | const HcalDcsMapRcd & | rcd | ) | [protected] |
Definition at line 367 of file HcalHardcodeCalibrations.cc.
References HcalDbHardcode::makeHardcodeDcsMap(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceDcsMap-> ..."; std::auto_ptr<HcalDcsMap> result (new HcalDcsMap ()); HcalDbHardcode::makeHardcodeDcsMap(*result); return result; }
std::auto_ptr< HcalDcsValues > HcalHardcodeCalibrations::produceDcsValues | ( | const HcalDcsRcd & | rcd | ) | [protected] |
Definition at line 361 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceDcsValues-> ..."; std::auto_ptr<HcalDcsValues> result(new HcalDcsValues); return result; }
std::auto_ptr< HcalElectronicsMap > HcalHardcodeCalibrations::produceElectronicsMap | ( | const HcalElectronicsMapRcd & | rcd | ) | [protected] |
Definition at line 326 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makeHardcodeMap(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceElectronicsMap-> ..."; std::auto_ptr<HcalElectronicsMap> result (new HcalElectronicsMap ()); HcalDbHardcode::makeHardcodeMap(*result); return result; }
std::auto_ptr< HcalFlagHFDigiTimeParams > HcalHardcodeCalibrations::produceFlagHFDigiTimeParams | ( | const HcalFlagHFDigiTimeParamsRcd & | rcd | ) | [protected] |
Definition at line 429 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceFlagHFDigiTimeParams-> ..."; std::auto_ptr<HcalFlagHFDigiTimeParams> result (new HcalFlagHFDigiTimeParams ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); std::vector<double> coef; coef.push_back(0.93); coef.push_back(-0.38275); coef.push_back(-0.012667); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalFlagHFDigiTimeParam item(cell->rawId(), 1, //firstsample 3, // samplestoadd 2, //expectedpeak 40., // min energy threshold coef // coefficients ); result->addValues(item,h2mode_); } return result; } // produceFlagHFDigiTimeParams;
std::auto_ptr< HcalGains > HcalHardcodeCalibrations::produceGains | ( | const HcalGainsRcd & | rcd | ) | [protected] |
Definition at line 208 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makeGain(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceGains-> ..."; std::auto_ptr<HcalGains> result (new HcalGains ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalGain item = HcalDbHardcode::makeGain (*cell); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalGainWidths > HcalHardcodeCalibrations::produceGainWidths | ( | const HcalGainWidthsRcd & | rcd | ) | [protected] |
Definition at line 219 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makeGainWidth(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceGainWidths-> ..."; std::auto_ptr<HcalGainWidths> result (new HcalGainWidths ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalGainWidth item = HcalDbHardcode::makeGainWidth (*cell); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalL1TriggerObjects > HcalHardcodeCalibrations::produceL1TriggerObjects | ( | const HcalL1TriggerObjectsRcd & | rcd | ) | [protected] |
Definition at line 309 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceL1TriggerObjects-> ..."; std::auto_ptr<HcalL1TriggerObjects> result (new HcalL1TriggerObjects ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalL1TriggerObject item(cell->rawId(),0., 1., 0); result->addValues(item,h2mode_); } // add tag and algo values result->setTagString("hardcoded"); result->setAlgoString("hardcoded"); return result; }
std::auto_ptr< HcalLongRecoParams > HcalHardcodeCalibrations::produceLongRecoParams | ( | const HcalLongRecoParamsRcd & | rcd | ) | [protected] |
Definition at line 395 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceLongRecoParams-> ..."; std::auto_ptr<HcalLongRecoParams> result (new HcalLongRecoParams ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); std::vector <unsigned int> mSignal; mSignal.push_back(4); mSignal.push_back(5); mSignal.push_back(6); std::vector <unsigned int> mNoise; mNoise.push_back(1); mNoise.push_back(2); mNoise.push_back(3); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { if (cell->isHcalZDCDetId()) { HcalLongRecoParam item(cell->rawId(),mSignal,mNoise); result->addValues(item,h2mode_); } } return result; }
std::auto_ptr< HcalLUTCorrs > HcalHardcodeCalibrations::produceLUTCorrs | ( | const HcalLUTCorrsRcd & | rcd | ) | [protected] |
Definition at line 264 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceLUTCorrs-> ..."; std::auto_ptr<HcalLUTCorrs> result (new HcalLUTCorrs ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalLUTCorr item(cell->rawId(),1.0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalLutMetadata > HcalHardcodeCalibrations::produceLutMetadata | ( | const HcalLutMetadataRcd & | rcd | ) | [protected] |
Definition at line 345 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceLutMetadata-> ..."; std::auto_ptr<HcalLutMetadata> result (new HcalLutMetadata ()); result->setRctLsb( 0.25 ); result->setNominalGain( 0.177 ); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalLutMetadatum item(cell->rawId(),1.0,1,1); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalMCParams > HcalHardcodeCalibrations::produceMCParams | ( | const HcalMCParamsRcd & | rcd | ) | [protected] |
Definition at line 417 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceMCParams-> ..."; std::auto_ptr<HcalMCParams> result (new HcalMCParams ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalMCParam item(cell->rawId(),0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalPedestals > HcalHardcodeCalibrations::producePedestals | ( | const HcalPedestalsRcd & | rcd | ) | [protected] |
Definition at line 186 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makePedestal(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::producePedestals-> ..."; std::auto_ptr<HcalPedestals> result (new HcalPedestals (false)); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalPedestal item = HcalDbHardcode::makePedestal (*cell); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalPedestalWidths > HcalHardcodeCalibrations::producePedestalWidths | ( | const HcalPedestalWidthsRcd & | rcd | ) | [protected] |
Definition at line 197 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makePedestalWidth(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::producePedestalWidths-> ..."; std::auto_ptr<HcalPedestalWidths> result (new HcalPedestalWidths (false)); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalPedestalWidth item = HcalDbHardcode::makePedestalWidth (*cell); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalPFCorrs > HcalHardcodeCalibrations::producePFCorrs | ( | const HcalPFCorrsRcd & | rcd | ) | [protected] |
Definition at line 275 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::producePFCorrs-> ..."; std::auto_ptr<HcalPFCorrs> result (new HcalPFCorrs ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalPFCorr item(cell->rawId(),1.0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalQIEData > HcalHardcodeCalibrations::produceQIEData | ( | const HcalQIEDataRcd & | rcd | ) | [protected] |
Definition at line 230 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makeQIECoder(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceQIEData-> ..."; std::auto_ptr<HcalQIEData> result (new HcalQIEData ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalQIECoder coder = HcalDbHardcode::makeQIECoder (*cell); result->addCoder (coder,h2mode_); } return result; }
std::auto_ptr< HcalRecoParams > HcalHardcodeCalibrations::produceRecoParams | ( | const HcalRecoParamsRcd & | rcd | ) | [protected] |
Definition at line 375 of file HcalHardcodeCalibrations.cc.
References CastorDbHardcode::makeRecoParam(), and query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceRecoParams-> ..."; std::auto_ptr<HcalRecoParams> result (new HcalRecoParams ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalRecoParam item = HcalDbHardcode::makeRecoParam (*cell); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalRespCorrs > HcalHardcodeCalibrations::produceRespCorrs | ( | const HcalRespCorrsRcd & | rcd | ) | [protected] |
Definition at line 253 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceRespCorrs-> ..."; std::auto_ptr<HcalRespCorrs> result (new HcalRespCorrs ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalRespCorr item(cell->rawId(),1.0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalTimeCorrs > HcalHardcodeCalibrations::produceTimeCorrs | ( | const HcalTimeCorrsRcd & | rcd | ) | [protected] |
Definition at line 286 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceTimeCorrs-> ..."; std::auto_ptr<HcalTimeCorrs> result (new HcalTimeCorrs ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalTimeCorr item(cell->rawId(),0.0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalTimingParams > HcalHardcodeCalibrations::produceTimingParams | ( | const HcalTimingParamsRcd & | rcd | ) | [protected] |
Definition at line 385 of file HcalHardcodeCalibrations.cc.
References HcalDbHardcode::makeTimingParam(), and query::result.
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceTimingParams-> ..."; std::auto_ptr<HcalTimingParams> result (new HcalTimingParams ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalTimingParam item = HcalDbHardcode::makeTimingParam (*cell); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalValidationCorrs > HcalHardcodeCalibrations::produceValidationCorrs | ( | const HcalValidationCorrsRcd & | rcd | ) | [protected] |
Definition at line 334 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceValidationCorrs-> ..."; std::auto_ptr<HcalValidationCorrs> result (new HcalValidationCorrs ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalValidationCorr item(cell->rawId(),1.0); result->addValues(item,h2mode_); } return result; }
std::auto_ptr< HcalZSThresholds > HcalHardcodeCalibrations::produceZSThresholds | ( | const HcalZSThresholdsRcd & | rcd | ) | [protected] |
Definition at line 297 of file HcalHardcodeCalibrations.cc.
References query::result.
Referenced by HcalHardcodeCalibrations().
{ edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::produceZSThresholds-> ..."; std::auto_ptr<HcalZSThresholds> result (new HcalZSThresholds ()); std::vector <HcalGenericDetId> cells = allCells(h2mode_); for (std::vector <HcalGenericDetId>::const_iterator cell = cells.begin (); cell != cells.end (); cell++) { HcalZSThreshold item(cell->rawId(),0); result->addValues(item,h2mode_); } return result; }
void HcalHardcodeCalibrations::setIntervalFor | ( | const edm::eventsetup::EventSetupRecordKey & | iKey, |
const edm::IOVSyncValue & | iTime, | ||
edm::ValidityInterval & | oInterval | ||
) | [protected, virtual] |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 180 of file HcalHardcodeCalibrations.cc.
References edm::IOVSyncValue::beginOfTime(), edm::IOVSyncValue::endOfTime(), edm::IOVSyncValue::eventID(), edm::eventsetup::EventSetupRecordKey::name(), record, and edm::IOVSyncValue::time().
{ std::string record = iKey.name (); edm::LogInfo("HCAL") << "HcalHardcodeCalibrations::setIntervalFor-> key: " << record << " time: " << iTime.eventID() << '/' << iTime.time ().value (); oInterval = edm::ValidityInterval (edm::IOVSyncValue::beginOfTime(), edm::IOVSyncValue::endOfTime()); //infinite }
bool HcalHardcodeCalibrations::h2mode_ [protected] |
Definition at line 80 of file HcalHardcodeCalibrations.h.