File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments