Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Variables
gammaraytel.py File Reference

Go to the source code of this file.

Namespaces

 gammaraytel
 

Variables

tuple gammaraytel.tree = tf.create()
 
tuple gammaraytel.hf = af.createHistogramFactory( tree )
 
tuple gammaraytel.treeHBook = tf.create("gammaraytel.hbook", "hbook", 1, 0 )
 
tuple gammaraytel.hE = tree.findH1D( "/hbook/10" )
 
tuple gammaraytel.hPl = tree.findH1D( "/hbook/20" )
 
tuple gammaraytel.hXZ = tree.findH2D("/hbook/30")
 
tuple gammaraytel.hYZ = tree.findH2D("/hbook/40")
 
tuple gammaraytel.pr = pl.currentRegion()