6 <input>../DSTtoMDST.mdst.root</input>
7 <output>../MDSTtoUDST.udst.root</output>
8 <contact>Luis Pesantez; pesantez@uni-bonn.de</contact>
14 rootFileName =
'../MDSTtoUDST'
15 logFileName = rootFileName +
'.log'
16 sys.stdout = open(logFileName,
'w')
19 from modularAnalysis
import outputUdst
21 main = basf2.create_path()
22 input = basf2.register_module(
'RootInput')
23 input.param(
'inputFileName',
'../DSTtoMDST.mdst.root')
24 main.add_module(input)
25 outputUdst(
'../MDSTtoUDST.udst.root', path=main)
30 print(basf2.statistics)