Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Variables
test_athena_variable_shape_ntuple Namespace Reference

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
 

Variable Documentation

◆ activeBranches

test_athena_variable_shape_ntuple.activeBranches

Definition at line 83 of file test_athena_variable_shape_ntuple.py.

◆ DOWRITE

int test_athena_variable_shape_ntuple.DOWRITE = 1

Definition at line 91 of file test_athena_variable_shape_ntuple.py.

◆ EVTMAX

int test_athena_variable_shape_ntuple.EVTMAX = -1

Definition at line 87 of file test_athena_variable_shape_ntuple.py.

◆ EvtMax

test_athena_variable_shape_ntuple.EvtMax

Definition at line 88 of file test_athena_variable_shape_ntuple.py.

◆ FNAMES

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.

◆ InputCollections

test_athena_variable_shape_ntuple.InputCollections

Definition at line 16 of file test_athena_variable_shape_ntuple.py.

◆ job

test_athena_variable_shape_ntuple.job = AlgSequence()

Definition at line 20 of file test_athena_variable_shape_ntuple.py.

◆ out

test_athena_variable_shape_ntuple.out = arcw.createNtupleOutputStream("StreamD3PD", "d3pd.root", "egamma")

Definition at line 95 of file test_athena_variable_shape_ntuple.py.

◆ OUTBRANCHES

list test_athena_variable_shape_ntuple.OUTBRANCHES
Initial value:
1 = [
2  "el_n",
3  "el_eta",
4  "el_jetcone_dr",
5  ]

Definition at line 97 of file test_athena_variable_shape_ntuple.py.

◆ paths

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.

◆ StatusCode

test_athena_variable_shape_ntuple.StatusCode = PyAthena.StatusCode

Definition at line 23 of file test_athena_variable_shape_ntuple.py.

◆ testdir

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.

◆ TupleName

test_athena_variable_shape_ntuple.TupleName

Definition at line 17 of file test_athena_variable_shape_ntuple.py.