@@ -1820,12 +1820,12 @@ struct cascadeFlow {
18201820 fullCCDBShiftCorrPathTPCL = ShiftConfigs.cfgShiftPathTPCL ;
18211821 fullCCDBShiftCorrPathTPCR = ShiftConfigs.cfgShiftPathTPCR ;
18221822 fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A ;
1823- fullCCDBShiftCorrPathFT0A = ShiftConfigs.cfgShiftPathFT0A ;
1823+ fullCCDBShiftCorrPathFT0A = ShiftConfigs.cfgShiftPathFT0A ;
18241824 shiftprofileFT0C = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFT0C, coll.timestamp ());
18251825 shiftprofileTPCL = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathTPCL, coll.timestamp ());
18261826 shiftprofileTPCR = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathTPCR, coll.timestamp ());
18271827 shiftprofileFV0A = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFV0A, coll.timestamp ());
1828- shiftprofileFT0A = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFT0A, coll.timestamp ());
1828+ shiftprofileFT0A = ccdb->getForTimeStamp <TProfile3D>(fullCCDBShiftCorrPathFT0A, coll.timestamp ());
18291829 lastRunNumber = currentRunNumber;
18301830 }
18311831 }
@@ -1847,7 +1847,7 @@ struct cascadeFlow {
18471847 resolution.fill (HIST (" QVectorsT0CT0A" ), eventplaneVecT0C.Dot (eventplaneVecT0A), collisionCentrality);
18481848 resolution.fill (HIST (" QVectorsT0ATPCC" ), eventplaneVecT0A.Dot (eventplaneVecTPCC), collisionCentrality);
18491849 resolution.fill (HIST (" QVectorsT0ATPCA" ), eventplaneVecT0A.Dot (eventplaneVecTPCA), collisionCentrality);
1850-
1850+
18511851 resolution.fill (HIST (" EP_T0CTPCA" ), std::cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
18521852 resolution.fill (HIST (" EP_T0CTPCC" ), std::cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
18531853 resolution.fill (HIST (" EP_TPCAC" ), std::cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
@@ -1867,7 +1867,7 @@ struct cascadeFlow {
18671867 resolution.fill (HIST (" QVectorsNormT0CT0A" ), eventplaneVecT0C.Dot (eventplaneVecT0A) / (coll.sumAmplFT0C () * coll.sumAmplFT0A ()), collisionCentrality);
18681868 resolution.fill (HIST (" QVectorsNormT0ATPCC" ), eventplaneVecT0A.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0A ()), collisionCentrality);
18691869 resolution.fill (HIST (" QVectorsNormT0ATPCA" ), eventplaneVecT0A.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0A ()), collisionCentrality);
1870-
1870+
18711871 std::vector<float > bdtScore[nParticles];
18721872 for (auto const & v0 : V0s) {
18731873
0 commit comments