Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RECORDS_VeryForwardIdealGeometryRecord_H
0002 #define RECORDS_VeryForwardIdealGeometryRecord_H
0003 
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 
0006 /**
0007  * \brief Event setup record containing the ideal PPS geometry information.
0008  **/
0009 class VeryForwardIdealGeometryRecord
0010     : public edm::eventsetup::EventSetupRecordImplementation<VeryForwardIdealGeometryRecord> {};
0011 
0012 #endif