Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:46:45

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