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