Skip to content

Commit e9d8018

Browse files
authored
Fixed for compilation: Phi->phi
1 parent 57e6c2d commit e9d8018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ double getDeltaPhi(double phiD, double phiHadron)
4444
///
4545
double evaluatePhiByVertex(double xVertex1, double xVertex2, double yVertex1, double yVertex2)
4646
{
47-
return RecoDecay::Phi(xVertex2 - xVertex1, yVertex2 - yVertex1);
47+
return RecoDecay::phi(xVertex2 - xVertex1, yVertex2 - yVertex1);
4848
}
4949

5050
// string definitions, used for histogram axis labels

0 commit comments

Comments
 (0)