/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/CTPPSBeamParametersRcd.h
20 строк
735 B
Adam
make DirectSimulation use old LHCInfo in Run3
14 дек 2023, 12:51
14 дек 2023, 12:51
e224e1e
Код
Авторство
О чём код?
// Authors: // Wagner De Paula Carvalho // Jan Kašpar #ifndef CTPPSBeamParametersRcd_CTPPSBeamParametersRcd_h #define CTPPSBeamParametersRcd_CTPPSBeamParametersRcd_h #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "CondFormats/DataRecord/interface/LHCInfoRcd.h" #include "CondFormats/DataRecord/interface/LHCInfoPerFillRcd.h" #include "CondFormats/DataRecord/interface/LHCInfoPerLSRcd.h" #include "FWCore/Utilities/interface/mplVector.h" class CTPPSBeamParametersRcd : public edm::eventsetup::DependentRecordImplementation< CTPPSBeamParametersRcd, edm::mpl::Vector<LHCInfoRcd, LHCInfoPerFillRcd, LHCInfoPerLSRcd>> {}; #endif