Skip to content

Commit 63ed55c

Browse files
ellertguitargeek
authored andcommitted
The stressVector test fails on ix86 due to too strict check:
DeltaR TLorentzVector time = 0.2610929 (sec) DeltaR XYZTVector time = 0.22973299 (sec) DeltaR PtEtaPhiEVector time = 0.0016570091 (sec) -12823.3585955796 -12823.35859557827 -12823.35859557827 Test DeltaR failed !! The new value for the scale parameter (50) was calculated from the above values: root [2] (-12823.3585955796 - (-12823.35859557827)) / -12823.3585955796 / std::numeric_limits<double>::epsilon() / 10 (double) 46.762663
1 parent 8e8dfa2 commit 63ed55c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/stressVector.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,7 @@ int main(int argc,const char *argv[]) {
540540
s1=a.testDeltaR (v1, t, t1, "DeltaR TLorentzVector " );
541541
s2=a.testDeltaR (v2, t, t2, "DeltaR XYZTVector " );
542542
s3=a.testDeltaR (v3, t, t3, "DeltaR PtEtaPhiEVector " );
543-
a.check("DeltaR",s1,s2,s3,20);
544-
543+
a.check("DeltaR", s1, s2, s3, 50);
545544

546545
int n1, n2, n3;
547546
n1 = a.testAnalysis (v1, t, t1, "Analysis1 TLorentzVector " );

0 commit comments

Comments
 (0)