ATLAS Offline Software
Variables
test_athena_ntuple_dumper Namespace Reference

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')]
 
string TUPLENAME = 'egamma'
 
 InputCollections
 
 TupleName
 
 job = AlgSequence()
 
int USEVARHANDLE = 1
 
int EVTMAX = -1
 
 EvtMax
 
int DOWRITE = 1
 
 out = arcw.createNtupleOutputStream("StreamD3PD", "d3pd.root", "egamma")
 
 ForceRead
 

Variable Documentation

◆ DOWRITE

int test_athena_ntuple_dumper.DOWRITE = 1

Definition at line 36 of file test_athena_ntuple_dumper.py.

◆ EVTMAX

int test_athena_ntuple_dumper.EVTMAX = -1

Definition at line 32 of file test_athena_ntuple_dumper.py.

◆ EvtMax

test_athena_ntuple_dumper.EvtMax

Definition at line 33 of file test_athena_ntuple_dumper.py.

◆ FNAMES

list test_athena_ntuple_dumper.FNAMES = [os.path.join(testdir, f) for f in ('ntuple.0.root', 'ntuple.1.root')]

Definition at line 9 of file test_athena_ntuple_dumper.py.

◆ ForceRead

test_athena_ntuple_dumper.ForceRead

Definition at line 46 of file test_athena_ntuple_dumper.py.

◆ InputCollections

test_athena_ntuple_dumper.InputCollections

Definition at line 19 of file test_athena_ntuple_dumper.py.

◆ job

test_athena_ntuple_dumper.job = AlgSequence()

Definition at line 23 of file test_athena_ntuple_dumper.py.

◆ out

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

Definition at line 40 of file test_athena_ntuple_dumper.py.

◆ paths

test_athena_ntuple_dumper.paths = os.getenv('DATAPATH').split(os.pathsep) + [os.getenv('ATLAS_REFERENCE_DATA','')]

Definition at line 7 of file test_athena_ntuple_dumper.py.

◆ testdir

test_athena_ntuple_dumper.testdir = unixtools.find_datafile(os.getenv('ATLAS_REFERENCE_TAG'), paths)

Definition at line 8 of file test_athena_ntuple_dumper.py.

◆ TUPLENAME

string test_athena_ntuple_dumper.TUPLENAME = 'egamma'

Definition at line 16 of file test_athena_ntuple_dumper.py.

◆ TupleName

test_athena_ntuple_dumper.TupleName

Definition at line 20 of file test_athena_ntuple_dumper.py.

◆ USEVARHANDLE

int test_athena_ntuple_dumper.USEVARHANDLE = 1

Definition at line 27 of file test_athena_ntuple_dumper.py.