Skip to content

Commit 7da0093

Browse files
Update loadGain function to accept collision object
1 parent f4d7c24 commit 7da0093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx

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

0 commit comments

Comments
 (0)