/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/JetMETPlugins/src/plugins.cc
116 строк
9 KB
Christopher Jones
Registered new SerializationHelpers
31 июл 2023, 19:51
31 июл 2023, 19:51
40aaa44
Код
Авторство
О чём код?
#include "CondCore/ESSources/interface/registration_macros.h" #include "CondFormats/JetMETObjects/interface/QGLikelihoodObject.h" #include "CondFormats/DataRecord/interface/QGLikelihoodRcd.h" #include "CondFormats/DataRecord/interface/QGLikelihoodSystematicsRcd.h" #include "CondFormats/JetMETObjects/interface/FFTJetCorrectorParameters.h" #include "CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcdTypes.h" #include "JetMETCorrections/Objects/interface/JetCorrectionsRecord.h" #include "CondFormats/JetMETObjects/interface/JetCorrectorParameters.h" #include "JetMETCorrections/Objects/interface/METCorrectionsRecord.h" #include "CondFormats/JetMETObjects/interface/METCorrectorParameters.h" #include "JetMETCorrections/Objects/interface/MEtXYcorrectRecord.h" #include "CondFormats/JetMETObjects/interface/MEtXYcorrectParameters.h" #include "CondFormats/JetMETObjects/interface/JetResolutionObject.h" #include "CondFormats/DataRecord/interface/JetResolutionRcd.h" #include "CondFormats/DataRecord/interface/JetResolutionScaleFactorRcd.h" REGISTER_PLUGIN_INIT(JetCorrectionsRecord, JetCorrectorParametersCollection, JetCorrectorParametersInitializeTransients); REGISTER_PLUGIN(METCorrectionsRecord, METCorrectorParametersCollection); REGISTER_PLUGIN(MEtXYcorrectRecord, MEtXYcorrectParametersCollection); REGISTER_PLUGIN(QGLikelihoodRcd, QGLikelihoodObject); REGISTER_PLUGIN(QGLikelihoodSystematicsRcd, QGLikelihoodSystematicsObject); REGISTER_PLUGIN(JetResolutionRcd, JME::JetResolutionObject); REGISTER_PLUGIN_NO_SERIAL(JetResolutionScaleFactorRcd, JME::JetResolutionObject); REGISTER_PLUGIN(FFTBasicJetCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGenJetCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCaloJetCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFJetCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTTrackJetCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTJPTJetCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFCHS0CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFCHS1CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFCHS2CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTBasicJetSysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGenJetSysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCaloJetSysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFJetSysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTTrackJetSysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTJPTJetSysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFCHS0SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFCHS1SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPFCHS2SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGen0CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGen1CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGen2CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF0CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF1CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF2CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF3CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF4CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo0CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo1CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo2CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo3CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo4CorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGen0SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGen1SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTGen2SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF0SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF1SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF2SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF3SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF4SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF5SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF6SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF7SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF8SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPF9SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo0SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo1SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo2SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo3SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo4SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo5SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo6SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo7SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo8SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCalo9SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS0SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS1SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS2SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS3SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS4SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS5SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS6SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS7SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS8SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTCHS9SysCorrectorParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTEtaFlatteningFactorsParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPileupRhoCalibrationParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTPileupRhoEtaDependenceParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT0ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT1ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT2ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT3ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT4ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT5ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT6ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT7ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT8ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT9ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT10ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT11ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT12ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT13ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT14ParametersRcd, FFTJetCorrectorParameters); REGISTER_PLUGIN_NO_SERIAL(FFTLUT15ParametersRcd, FFTJetCorrectorParameters);