|
using | ReturnType = std::unique_ptr< L1TriggerKeyExt > |
|
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 |
|
static void | prevalidate (ConfigurationDescriptions &) |
|
| ESProducer (const ESProducer &)=delete |
|
ESProducer const & | operator= (const ESProducer &)=delete |
|
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={}) |
|
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...
|
|
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 &) |
|
l1t::OMDSReader | m_omdsReader |
|
void L1TMuonEndCapObjectKeysOnlineProd::fillObjectKeys |
( |
L1TriggerKeyExt * |
pL1TriggerKey | ) |
|
|
overridevirtual |
Implements L1ObjectKeysOnlineProdBaseExt.
Definition at line 25 of file L1TMuonEndCapObjectKeysOnlineProd.cc.
References L1TriggerKeyExt::add(), DEFINE_FWK_EVENTSETUP_MODULE, MillePedeFileConverter_cfg::e, l1t::OnlineDBqueryHelper::fetch(), l1t::TriggerSystem::getParameters(), L1TriggerKeyExt::kEMTF, relativeConstraints::keys, L1ObjectKeysOnlineProdBaseExt::m_omdsReader, l1t::XmlConfigParser::readDOMFromString(), l1t::XmlConfigParser::readRootElement(), l1t::TriggerSystem::setConfigured(), AlCaHLTBitMon_QueryRunRegistry::string, L1TriggerKeyExt::subsystemKey(), and transactionSafe.
30 pL1TriggerKey->
add(
"L1TMuonEndCapParamsO2ORcd",
31 "L1TMuonEndCapParams",
34 std::string tscKey = EMTFKey.substr(0, EMTFKey.find(
":") );
42 std::map<std::string,std::string>
keys =
50 algo_key = keys[
"ALGO"];
64 }
catch ( std::runtime_error &
e ) {
65 edm::LogError(
"L1-O2O: L1TMuonEndCapObjectKeysOnlineProd" ) << e.what();
67 throw std::runtime_error(
"SummaryForFunctionManager: EMTF | Faulty | Broken key");
69 edm::LogError(
"L1-O2O: L1TMuonEndCapObjectKeysOnlineProd" ) <<
"forcing L1TMuonEndCapForest key to be = '7' (known to exist)";
70 pL1TriggerKey->
add(
"L1TMuonEndCapForestO2ORcd",
71 "L1TMuonEndCapForest",
88 }
catch ( std::runtime_error &e ) {
89 edm::LogError(
"L1-O2O: L1TMuonEndCapObjectKeysOnlineProd" ) << e.what();
91 throw std::runtime_error(
"SummaryForFunctionManager: EMTF | Faulty | Cannot parse XMLs");
93 edm::LogError(
"L1-O2O: L1TMuonEndCapObjectKeysOnlineProd" ) <<
"forcing L1TMuonEndCapForest key to be = '7' (known to exist)";
94 pL1TriggerKey->
add(
"L1TMuonEndCapForestO2ORcd",
95 "L1TMuonEndCapForest",
102 std::map<std::string, l1t::Parameter> conf = trgSys.
getParameters(
"EMTFp1");
108 pL1TriggerKey->
add(
"L1TMuonEndCapForestO2ORcd",
109 "L1TMuonEndCapForest",
110 conf[
"pt_lut_version"].getValueAsStr()) ;
void setConfigured(bool state=true) noexcept
void add(const std::string &record, const std::string &type, const std::string &key)
void readDOMFromString(const std::string &str, xercesc::DOMDocument *&doc)
static std::map< std::string, std::string > fetch(const std::vector< std::string > &queryColumns, const std::string &table, const std::string &key, l1t::OMDSReader &m_omdsReader)
const std::string & subsystemKey(L1Subsystems subsystem) const
l1t::OMDSReader m_omdsReader
const std::map< std::string, Parameter > & getParameters(const char *processor) const
void readRootElement(TriggerSystem &aTriggerSystem, const std::string &sysId="")