Skip to content

Commit f4d7c24

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c391c5e commit f4d7c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,7 @@ struct FlowDecorrelation {
12741274
auto bc = collision1.bc_as<aod::BCsWithTimestamps>();
12751275
loadAlignParam(bc.timestamp());
12761276
loadCorrection(bc.timestamp());
1277+
loadGain(bc.timestamp());
12771278
float eventWeight = 1.0f;
12781279
if (cfgUseEventWeights) {
12791280
eventWeight = 1.0f / it.currentWindowNeighbours();

0 commit comments

Comments
 (0)