CMS 3D CMS Logo

L1TCaloParamsObjectKeysOnlineProd.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 CALOKey = pL1TriggerKey->subsystemKey(L1TriggerKeyExt::kCALO);
19 
20  // simply assign the top level key to the record
21  pL1TriggerKey->add("L1TCaloParamsO2ORcd", "CaloParams", CALOKey);
22 }
23 
24 //define this as a plug-in
L1TriggerKeyExt::add
void add(const std::string &record, const std::string &type, const std::string &key)
Definition: L1TriggerKeyExt.h:42
MessageLogger.h
L1TriggerKeyExt::subsystemKey
const std::string & subsystemKey(L1Subsystems subsystem) const
Definition: L1TriggerKeyExt.h:71
L1TriggerKeyExt::kCALO
Definition: L1TriggerKeyExt.h:27
L1TCaloParamsObjectKeysOnlineProd::fillObjectKeys
void fillObjectKeys(L1TriggerKeyExt *pL1TriggerKey) override
Definition: L1TCaloParamsObjectKeysOnlineProd.cc:17
L1TriggerKeyExt
Definition: L1TriggerKeyExt.h:23
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:47
L1TCaloParamsObjectKeysOnlineProd
Definition: L1TCaloParamsObjectKeysOnlineProd.cc:5
L1TCaloParamsObjectKeysOnlineProd::~L1TCaloParamsObjectKeysOnlineProd
~L1TCaloParamsObjectKeysOnlineProd(void) override
Definition: L1TCaloParamsObjectKeysOnlineProd.cc:11
DEFINE_FWK_EVENTSETUP_MODULE
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60
L1TCaloParamsObjectKeysOnlineProd::L1TCaloParamsObjectKeysOnlineProd
L1TCaloParamsObjectKeysOnlineProd(const edm::ParameterSet &)
Definition: L1TCaloParamsObjectKeysOnlineProd.cc:14
L1ObjectKeysOnlineProdBaseExt.h
L1ObjectKeysOnlineProdBaseExt
Definition: L1ObjectKeysOnlineProdBaseExt.h:19