CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1TGlobalPrescalesVetosObjectKeysOnlineProd.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 
16  : L1ObjectKeysOnlineProdBaseExt(iConfig) {}
17 
19  std::string uGTKey = pL1TriggerKey->subsystemKey(L1TriggerKeyExt::kuGT);
20 
21  pL1TriggerKey->add("L1TGlobalPrescalesVetosFractO2ORcd", "L1TGlobalPrescalesVetosFract", uGTKey);
22 }
23 
24 //define this as a plug-in
void add(const std::string &record, const std::string &type, const std::string &key)
const std::string & subsystemKey(L1Subsystems subsystem) const
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60
void fillObjectKeys(L1TriggerKeyExt *pL1TriggerKey) override