24import modularAnalysis
as ma
27my_path = b2.create_path()
30ma.inputMdst(filename=b2.find_file(
'B2pi0D_D2hh_D2hhh_B2munu.root',
'examples',
False),
34ma.printPrimaryMCParticles(path=my_path)
38ma.variablesToNtuple(decayString=
"", variables=[], path=my_path)