CMS 3D CMS Logo

CTPPSInterpolatedOpticsRcd.h
Go to the documentation of this file.
1 // Author: Jan Kašpar
2 
3 #ifndef CondFormats_DataRecord_CTPPSInterpolatedOpticsRcd_h
4 #define CondFormats_DataRecord_CTPPSInterpolatedOpticsRcd_h
5 
7 
10 
11 #include "boost/mpl/vector.hpp"
12 
14  : public edm::eventsetup::DependentRecordImplementation<CTPPSInterpolatedOpticsRcd,
15  boost::mpl::vector<CTPPSOpticsRcd, LHCInfoRcd>> {};
16 
17 #endif