#include <L1TMuonOverlapParamsESProducer.h>
Public Types | |
using | ReturnType = std::unique_ptr< L1TMuonOverlapParams > |
Private Member Functions | |
bool | readConnectionsXML (const XMLConfigReader &aReader) |
Read Connections from single XML file. More... | |
bool | readPatternsXML (XMLConfigReader &aReader) |
Private Attributes | |
L1TMuonOverlapParams | params |
L1TMuonOverlapParams | patterns |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Types inherited from edm::ESProxyFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::DataProxyProvider | |
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy >>> |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
void | usesResources (std::vector< std::string > const &) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Definition at line 16 of file L1TMuonOverlapParamsESProducer.h.
using L1TMuonOverlapParamsESProducer::ReturnType = std::unique_ptr<L1TMuonOverlapParams> |
Definition at line 21 of file L1TMuonOverlapParamsESProducer.h.
L1TMuonOverlapParamsESProducer::L1TMuonOverlapParamsESProducer | ( | const edm::ParameterSet & | theConfig | ) |
WARNING: filling the CondFormats objects works only for a single XML patterns file.
Definition at line 17 of file L1TMuonOverlapParamsESProducer.cc.
References edm::ParameterSet::exists(), LaserDQM_cfg::fileNames, isotrackTrainRegressor::fName, contentValuesFiles::fullPath, edm::FileInPath::fullPath(), stage2BMTFBufferRaw_cfi::fwVersion, L1TMuonOverlapParams::fwVersion(), edm::ParameterSet::getParameter(), XMLConfigReader::getPatternsVersion(), params, produceParams(), readConnectionsXML(), readPatternsXML(), XMLConfigReader::setConfigFile(), L1TMuonOverlapParams::setFwVersion(), XMLConfigReader::setPatternsFile(), edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 50 of file L1TMuonOverlapParamsESProducer.cc.
L1TMuonOverlapParamsESProducer::ReturnType L1TMuonOverlapParamsESProducer::produceParams | ( | const L1TMuonOverlapParamsRcd & | iRecord | ) |
Definition at line 81 of file L1TMuonOverlapParamsESProducer.cc.
References params.
Referenced by L1TMuonOverlapParamsESProducer().
ReturnType L1TMuonOverlapParamsESProducer::producePatterns | ( | const L1TMuonOverlapParamsRcd & | ) |
|
private |
Read Connections from single XML file.
Definition at line 53 of file L1TMuonOverlapParamsESProducer.cc.
References params, and XMLConfigReader::readConfig().
Referenced by L1TMuonOverlapParamsESProducer().
|
private |
Read Golden Patters from single XML file. XMLConfigReader state is modified, as it hold cache of the Golden Patters read from XML file.
Definition at line 60 of file L1TMuonOverlapParamsESProducer.cc.
References params, XMLConfigReader::readLUTs(), L1TMuonOverlapParams::setChargeLUT(), L1TMuonOverlapParams::setEtaLUT(), L1TMuonOverlapParams::setMeanDistPhiLUT(), L1TMuonOverlapParams::setPdfLUT(), and L1TMuonOverlapParams::setPtLUT().
Referenced by L1TMuonOverlapParamsESProducer().
|
private |
Definition at line 36 of file L1TMuonOverlapParamsESProducer.h.
Referenced by L1TMuonOverlapParamsESProducer(), produceParams(), readConnectionsXML(), and readPatternsXML().
|
private |
Definition at line 37 of file L1TMuonOverlapParamsESProducer.h.