Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef L1TBMTFParamsRcd_L1TBMTFParamsO2ORcd_h
0002 #define L1TBMTFParamsRcd_L1TBMTFParamsO2ORcd_h
0003 // -*- C++ -*-
0004 //
0005 // Class  :     L1TMuonBarrelParamsRcd
0006 //
0007 // Author:      Giannis Flouris
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/L1TMuonBarrelParamsRcd.h"
0015 class L1TMuonBarrelParamsO2ORcd
0016     : public edm::eventsetup::DependentRecordImplementation<
0017           L1TMuonBarrelParamsO2ORcd,
0018           edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TMuonBarrelParamsRcd> > {};
0019 
0020 #endif