1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
#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);
|