We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead329b commit d73fd6eCopy full SHA for d73fd6e
DataFormats/simulation/test/testBasicHits.cxx
@@ -66,7 +66,7 @@ BOOST_AUTO_TEST_CASE(BasicXYZHit_ROOTIO)
66
}
67
68
// same for double valued hits
69
- using HitTypeD = BasicXYZEHit<double, double>;
+ using HitTypeD = BasicXYZEHit<double, double, double>;
70
HitTypeD hitD(1., 2., 3., 0.01, -1.1, -1, 1);
71
72
// try writing hit to a TBuffer
0 commit comments