![]() |
ATLAS Offline Software
|
Classes | |
class | MyAlg |
Variables | |
paths = os.getenv('DATAPATH').split(os.pathsep) + [os.getenv('ATLAS_REFERENCE_DATA','')] | |
testdir = unixtools.find_datafile(os.getenv('ATLAS_REFERENCE_TAG'), paths) | |
list | FNAMES = [os.path.join(testdir, f) for f in ('ntuple.0.root', 'ntuple.1.root')] |
InputCollections | |
TupleName | |
job = AlgSequence() | |
StatusCode = PyAthena.StatusCode | |
activeBranches | |
int | EVTMAX = -1 |
EvtMax | |
int | DOWRITE = 1 |
out = arcw.createNtupleOutputStream("StreamD3PD", "d3pd.root", "egamma") | |
list | OUTBRANCHES |
test_athena_variable_shape_ntuple.activeBranches |
Definition at line 83 of file test_athena_variable_shape_ntuple.py.
int test_athena_variable_shape_ntuple.DOWRITE = 1 |
Definition at line 91 of file test_athena_variable_shape_ntuple.py.
int test_athena_variable_shape_ntuple.EVTMAX = -1 |
Definition at line 87 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.EvtMax |
Definition at line 88 of file test_athena_variable_shape_ntuple.py.
list test_athena_variable_shape_ntuple.FNAMES = [os.path.join(testdir, f) for f in ('ntuple.0.root', 'ntuple.1.root')] |
Definition at line 9 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.InputCollections |
Definition at line 16 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.job = AlgSequence() |
Definition at line 20 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.out = arcw.createNtupleOutputStream("StreamD3PD", "d3pd.root", "egamma") |
Definition at line 95 of file test_athena_variable_shape_ntuple.py.
list test_athena_variable_shape_ntuple.OUTBRANCHES |
Definition at line 97 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.paths = os.getenv('DATAPATH').split(os.pathsep) + [os.getenv('ATLAS_REFERENCE_DATA','')] |
Definition at line 7 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.StatusCode = PyAthena.StatusCode |
Definition at line 23 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.testdir = unixtools.find_datafile(os.getenv('ATLAS_REFERENCE_TAG'), paths) |
Definition at line 8 of file test_athena_variable_shape_ntuple.py.
test_athena_variable_shape_ntuple.TupleName |
Definition at line 17 of file test_athena_variable_shape_ntuple.py.