Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:10:47

0001 //
0002 // Original Author:  Fedor Ratnikov
0003 //         Created:  Dec. 27, 2006
0004 //
0005 //
0006 #ifndef JetCorrectionsRecord_h
0007 #define JetCorrectionsRecord_h
0008 
0009 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0010 
0011 class JetCorrectionsRecord : public edm::eventsetup::EventSetupRecordImplementation<JetCorrectionsRecord> {};
0012 #endif