We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b270497 commit a371a8eCopy full SHA for a371a8e
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx
@@ -1515,12 +1515,11 @@ struct CorrSparse {
1515
if (!collision.has_foundFT0())
1516
return;
1517
loadAlignParam(bc.timestamp());
1518
+ loadCorrection(bc.timestamp());
1519
if (cfgDetectorConfig.withGain) {
1520
loadGain(bc);
1521
}
1522
- loadCorrection(bc.timestamp());
1523
-
1524
if ((tpctracks.size() < cfgEventSelection.cfgMinMult || tpctracks.size() >= cfgEventSelection.cfgMaxMult)) {
1525
1526
0 commit comments