Files
geant4/examples/advanced/xray_fluorescence/readHbkAida3.py
T
2016-06-09 10:41:53 +02:00

6 lines
148 B
Python

tree = tf.create("xrayfluo.hbk", "hbook", 1,0)
hf = af.createHistogramFactory(tree)
h1 = tree.findH1D("1")
pl.currentRegion().plot(h1)
pl.refresh()