File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1704,7 +1704,7 @@ struct cascadeFlow {
17041704 qvecRe = coll.qvecFV0ARe ();
17051705 qvecIm = coll.qvecFV0AIm ();
17061706 }
1707-
1707+
17081708 double qvecReV0A = coll.qvecFV0ARe ();
17091709 double qvecImV0A = coll.qvecFV0AIm ();
17101710
@@ -1759,11 +1759,11 @@ struct cascadeFlow {
17591759 fullCCDBShiftCorrPathFT0C = ShiftConfigs.cfgShiftPathFT0C ;
17601760 fullCCDBShiftCorrPathTPCL = ShiftConfigs.cfgShiftPathTPCL ;
17611761 fullCCDBShiftCorrPathTPCR = ShiftConfigs.cfgShiftPathTPCR ;
1762- fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A ;
1762+ fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A ;
17631763 shiftprofileFT0C = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFT0C, coll.timestamp ());
17641764 shiftprofileTPCL = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathTPCL, coll.timestamp ());
17651765 shiftprofileTPCR = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathTPCR, coll.timestamp ());
1766- shiftprofileFV0A = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFV0A, coll.timestamp ());
1766+ shiftprofileFV0A = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFV0A, coll.timestamp ());
17671767 lastRunNumber = currentRunNumber;
17681768 }
17691769 }
You can’t perform that action at this time.
0 commit comments