We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d7c24 commit 7da0093Copy full SHA for 7da0093
PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx
@@ -1274,7 +1274,7 @@ struct FlowDecorrelation {
1274
auto bc = collision1.bc_as<aod::BCsWithTimestamps>();
1275
loadAlignParam(bc.timestamp());
1276
loadCorrection(bc.timestamp());
1277
- loadGain(bc.timestamp());
+ loadGain(bc);
1278
float eventWeight = 1.0f;
1279
if (cfgUseEventWeights) {
1280
eventWeight = 1.0f / it.currentWindowNeighbours();
0 commit comments