ATLAS Offline Software
Variables
test_athena_ntuple_filter Namespace Reference

Variables

 job = AlgSequence()
 
int DOWRITE = 0
 read a set of input files More...
 
 seq = AthSequencer("AthMasterSeq")
 filter configuration ## -> we use the special sequence 'AthMasterSeq' which is run before any other algorithm (which are usually in the 'TopAlg' sequence More...
 
 evt_info
 
 OutputLevel
 
 filter_policy
 
 filter_fct
 
 out
 
 ItemList
 
 AcceptAlgs
 
 EvtMax
 

Variable Documentation

◆ AcceptAlgs

test_athena_ntuple_filter.AcceptAlgs

Definition at line 46 of file test_athena_ntuple_filter.py.

◆ DOWRITE

int test_athena_ntuple_filter.DOWRITE = 0

read a set of input files

Definition at line 11 of file test_athena_ntuple_filter.py.

◆ evt_info

test_athena_ntuple_filter.evt_info

Definition at line 24 of file test_athena_ntuple_filter.py.

◆ EvtMax

test_athena_ntuple_filter.EvtMax

Definition at line 53 of file test_athena_ntuple_filter.py.

◆ filter_fct

test_athena_ntuple_filter.filter_fct

Definition at line 35 of file test_athena_ntuple_filter.py.

◆ filter_policy

test_athena_ntuple_filter.filter_policy

Definition at line 30 of file test_athena_ntuple_filter.py.

◆ ItemList

test_athena_ntuple_filter.ItemList

Definition at line 44 of file test_athena_ntuple_filter.py.

◆ job

test_athena_ntuple_filter.job = AlgSequence()

Definition at line 8 of file test_athena_ntuple_filter.py.

◆ out

test_athena_ntuple_filter.out
Initial value:
1 = arcw.createNtupleOutputStream("StreamD3PD", "d3pd.root", "egamma",
2  asAlg=True)

Definition at line 40 of file test_athena_ntuple_filter.py.

◆ OutputLevel

test_athena_ntuple_filter.OutputLevel

Definition at line 25 of file test_athena_ntuple_filter.py.

◆ seq

test_athena_ntuple_filter.seq = AthSequencer("AthMasterSeq")

filter configuration ## -> we use the special sequence 'AthMasterSeq' which is run before any other algorithm (which are usually in the 'TopAlg' sequence

Definition at line 18 of file test_athena_ntuple_filter.py.