| Geant4-11
    | 
| Data Structures | |
| class | MCScoreROOTIO | 
| Functions | |
| def | loop_tree (tfile, analyze_vertex) | 
| def | test_loop () | 
| def | test_t2root () | 
| Variables | |
| list | __all__ = [ 'MCScoreROOTIO', 'loop_tree' ] | 
Python module
This module provides ROOT IO interface for MCScore data
  [C] MCScoreROOTIO
  [f] loop_tree(tfile, analyze_vertex):
                                              Q, 2006
 | def mcscorerootio.loop_tree | ( | tfile, | |
| analyze_vertex | |||
| ) | 
loop ROOT tree in a ROOT file. * analyze_vertex: user function : analyze_vertex(MCVertex)
Definition at line 112 of file mcscorerootio.py.
Referenced by test_loop().
| def mcscorerootio.test_loop | ( | ) | 
Definition at line 174 of file mcscorerootio.py.
References loop_tree(), test_loop(), and test_t2root().
Referenced by test_loop().
| def mcscorerootio.test_t2root | ( | ) | 
Definition at line 147 of file mcscorerootio.py.
Referenced by test_loop().
| 
 | private | 
Definition at line 20 of file mcscorerootio.py.