test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TMuonGlobalObjectKeysOnlineProd.cc
Go to the documentation of this file.
1 #include <iostream>
4 
6 private:
7 
8 public:
9  virtual void fillObjectKeys( ReturnType pL1TriggerKey ) override ;
10 
13 };
14 
16  : L1ObjectKeysOnlineProdBaseExt( iConfig ){
17 }
18 
19 
21 
22  std::string uGMTKey = pL1TriggerKey->subsystemKey( L1TriggerKeyExt::kuGMT ) ;
23 
24  // simply assign the top level key to the record
25  pL1TriggerKey->add( "L1TMuonGlobalParamsO2ORcd",
26  "L1TMuonGlobalParams",
27  uGMTKey) ;
28 
29 }
30 
31 
32 //define this as a plug-in
virtual void fillObjectKeys(ReturnType pL1TriggerKey) override
L1TMuonGlobalObjectKeysOnlineProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60
boost::shared_ptr< L1TriggerKeyExt > ReturnType