Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // Temporary copy to avoid crashes - AWB 28.08.17
0002 // Required to satisfy current convention for "Record" in "Global Tag Entries"
0003 // https://cms-conddb-prod.cern.ch/cmsDbBrowser/search/Prod/L1TMuonEndCapParams
0004 
0005 // L1TMuonEndcapParamsRcd
0006 // Description: Record for L1TMuonEndcapParams
0007 //
0008 // automatically generate by make_records.pl
0009 //
0010 #ifndef CondFormatsDataRecord_L1TMuonEndcapParams_h
0011 #define CondFormatsDataRecord_L1TMuonEndcapParams_h
0012 
0013 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0014 
0015 class L1TMuonEndcapParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TMuonEndcapParamsRcd> {};
0016 
0017 // Dependent record implmentation:
0018 //#include "FWCore/Framework/interface/DependentRecordImplementation.h"
0019 //#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0020 //#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0021 //class L1TMuonEndcapParamsRcd : public edm::eventsetup::DependentRecordImplementation<L1TMuonEndcapParamsRcd, edm::mpl::Vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
0022 
0023 #endif