Skip to content

Commit d73fd6e

Browse files
committed
Avoid missing dictionary
1 parent ead329b commit d73fd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/simulation/test/testBasicHits.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ BOOST_AUTO_TEST_CASE(BasicXYZHit_ROOTIO)
6666
}
6767

6868
// same for double valued hits
69-
using HitTypeD = BasicXYZEHit<double, double>;
69+
using HitTypeD = BasicXYZEHit<double, double, double>;
7070
HitTypeD hitD(1., 2., 3., 0.01, -1.1, -1, 1);
7171

7272
// try writing hit to a TBuffer

0 commit comments

Comments
 (0)