Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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