/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/CTPPSPlugins/plugins/PPSAlignmentConfiguration_PayloadInspector.cc
18 строк
801 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:52
Не верифицирован
27 фев 2024, 16:52
d8ae18e
Код
Авторство
О чём код?
/**************************************************************************** * * This is a part of PPS PI software. * ****************************************************************************/ #include "CondCore/Utilities/interface/PayloadInspectorModule.h" #include "CondCore/Utilities/interface/PayloadInspector.h" #include "CondCore/CondDB/interface/Time.h" #include "CondCore/CondDB/interface/PayloadReader.h" #include "CondFormats/PPSObjects/interface/PPSAlignmentConfiguration.h" #include "CondCore/CTPPSPlugins/interface/PPSAlignmentConfigurationHelper.h" namespace { typedef AlignmentPayloadInfo<PPSAlignmentConfiguration> PPSAlignmentConfig_Payload_TextInfo; } PAYLOAD_INSPECTOR_MODULE(PPSAlignmentConfiguration) { PAYLOAD_INSPECTOR_CLASS(PPSAlignmentConfig_Payload_TextInfo); }