Skip to content

Commit 64811db

Browse files
committed
Dummy commit
1 parent 8abcdc2 commit 64811db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ struct HfTaskFlowCharmHadrons {
742742
float yQVecDaugSubtr = yQVec - std::accumulate(tracksQy.begin(), tracksQy.end(), 0.0);
743743
scalprodCand = cosNPhi * xQVecDaugSubtr + sinNPhi * yQVecDaugSubtr;
744744
} else {
745-
scalprodCand = cosNPhi * xQVec + sinNPhi * yQVec;
745+
scalprodCand = cosNPhi * xQVec + sinNPhi * yQVec;
746746
}
747747

748748
if (fillMassPtMlTree || fillMassPtMlSpCentTree) {

0 commit comments

Comments
 (0)