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

Variables

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

Variable Documentation

tuple gammaraytel.hE = tree.findH1D( "/hbook/10" )

Definition at line 23 of file gammaraytel.py.

tuple gammaraytel.hf = af.createHistogramFactory( tree )
tuple gammaraytel.hPl = tree.findH1D( "/hbook/20" )

Definition at line 24 of file gammaraytel.py.

tuple gammaraytel.hXZ = tree.findH2D("/hbook/30")

Definition at line 25 of file gammaraytel.py.

tuple gammaraytel.hYZ = tree.findH2D("/hbook/40")

Definition at line 26 of file gammaraytel.py.

tuple gammaraytel.pr = pl.currentRegion()
tuple gammaraytel.tree = tf.create()
tuple gammaraytel.treeHBook = tf.create("gammaraytel.hbook", "hbook", 1, 0 )

Definition at line 12 of file gammaraytel.py.