We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5226b5 commit b69b2faCopy full SHA for b69b2fa
1 file changed
DataFormats/simulation/test/MCTrack.cxx
@@ -72,7 +72,7 @@ BOOST_AUTO_TEST_CASE(Stack_test)
72
{
73
o2::data::Stack st;
74
int a;
75
- TMCProcess proc;
+ TMCProcess proc{kPPrimary};
76
// add a 2 primary particles
77
st.PushTrack(1, -1, 0, 0, 0., 0., 10., 5., 5., 5., 0.1, 0., 0., 0., proc, a, 1., 1);
78
0 commit comments