#include <HcalHardcodeCalibrations.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions | |
std::auto_ptr< HcalChannelQuality > | produceChannelQuality (const HcalChannelQualityRcd &rcd) |
std::auto_ptr < HcalCholeskyMatrices > | produceCholeskyMatrices (const HcalCholeskyMatricesRcd &rcd) |
std::auto_ptr < HcalCovarianceMatrices > | produceCovarianceMatrices (const HcalCovarianceMatricesRcd &rcd) |
std::auto_ptr< HcalDcsMap > | produceDcsMap (const HcalDcsMapRcd &rcd) |
std::auto_ptr< HcalDcsValues > | produceDcsValues (const HcalDcsRcd &rcd) |
std::auto_ptr< HcalElectronicsMap > | produceElectronicsMap (const HcalElectronicsMapRcd &rcd) |
std::auto_ptr < HcalFlagHFDigiTimeParams > | produceFlagHFDigiTimeParams (const HcalFlagHFDigiTimeParamsRcd &rcd) |
std::auto_ptr< HcalGains > | produceGains (const HcalGainsRcd &rcd) |
std::auto_ptr< HcalGainWidths > | produceGainWidths (const HcalGainWidthsRcd &rcd) |
std::auto_ptr < HcalL1TriggerObjects > | produceL1TriggerObjects (const HcalL1TriggerObjectsRcd &rcd) |
std::auto_ptr< HcalLongRecoParams > | produceLongRecoParams (const HcalLongRecoParamsRcd &rcd) |
std::auto_ptr< HcalLUTCorrs > | produceLUTCorrs (const HcalLUTCorrsRcd &rcd) |
std::auto_ptr< HcalLutMetadata > | produceLutMetadata (const HcalLutMetadataRcd &rcd) |
std::auto_ptr< HcalMCParams > | produceMCParams (const HcalMCParamsRcd &rcd) |
std::auto_ptr< HcalPedestals > | producePedestals (const HcalPedestalsRcd &rcd) |
std::auto_ptr< HcalPedestalWidths > | producePedestalWidths (const HcalPedestalWidthsRcd &rcd) |
std::auto_ptr< HcalPFCorrs > | producePFCorrs (const HcalPFCorrsRcd &rcd) |
std::auto_ptr< HcalQIEData > | produceQIEData (const HcalQIEDataRcd &rcd) |
std::auto_ptr< HcalQIETypes > | produceQIETypes (const HcalQIETypesRcd &rcd) |
std::auto_ptr< HcalRecoParams > | produceRecoParams (const HcalRecoParamsRcd &rcd) |
std::auto_ptr< HcalRespCorrs > | produceRespCorrs (const HcalRespCorrsRcd &rcd) |
std::auto_ptr< HcalTimeCorrs > | produceTimeCorrs (const HcalTimeCorrsRcd &rcd) |
std::auto_ptr< HcalTimingParams > | produceTimingParams (const HcalTimingParamsRcd &rcd) |
std::auto_ptr < HcalValidationCorrs > | produceValidationCorrs (const HcalValidationCorrsRcd &rcd) |
std::auto_ptr < HcalZDCLowGainFractions > | produceZDCLowGainFractions (const HcalZDCLowGainFractionsRcd &rcd) |
std::auto_ptr< HcalZSThresholds > | produceZSThresholds (const HcalZSThresholdsRcd &rcd) |
virtual void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
void | setWhatProduced (T *iThis, const es::Label &iLabel=es::Label()) |
template<typename T > | |
void | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
void | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
void | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label()) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string()) |
virtual void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) |
override DataProxyProvider method More... | |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
deletes all the Proxies in aStream More... | |
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &) |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Private Attributes | |
HERecalibration * | he_recalibration |
HFRecalibration * | hf_recalibration |
double | iLumi |
bool | setHBdsegm |
bool | setHEdsegm |
double | SipmLumi |
bool | switchGainWidthsForTrigPrims |
bool | testHFQIE10 |
Additional Inherited Members | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair < DataKey, edm::propagate_const < std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector < EventSetupRecordKey > | Keys |
typedef std::map < EventSetupRecordKey, KeyedProxies > | RecordProxies |
Definition at line 48 of file HcalHardcodeCalibrations.h.
HcalHardcodeCalibrations::HcalHardcodeCalibrations | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 125 of file HcalHardcodeCalibrations.cc.
HcalHardcodeCalibrations::~HcalHardcodeCalibrations | ( | ) |
Definition at line 264 of file HcalHardcodeCalibrations.cc.
|
static |
Definition at line 771 of file HcalHardcodeCalibrations.cc.
|
inline |
Definition at line 54 of file HcalHardcodeCalibrations.h.
Referenced by JSONExport.JsonExport::export().
|
protected |
Definition at line 383 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 733 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 756 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 607 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 601 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 546 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 705 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 310 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 325 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 525 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 643 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 464 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 569 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 684 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 280 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 295 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 479 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 347 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 368 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 615 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 399 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 494 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 629 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 554 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 669 of file HcalHardcodeCalibrations.cc.
|
protected |
Definition at line 509 of file HcalHardcodeCalibrations.cc.
|
protectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 274 of file HcalHardcodeCalibrations.cc.
|
private |
Definition at line 97 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 98 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 96 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 101 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 100 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 102 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 99 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 103 of file HcalHardcodeCalibrations.h.