Skip to content

Commit 418eef9

Browse files
mdessoledevajithvs
authored andcommitted
[genvector] Change coordinate system
1 parent c421df1 commit 418eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/genvector/test/testGenVector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ int testLorentzVector()
814814
iret |= compare(v1.DeltaR(v2), 4.60575f);
815815
// Result cross-validated using:
816816
// TLorentzVector t1, t2;
817-
// t1.SetPtEtaPhiE(1,2,3,4); t2.SetPtEtaPhiE(5,6,7,8);
817+
// t1.SetPtEtaPhiM(1,2,3,4); t2.SetPtEtaPhiM(5,6,7,8);
818818
// t1.DeltaR(t2)
819819

820820
// test structured bindings

0 commit comments

Comments
 (0)