Public Types | |
typedef std::shared_ptr< L1TMuonBarrelParams > | ReturnType |
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 |
Public Member Functions | |
int | getPtLutThreshold (int, std::vector< int > &) const |
L1TMuonBarrelParamsESProducer (const edm::ParameterSet &) | |
int | load_ext (std::vector< L1TMuonBarrelParams::LUTParams::extLUT > &, unsigned short int, unsigned short int) |
int | load_phi (std::vector< LUT > &, unsigned short int, unsigned short int, std::string) |
int | load_pt (std::vector< LUT > &, std::vector< int > &, unsigned short int, std::string) |
ReturnType | produce (const L1TMuonBarrelParamsRcd &) |
~L1TMuonBarrelParamsESProducer () | |
Public Member Functions inherited from edm::ESProducer | |
ESProducer () | |
~ESProducer ()(false) override | |
Public Member Functions inherited from edm::ESProxyFactoryProducer | |
ESProxyFactoryProducer () | |
void | newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval) override |
overrides DataProxyProvider method More... | |
~ESProxyFactoryProducer () noexcept(false) override | |
Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
DataProxyProvider () | |
const ComponentDescription & | description () const |
bool | isUsingRecord (const EventSetupRecordKey &) const |
const KeyedProxies & | keyedProxies (const EventSetupRecordKey &iRecordKey) const |
void | resetProxies (const EventSetupRecordKey &iRecordType) |
void | resetProxiesIfTransient (const EventSetupRecordKey &iRecordType) |
void | setAppendToDataLabel (const edm::ParameterSet &) |
void | setDescription (const ComponentDescription &iDescription) |
std::set< EventSetupRecordKey > | usingRecords () const |
virtual | ~DataProxyProvider () noexcept(false) |
Private Attributes | |
L1TMuonBarrelParamsHelper | m_params_helper |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
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::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override |
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 &) |
Definition at line 39 of file L1TMuonBarrelParamsESProducer.cc.
typedef std::shared_ptr<L1TMuonBarrelParams> L1TMuonBarrelParamsESProducer::ReturnType |
Definition at line 48 of file L1TMuonBarrelParamsESProducer.cc.
L1TMuonBarrelParamsESProducer::L1TMuonBarrelParamsESProducer | ( | const edm::ParameterSet & | iConfig | ) |
if configDB
Definition at line 67 of file L1TMuonBarrelParamsESProducer.cc.
References L1TMuonBarrelParamsHelper::configFromDB(), L1TMuonBarrelParamsHelper::configFromPy(), l1t::TriggerSystem::configureSystemFromFiles(), gather_cfg::cout, edm::FileInPath::fullPath(), hgcalDigitizer_cfi::fwVersion, edm::ParameterSet::getParameter(), m_params_helper, edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.
L1TMuonBarrelParamsESProducer::~L1TMuonBarrelParamsESProducer | ( | ) |
Definition at line 403 of file L1TMuonBarrelParamsESProducer.cc.
int L1TMuonBarrelParamsESProducer::getPtLutThreshold | ( | int | , |
std::vector< int > & | |||
) | const |
int L1TMuonBarrelParamsESProducer::load_ext | ( | std::vector< L1TMuonBarrelParams::LUTParams::extLUT > & | , |
unsigned short | int, | ||
unsigned short | int | ||
) |
int L1TMuonBarrelParamsESProducer::load_phi | ( | std::vector< LUT > & | , |
unsigned short | int, | ||
unsigned short | int, | ||
std::string | |||
) |
int L1TMuonBarrelParamsESProducer::load_pt | ( | std::vector< LUT > & | , |
std::vector< int > & | , | ||
unsigned short | int, | ||
std::string | |||
) |
L1TMuonBarrelParamsESProducer::ReturnType L1TMuonBarrelParamsESProducer::produce | ( | const L1TMuonBarrelParamsRcd & | iRecord | ) |
Definition at line 700 of file L1TMuonBarrelParamsESProducer.cc.
References DEFINE_FWK_EVENTSETUP_MODULE, and m_params_helper.
|
private |
Definition at line 53 of file L1TMuonBarrelParamsESProducer.cc.
Referenced by L1TMuonBarrelParamsESProducer(), and produce().