CMS 3D CMS Logo

L1TMuonGlobalObjectKeysOnlineProd.cc
Go to the documentation of this file.
1 #include <iostream>
4 
6 private:
7 public:
8  void fillObjectKeys(L1TriggerKeyExt* pL1TriggerKey) override;
9 
12 };
13 
15  : L1ObjectKeysOnlineProdBaseExt(iConfig) {}
16 
18  std::string uGMTKey = pL1TriggerKey->subsystemKey(L1TriggerKeyExt::kuGMT);
19 
20  // simply assign the top level key to the record
21  pL1TriggerKey->add("L1TMuonGlobalParamsO2ORcd", "L1TMuonGlobalParams", uGMTKey);
22 }
23 
24 //define this as a plug-in
const std::string & subsystemKey(L1Subsystems subsystem) const
void add(const std::string &record, const std::string &type, const std::string &key)
L1TMuonGlobalObjectKeysOnlineProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:61
void fillObjectKeys(L1TriggerKeyExt *pL1TriggerKey) override