We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5694b3a commit 2b3ce02Copy full SHA for 2b3ce02
PWGCF/JCorran/Tasks/jflucWeightsLoader.cxx
@@ -175,7 +175,6 @@ struct JflucWeightsLoader {
175
initCCDB(collision.runNumber(), timestamp, kNUA);
176
LOGF(info, "Loaded NUA correction histogram from CCDB for run %d.", collision.runNumber());
177
}
178
- runNumber = collision.runNumber();
179
180
181
if (pfeff || useEffFromCCDB) {
@@ -194,6 +193,10 @@ struct JflucWeightsLoader {
194
193
195
196
+
197
+ // Set run number after reading corrections
198
+ runNumber = collision.runNumber();
199
200
for (const auto& track : tracks) {
201
float phiWeight, effWeight;
202
if (ph) {
0 commit comments