|
using | ReturnType = std::unique_ptr< L1TriggerKeyExt > |
|
static void | prevalidate (ConfigurationDescriptions &) |
|
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
|
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >> |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const char *iLabel) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const es::Label &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 EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
|
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
|
template<class T > |
void | usingRecord () |
|
void | usingRecordWithKey (const EventSetupRecordKey &key) |
|
l1t::OMDSReader | m_omdsReader |
|
void L1TMuonEndCapObjectKeysOnlineProd::fillObjectKeys |
( |
L1TriggerKeyExt * |
pL1TriggerKey | ) |
|
|
overridevirtual |
Implements L1ObjectKeysOnlineProdBaseExt.
Definition at line 24 of file L1TMuonEndCapObjectKeysOnlineProd.cc.
28 pL1TriggerKey->
add(
"L1TMuonEndCapParamsO2ORcd",
"L1TMuonEndCapParams", EMTFKey);
30 std::string tscKey = EMTFKey.substr(0, EMTFKey.find(
":"));
38 std::map<std::string, std::string>
keys =
42 algo_key =
keys[
"ALGO"];
48 }
catch (std::runtime_error&
e) {
49 edm::LogError(
"L1-O2O: L1TMuonEndCapObjectKeysOnlineProd") <<
e.what();
51 throw std::runtime_error(
"SummaryForFunctionManager: EMTF | Faulty | Broken key");
54 <<
"forcing L1TMuonEndCapForest key to be = '7' (known to exist)";
55 pL1TriggerKey->
add(
"L1TMuonEndCapForestO2ORcd",
"L1TMuonEndCapForest",
"7");
71 }
catch (std::runtime_error&
e) {
72 edm::LogError(
"L1-O2O: L1TMuonEndCapObjectKeysOnlineProd") <<
e.what();
74 throw std::runtime_error(
"SummaryForFunctionManager: EMTF | Faulty | Cannot parse XMLs");
77 <<
"forcing L1TMuonEndCapForest key to be = '7' (known to exist)";
78 pL1TriggerKey->
add(
"L1TMuonEndCapForestO2ORcd",
"L1TMuonEndCapForest",
"7");
84 std::map<std::string, l1t::Parameter> conf = trgSys.
getParameters(
"EMTFp1");
90 pL1TriggerKey->
add(
"L1TMuonEndCapForestO2ORcd",
"L1TMuonEndCapForest", conf[
"pt_lut_version"].getValueAsStr());
References L1TriggerKeyExt::add(), 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.