ATLAS Offline Software
|
Variables | |
string | stream1name = "Stream1" |
string | file1Name = "ROOTTREE:SimplePoolFile1.root" |
string | stream2name = "Stream2" |
string | file2Name = "ROOTTREE:SimplePoolFile2.root" |
string | stream3name = "Stream3" |
string | file3Name = "ROOTTREE:EmptyPoolFile.root" |
bool | noTag = True |
flags = initConfigFlags() | |
MsgSuppression | |
MaxEvents | |
Files | |
DebugMessageComponents | |
acc = MainServicesCfg( flags ) | |
WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG) | |
Magic | |
MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG) | |
Key | |
TagKey | |
stream1ca | |
stream1 = stream1ca.getEventAlgo( outputStreamName( stream1name ) ) | |
AttributeListKey | |
stream2ca | |
stream2 = stream2ca.getEventAlgo( outputStreamName( stream2name ) ) | |
filterAlg = CompFactory.AthPoolEx.PassNoneFilter("PassNoneFilter", OutputLevel = DEBUG) | |
stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag ) | |
stream3 = stream3ca.getEventAlgo( outputStreamName( stream3name ) ) | |
RequireAlgs | |
OutputLevel | |
sc = acc.run(flags.Exec.MaxEvents) | |
AthenaPoolExample_Write.acc = MainServicesCfg( flags ) |
Definition at line 87 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.AttributeListKey |
Definition at line 119 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.DebugMessageComponents |
Definition at line 82 of file AthenaPoolExample_Write.py.
string AthenaPoolExample_Write.file1Name = "ROOTTREE:SimplePoolFile1.root" |
Definition at line 67 of file AthenaPoolExample_Write.py.
string AthenaPoolExample_Write.file2Name = "ROOTTREE:SimplePoolFile2.root" |
Definition at line 69 of file AthenaPoolExample_Write.py.
string AthenaPoolExample_Write.file3Name = "ROOTTREE:EmptyPoolFile.root" |
Definition at line 71 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.Files |
Definition at line 78 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.filterAlg = CompFactory.AthPoolEx.PassNoneFilter("PassNoneFilter", OutputLevel = DEBUG) |
Definition at line 132 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.flags = initConfigFlags() |
Definition at line 75 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.Key |
Definition at line 104 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.Magic |
Definition at line 100 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG) |
Definition at line 103 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.MaxEvents |
Definition at line 77 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.MsgSuppression |
Definition at line 76 of file AthenaPoolExample_Write.py.
bool AthenaPoolExample_Write.noTag = True |
Definition at line 72 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.OutputLevel |
Definition at line 143 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.RequireAlgs |
Definition at line 137 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.sc = acc.run(flags.Exec.MaxEvents) |
Definition at line 150 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.stream1 = stream1ca.getEventAlgo( outputStreamName( stream1name ) ) |
Definition at line 118 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.stream1ca |
Definition at line 114 of file AthenaPoolExample_Write.py.
string AthenaPoolExample_Write.stream1name = "Stream1" |
Definition at line 66 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.stream2 = stream2ca.getEventAlgo( outputStreamName( stream2name ) ) |
Definition at line 126 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.stream2ca |
Definition at line 124 of file AthenaPoolExample_Write.py.
string AthenaPoolExample_Write.stream2name = "Stream2" |
Definition at line 68 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.stream3 = stream3ca.getEventAlgo( outputStreamName( stream3name ) ) |
Definition at line 136 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag ) |
Definition at line 135 of file AthenaPoolExample_Write.py.
string AthenaPoolExample_Write.stream3name = "Stream3" |
Definition at line 70 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.TagKey |
Definition at line 105 of file AthenaPoolExample_Write.py.
AthenaPoolExample_Write.WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG) |
Definition at line 99 of file AthenaPoolExample_Write.py.