Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:03

0001 #ifndef L1TEMTFParamsRcd_L1TEMTFParamsO2ORcd_h
0002 #define L1TEMTFParamsRcd_L1TEMTFParamsO2ORcd_h
0003 // -*- C++ -*-
0004 //
0005 // Class  :     L1TMuonEndCapParamsRcd
0006 //
0007 // Author:      Matthew Carver
0008 // Created:
0009 //
0010 
0011 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0012 #include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
0013 #include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
0014 #include "CondFormats/DataRecord/interface/L1TMuonEndCapParamsRcd.h"
0015 
0016 class L1TMuonEndCapParamsO2ORcd
0017     : public edm::eventsetup::DependentRecordImplementation<
0018           L1TMuonEndCapParamsO2ORcd,
0019           edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TMuonEndCapParamsRcd> > {};
0020 
0021 #endif