@@ -530,12 +530,12 @@ struct cascadeFlow {
530530 for (int ishift = 1 ; ishift <= 10 ; ishift++) {
531531 auto coeffshiftxFT0C = shiftprofileA->GetBinContent (shiftprofileA->FindBin (coll.centFT0C (), 0.5 , ishift - 0.5 ));
532532 auto coeffshiftyFT0C = shiftprofileA->GetBinContent (shiftprofileA->FindBin (coll.centFT0C (), 1.5 , ishift - 0.5 ));
533- auto coeffshiftxTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 2 .5 , ishift - 0.5 ));
534- auto coeffshiftyTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 3 .5 , ishift - 0.5 ));
535- auto coeffshiftxTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 4 .5 , ishift - 0.5 ));
536- auto coeffshiftyTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 5 .5 , ishift - 0.5 ));
537- auto coeffshiftxFV0A = shiftprofileD->GetBinContent (shiftprofileA ->FindBin (coll.centFT0C (), 0.5 , ishift - 0.5 ));
538- auto coeffshiftyFV0A = shiftprofileD->GetBinContent (shiftprofileA ->FindBin (coll.centFT0C (), 1.5 , ishift - 0.5 ));
533+ auto coeffshiftxTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 0 .5 , ishift - 0.5 ));
534+ auto coeffshiftyTPCA = shiftprofileB->GetBinContent (shiftprofileB->FindBin (coll.centFT0C (), 1 .5 , ishift - 0.5 ));
535+ auto coeffshiftxTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 0 .5 , ishift - 0.5 ));
536+ auto coeffshiftyTPCC = shiftprofileC->GetBinContent (shiftprofileC->FindBin (coll.centFT0C (), 1 .5 , ishift - 0.5 ));
537+ auto coeffshiftxFV0A = shiftprofileD->GetBinContent (shiftprofileD ->FindBin (coll.centFT0C (), 0.5 , ishift - 0.5 ));
538+ auto coeffshiftyFV0A = shiftprofileD->GetBinContent (shiftprofileD ->FindBin (coll.centFT0C (), 1.5 , ishift - 0.5 ));
539539 deltapsiFT0C += ((1 / (1.0 * ishift)) * (-coeffshiftxFT0C * std::cos (ishift * static_cast <float >(nmode) * psiT0C) + coeffshiftyFT0C * TMath::Sin (ishift * static_cast <float >(nmode) * psiT0C)));
540540 deltapsiFV0A += ((1 / (1.0 * ishift)) * (-coeffshiftxFV0A * std::cos (ishift * static_cast <float >(nmode) * psiV0A) + coeffshiftyFV0A * TMath::Sin (ishift * static_cast <float >(nmode) * psiV0A)));
541541 deltapsiTPCA += ((1 / (1.0 * ishift)) * (-coeffshiftxTPCA * std::cos (ishift * static_cast <float >(nmode) * psiTPCA) + coeffshiftyTPCA * TMath::Sin (ishift * static_cast <float >(nmode) * psiTPCA)));
@@ -1148,9 +1148,9 @@ struct cascadeFlow {
11481148 resolution.fill (HIST (" QVectorsT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA), coll.centFT0C ());
11491149 resolution.fill (HIST (" QVectorsT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC), coll.centFT0C ());
11501150 resolution.fill (HIST (" QVectorsTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC), coll.centFT0C ());
1151- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1152- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1153- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1151+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1152+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1153+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
11541154 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0C ()), coll.centFT0C ());
11551155 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0C ()), coll.centFT0C ());
11561156 resolution.fill (HIST (" QVectorsNormTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC) / (coll.qTPCR () * coll.qTPCL ()), coll.centFT0C ());
@@ -1463,9 +1463,9 @@ struct cascadeFlow {
14631463 resolution.fill (HIST (" QVectorsT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA), coll.centFT0C ());
14641464 resolution.fill (HIST (" QVectorsT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC), coll.centFT0C ());
14651465 resolution.fill (HIST (" QVectorsTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC), coll.centFT0C ());
1466- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1467- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1468- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1466+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1467+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1468+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
14691469 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0C ()), coll.centFT0C ());
14701470 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0C ()), coll.centFT0C ());
14711471 resolution.fill (HIST (" QVectorsNormTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC) / (coll.qTPCR () * coll.qTPCL ()), coll.centFT0C ());
@@ -1811,12 +1811,12 @@ struct cascadeFlow {
18111811 resolution.fill (HIST (" QVectorsV0ATPCC" ), eventplaneVecV0A.Dot (eventplaneVecTPCC), collisionCentrality);
18121812 resolution.fill (HIST (" QVectorsV0ATPCA" ), eventplaneVecV0A.Dot (eventplaneVecTPCA), collisionCentrality);
18131813
1814- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1815- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1816- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1817- resolution.fill (HIST (" EP_T0CV0A" ), cos (2 * (psiT0C - psiV0A)), coll.centFT0C ());
1818- resolution.fill (HIST (" EP_V0ATPCC" ), cos (2 * (psiV0A - psiTPCC)), coll.centFT0C ());
1819- resolution.fill (HIST (" EP_V0ATPCA" ), cos (2 * (psiV0A - psiTPCA)), coll.centFT0C ());
1814+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
1815+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
1816+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
1817+ resolution.fill (HIST (" EP_T0CV0A" ), std:: cos (2 * (psiT0C - psiV0A)), coll.centFT0C ());
1818+ resolution.fill (HIST (" EP_V0ATPCC" ), std:: cos (2 * (psiV0A - psiTPCC)), coll.centFT0C ());
1819+ resolution.fill (HIST (" EP_V0ATPCA" ), std:: cos (2 * (psiV0A - psiTPCA)), coll.centFT0C ());
18201820
18211821 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (coll.qTPCR () * coll.sumAmplFT0C ()), collisionCentrality);
18221822 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (coll.qTPCL () * coll.sumAmplFT0C ()), collisionCentrality);
@@ -2049,9 +2049,9 @@ struct cascadeFlow {
20492049 resolution.fill (HIST (" QVectorsT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC), coll.centFT0C ());
20502050 resolution.fill (HIST (" QVectorsTPCAC" ), eventplaneVecTPCA.Dot (eventplaneVecTPCC), coll.centFT0C ());
20512051
2052- resolution.fill (HIST (" EP_T0CTPCA" ), cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
2053- resolution.fill (HIST (" EP_T0CTPCC" ), cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
2054- resolution.fill (HIST (" EP_TPCAC" ), cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
2052+ resolution.fill (HIST (" EP_T0CTPCA" ), std:: cos (2 * (psiT0C - psiTPCA)), coll.centFT0C ());
2053+ resolution.fill (HIST (" EP_T0CTPCC" ), std:: cos (2 * (psiT0C - psiTPCC)), coll.centFT0C ());
2054+ resolution.fill (HIST (" EP_TPCAC" ), std:: cos (2 * (psiTPCA - psiTPCC)), coll.centFT0C ());
20552055
20562056 resolution.fill (HIST (" QVectorsNormT0CTPCA" ), eventplaneVecT0C.Dot (eventplaneVecTPCA) / (NormQvT0C * NormQvTPCA), coll.centFT0C ());
20572057 resolution.fill (HIST (" QVectorsNormT0CTPCC" ), eventplaneVecT0C.Dot (eventplaneVecTPCC) / (NormQvT0C * NormQvTPCC), coll.centFT0C ());
0 commit comments