Skip to content

Commit a371a8e

Browse files
committed
bug fixes
1 parent b270497 commit a371a8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,12 +1515,11 @@ struct CorrSparse {
15151515
if (!collision.has_foundFT0())
15161516
return;
15171517
loadAlignParam(bc.timestamp());
1518+
loadCorrection(bc.timestamp());
15181519
if (cfgDetectorConfig.withGain) {
15191520
loadGain(bc);
15201521
}
15211522

1522-
loadCorrection(bc.timestamp());
1523-
15241523
if ((tpctracks.size() < cfgEventSelection.cfgMinMult || tpctracks.size() >= cfgEventSelection.cfgMaxMult)) {
15251524
return;
15261525
}

0 commit comments

Comments
 (0)