@@ -531,12 +531,12 @@ struct cascadeFlow {
531531 for (int ishift = 1 ; ishift <= 10 ; ishift++) {
532532 auto coeffshiftxFT0C = shiftprofileA->GetBinContent (shiftprofileA->FindBin (coll.centFT0C (), 0.5 , ishift - 0.5 ));
533533 auto coeffshiftyFT0C = shiftprofileA->GetBinContent (shiftprofileA->FindBin (coll.centFT0C (), 1.5 , ishift - 0.5 ));
534- auto coeffshiftxTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 2 .5 , ishift - 0.5 ));
535- auto coeffshiftyTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 3 .5 , ishift - 0.5 ));
536- auto coeffshiftxTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 4 .5 , ishift - 0.5 ));
537- auto coeffshiftyTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 5 .5 , ishift - 0.5 ));
538- auto coeffshiftxFV0A = shiftprofileD->GetBinContent (shiftprofileA ->FindBin (coll.centFT0C (), 0.5 , ishift - 0.5 ));
539- auto coeffshiftyFV0A = shiftprofileD->GetBinContent (shiftprofileA ->FindBin (coll.centFT0C (), 1.5 , ishift - 0.5 ));
534+ auto coeffshiftxTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 0 .5 , ishift - 0.5 ));
535+ auto coeffshiftyTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 1 .5 , ishift - 0.5 ));
536+ auto coeffshiftxTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 0 .5 , ishift - 0.5 ));
537+ auto coeffshiftyTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 1 .5 , ishift - 0.5 ));
538+ auto coeffshiftxFV0A = shiftprofileD->GetBinContent (shiftprofileD ->FindBin (coll.centFT0C (), 0.5 , ishift - 0.5 ));
539+ auto coeffshiftyFV0A = shiftprofileD->GetBinContent (shiftprofileD ->FindBin (coll.centFT0C (), 1.5 , ishift - 0.5 ));
540540 deltapsiFT0C += ((1 / (1.0 * ishift)) * (-coeffshiftxFT0C * std::cos (ishift * static_cast <float >(nmode) * psiT0C) + coeffshiftyFT0C * TMath::Sin (ishift * static_cast <float >(nmode) * psiT0C)));
541541 deltapsiFV0A += ((1 / (1.0 * ishift)) * (-coeffshiftxFV0A * std::cos (ishift * static_cast <float >(nmode) * psiV0A) + coeffshiftyFV0A * TMath::Sin (ishift * static_cast <float >(nmode) * psiV0A)));
542542 deltapsiTPCA += ((1 / (1.0 * ishift)) * (-coeffshiftxTPCA * std::cos (ishift * static_cast <float >(nmode) * psiTPCA) + coeffshiftyTPCA * TMath::Sin (ishift * static_cast <float >(nmode) * psiTPCA)));
@@ -1149,9 +1149,9 @@ struct cascadeFlow {
11491149 resolution.fill (HIST (" QVectorsT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA), coll.centFT0C ());
11501150 resolution.fill (HIST (" QVectorsT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC), coll.centFT0C ());
11511151 resolution.fill (HIST (" QVectorsTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC), coll.centFT0C ());
1152- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1153- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1154- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1152+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1153+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1154+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
11551155 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0C ()), coll.centFT0C ());
11561156 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0C ()), coll.centFT0C ());
11571157 resolution.fill (HIST (" QVectorsNormTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC) / (coll.qTPCR () * coll.qTPCL ()), coll.centFT0C ());
@@ -1464,9 +1464,9 @@ struct cascadeFlow {
14641464 resolution.fill (HIST (" QVectorsT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA), coll.centFT0C ());
14651465 resolution.fill (HIST (" QVectorsT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC), coll.centFT0C ());
14661466 resolution.fill (HIST (" QVectorsTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC), coll.centFT0C ());
1467- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1468- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1469- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1467+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1468+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1469+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
14701470 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0C ()), coll.centFT0C ());
14711471 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0C ()), coll.centFT0C ());
14721472 resolution.fill (HIST (" QVectorsNormTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC) / (coll.qTPCR () * coll.qTPCL ()), coll.centFT0C ());
@@ -1812,12 +1812,12 @@ struct cascadeFlow {
18121812 resolution.fill (HIST (" QVectorsV0ATPCC" ), eventplaneVecV0A.Dot (eventplaneVecTPCC), collisionCentrality);
18131813 resolution.fill (HIST (" QVectorsV0ATPCA" ), eventplaneVecV0A.Dot (eventplaneVecTPCA), collisionCentrality);
18141814
1815- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1816- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1817- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1818- resolution.fill (HIST (" EP_T0CV0A" ), cos (2 * (psiT0C - psiV0A)), coll.centFT0C ());
1819- resolution.fill (HIST (" EP_V0ATPCC" ), cos (2 * (psiV0A - psiTPCC)), coll.centFT0C ());
1820- resolution.fill (HIST (" EP_V0ATPCA" ), cos (2 * (psiV0A - psiTPCA)), coll.centFT0C ());
1815+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1816+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1817+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1818+ resolution.fill (HIST (" EP_T0CV0A" ), std:: cos (2 * (psiT0C - psiV0A)), coll.centFT0C ());
1819+ resolution.fill (HIST (" EP_V0ATPCC" ), std:: cos (2 * (psiV0A - psiTPCC)), coll.centFT0C ());
1820+ resolution.fill (HIST (" EP_V0ATPCA" ), std:: cos (2 * (psiV0A - psiTPCA)), coll.centFT0C ());
18211821
18221822 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0C ()), collisionCentrality);
18231823 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0C ()), collisionCentrality);
@@ -2050,9 +2050,9 @@ struct cascadeFlow {
20502050 resolution.fill (HIST (" QVectorsT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC), coll.centFT0C ());
20512051 resolution.fill (HIST (" QVectorsTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC), coll.centFT0C ());
20522052
2053- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
2054- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
2055- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
2053+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
2054+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
2055+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
20562056
20572057 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (NormQvT0C * NormQvTPCA), coll.centFT0C ());
20582058 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (NormQvT0C * NormQvTPCC), coll.centFT0C ());
0 commit comments