Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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