Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:02

0001 // Author: Jan Kašpar
0002 
0003 #ifndef CondFormats_DataRecord_CTPPSInterpolatedOpticsRcd_h
0004 #define CondFormats_DataRecord_CTPPSInterpolatedOpticsRcd_h
0005 
0006 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0007 
0008 #include "CondFormats/DataRecord/interface/CTPPSOpticsRcd.h"
0009 #include "CondFormats/DataRecord/interface/LHCInfoRcd.h"
0010 #include "CondFormats/DataRecord/interface/LHCInfoPerFillRcd.h"
0011 #include "CondFormats/DataRecord/interface/LHCInfoPerLSRcd.h"
0012 
0013 #include "FWCore/Utilities/interface/mplVector.h"
0014 
0015 class CTPPSInterpolatedOpticsRcd
0016     : public edm::eventsetup::DependentRecordImplementation<
0017           CTPPSInterpolatedOpticsRcd,
0018           edm::mpl::Vector<CTPPSOpticsRcd, LHCInfoRcd, LHCInfoPerFillRcd, LHCInfoPerLSRcd>> {};
0019 
0020 #endif