Geant4
10.03.p03
|
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() |
tuple gammaraytel.hE = tree.findH1D( "/hbook/10" ) |
Definition at line 23 of file gammaraytel.py.
tuple gammaraytel.hf = af.createHistogramFactory( tree ) |
Definition at line 8 of file gammaraytel.py.
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() |
Definition at line 34 of file gammaraytel.py.
tuple gammaraytel.tree = tf.create() |
Definition at line 4 of file gammaraytel.py.
tuple gammaraytel.treeHBook = tf.create("gammaraytel.hbook", "hbook", 1, 0 ) |
Definition at line 12 of file gammaraytel.py.