Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 ///
0002 /// \class L1TCaloParamsRcd
0003 ///
0004 /// Description: Record for CaloParams
0005 ///
0006 /// Implementation:
0007 ///
0008 ///
0009 /// \author: Jim Brooke, University of Bristol
0010 ///
0011 #ifndef CondFormatsDataRecord_L1TCaloParamsRcd_h
0012 #define CondFormatsDataRecord_L1TCaloParamsRcd_h
0013 
0014 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0015 
0016 class L1TCaloParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TCaloParamsRcd> {};
0017 
0018 // Dependent record implmentation:
0019 //#include "FWCore/Framework/interface/DependentRecordImplementation.h"
0020 //#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
0021 //#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
0022 //class L1TCaloParamsRcd : public edm::eventsetup::DependentRecordImplementation<L1TCaloParamsRcd, edm::mpl::Vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
0023 
0024 #endif