Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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