diff --git a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx index 27abdcf201f..13e384ad210 100644 --- a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx +++ b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx @@ -1704,7 +1704,7 @@ struct cascadeFlow { qvecRe = coll.qvecFV0ARe(); qvecIm = coll.qvecFV0AIm(); } - + double qvecReV0A = coll.qvecFV0ARe(); double qvecImV0A = coll.qvecFV0AIm(); @@ -1759,11 +1759,11 @@ struct cascadeFlow { fullCCDBShiftCorrPathFT0C = ShiftConfigs.cfgShiftPathFT0C; fullCCDBShiftCorrPathTPCL = ShiftConfigs.cfgShiftPathTPCL; fullCCDBShiftCorrPathTPCR = ShiftConfigs.cfgShiftPathTPCR; - fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A; + fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A; shiftprofileFT0C = ccdb->getForTimeStamp(fullCCDBShiftCorrPathFT0C, coll.timestamp()); shiftprofileTPCL = ccdb->getForTimeStamp(fullCCDBShiftCorrPathTPCL, coll.timestamp()); shiftprofileTPCR = ccdb->getForTimeStamp(fullCCDBShiftCorrPathTPCR, coll.timestamp()); - shiftprofileFV0A = ccdb->getForTimeStamp(fullCCDBShiftCorrPathFV0A, coll.timestamp()); + shiftprofileFV0A = ccdb->getForTimeStamp(fullCCDBShiftCorrPathFV0A, coll.timestamp()); lastRunNumber = currentRunNumber; } }