CMS 3D CMS Logo

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 
15  const edm::ParameterSet& iConfig)
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
const std::string & subsystemKey(L1Subsystems subsystem) const
void add(const std::string &record, const std::string &type, const std::string &key)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:61
void fillObjectKeys(L1TriggerKeyExt *pL1TriggerKey) override