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