Skip to content

Commit 5f3148d

Browse files
authored
Merge pull request #80 from alibuild/alibot-cleanup-13026
[PWGCF] Please consider the following formatting changes to AliceO2Group#13026
2 parents bfc1804 + c3badfb commit 5f3148d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/Flow/TableProducer/zdcQVectors.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ struct ZdcQVectors {
952952

953953
for (int ishift = 1; ishift <= nshift; ishift++) {
954954
if (cal.isShiftProfileFound) {
955-
int binshiftxZDCC = cal.shiftprofileC->FindBin(centrality, 0.5, ishift - 0.5); // bin 0.5
955+
int binshiftxZDCC = cal.shiftprofileC->FindBin(centrality, 0.5, ishift - 0.5); // bin 0.5
956956
int binshiftyZDCC = cal.shiftprofileC->FindBin(centrality, 1.5, ishift - 0.5);
957957
int binshiftxZDCA = cal.shiftprofileA->FindBin(centrality, 0.5, ishift - 0.5);
958958
int binshiftyZDCA = cal.shiftprofileA->FindBin(centrality, 1.5, ishift - 0.5);
@@ -966,8 +966,8 @@ struct ZdcQVectors {
966966
if (binshiftyZDCA > 0)
967967
coeffshiftyZDCA = cal.shiftprofileA->GetBinContent(binshiftyZDCA);
968968
}
969-
deltaPsiZDCC += ((2 / (1.0 * ishift)) * (-1.0*coeffshiftxZDCC * std::cos(ishift * 1.0 * psiZDCC) + coeffshiftyZDCC * std::sin(ishift * 1.0 * psiZDCC)));
970-
deltaPsiZDCA += ((2 / (1.0 * ishift)) * (-1.0*coeffshiftxZDCA * std::cos(ishift * 1.0 * psiZDCA) + coeffshiftyZDCA * std::sin(ishift * 1.0 * psiZDCA)));
969+
deltaPsiZDCC += ((2 / (1.0 * ishift)) * (-1.0 * coeffshiftxZDCC * std::cos(ishift * 1.0 * psiZDCC) + coeffshiftyZDCC * std::sin(ishift * 1.0 * psiZDCC)));
970+
deltaPsiZDCA += ((2 / (1.0 * ishift)) * (-1.0 * coeffshiftxZDCA * std::cos(ishift * 1.0 * psiZDCA) + coeffshiftyZDCA * std::sin(ishift * 1.0 * psiZDCA)));
971971
}
972972

973973
psiZDCCshift += deltaPsiZDCC;

0 commit comments

Comments
 (0)