Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /****************************************************************************
0002 *
0003 * This is a part of TOTEM offline software.
0004 * Authors:
0005 *     Laurent Forthomme
0006 *
0007 ****************************************************************************/
0008 
0009 #ifndef Geometry_Records_TotemGeometryRcd_h
0010 #define Geometry_Records_TotemGeometryRcd_h
0011 
0012 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0013 #include "FWCore/Utilities/interface/mplVector.h"
0014 
0015 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0016 #include "Geometry/Records/interface/PTotemRcd.h"
0017 
0018 /**
0019  * \ingroup TotemGeometry
0020  * \brief Event setup record containing the real (actual) geometry information.
0021  **/
0022 class TotemGeometryRcd
0023     : public edm::eventsetup::DependentRecordImplementation<TotemGeometryRcd,
0024                                                             edm::mpl::Vector<IdealGeometryRecord, PTotemRcd> > {};
0025 
0026 #endif