CMS 3D CMS Logo

L1TCaloParamsObjectKeysOnlineProd.cc
Go to the documentation of this file.
1 #include <iostream>
4 
6 private:
7 
8 public:
9  void fillObjectKeys( ReturnType pL1TriggerKey ) override ;
10 
13 };
14 
16  : L1ObjectKeysOnlineProdBaseExt( iConfig ){
17 }
18 
19 
21 
22  std::string CALOKey = pL1TriggerKey->subsystemKey( L1TriggerKeyExt::kCALO ) ;
23 
24  // simply assign the top level key to the record
25  pL1TriggerKey->add( "L1TCaloParamsO2ORcd",
26  "CaloParams",
27  CALOKey ) ;
28 
29 }
30 
31 
32 //define this as a plug-in
void fillObjectKeys(ReturnType pL1TriggerKey) override
std::shared_ptr< L1TriggerKeyExt > ReturnType
L1TCaloParamsObjectKeysOnlineProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60