![]() |
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 ) | |
| stream1ca | |
| stream2ca | |
| filterAlg = CompFactory.AthPoolEx.PassNoneFilter("PassNoneFilter", OutputLevel = DEBUG) | |
| stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag ) | |
| stream3 = stream3ca.getEventAlgo( outputStreamName( stream3name ) ) | |
| RequireAlgs | |
| sc = acc.run(flags.Exec.MaxEvents) | |
| AthenaPoolExample_Write.acc = MainServicesCfg( flags ) |
Definition at line 87 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 120 of file AthenaPoolExample_Write.py.
| AthenaPoolExample_Write.flags = initConfigFlags() |
Definition at line 75 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.RequireAlgs |
Definition at line 125 of file AthenaPoolExample_Write.py.
| AthenaPoolExample_Write.sc = acc.run(flags.Exec.MaxEvents) |
Definition at line 130 of file AthenaPoolExample_Write.py.
| AthenaPoolExample_Write.stream1ca |
Definition at line 107 of file AthenaPoolExample_Write.py.
| string AthenaPoolExample_Write.stream1name = "Stream1" |
Definition at line 66 of file AthenaPoolExample_Write.py.
| AthenaPoolExample_Write.stream2ca |
Definition at line 115 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 124 of file AthenaPoolExample_Write.py.
| AthenaPoolExample_Write.stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag ) |
Definition at line 123 of file AthenaPoolExample_Write.py.
| string AthenaPoolExample_Write.stream3name = "Stream3" |
Definition at line 70 of file AthenaPoolExample_Write.py.
1.8.18