Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:25

0001 //
0002 #ifndef METCorrectionsRecord_h
0003 #define METCorrectionsRecord_h
0004 
0005 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0006 
0007 class METCorrectionsRecord : public edm::eventsetup::EventSetupRecordImplementation<METCorrectionsRecord> {};
0008 #endif