CMS 3D CMS Logo

L1TMuonEndcapObjectKeysOnlineProd.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 EMTFKey = pL1TriggerKey->subsystemKey( L1TriggerKeyExt::kEMTF ) ;
23 
24  // simply assign the algo key to the record
25  pL1TriggerKey->add( "L1TMuonEndcapParamsO2ORcd",
26  "L1TMuonEndCapParams",
27  EMTFKey) ;
28 
29 }
30 
31 
32 //define this as a plug-in
virtual void fillObjectKeys(ReturnType pL1TriggerKey) override
std::shared_ptr< L1TriggerKeyExt > ReturnType
L1TMuonEndcapObjectKeysOnlineProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60