Belle II Software development
MillepedeTreeConversion.py
1#!/usr/bin/env python3
2
3
10
11import sys
12import basf2 as b2
13from ROOT import Belle2
14
15main = b2.create_path()
16
18algo.setInputFileNames([sys.argv[1]])
19algo.setOutputFile('millepede_data.root')
20algo.execute()
Creation of a plain TTree with residual and global derivative values from GBL data saved to a ROOT fi...