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 
13 class CTPPSInterpolatedOpticsRcd : public edm::eventsetup::DependentRecordImplementation<CTPPSInterpolatedOpticsRcd, boost::mpl::vector<CTPPSOpticsRcd, LHCInfoRcd>>
14 {
15 };
16 
17 #endif