Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:56

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