ATLAS Offline Software
|
Variables | |
string | streamName = "Stream1" |
string | outputFileName = "SimplePoolFile4.root" |
bool | noTag = True |
flags = initConfigFlags() | |
Files | |
MaxEvents | |
MsgSuppression | |
DebugMessageComponents | |
acc = MainServicesCfg( flags ) | |
MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG) | |
Key | |
TagKey | |
Magic | |
streamCA | |
stream = streamCA.getEventAlgo( outputStreamName( streamName ) ) | |
AttributeListKey | |
OutputLevel | |
sc = acc.run(flags.Exec.MaxEvents) | |
AthenaPoolExample_ReadWriteNext.acc = MainServicesCfg( flags ) |
Definition at line 37 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.AttributeListKey |
Definition at line 61 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.DebugMessageComponents |
Definition at line 30 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.Files |
Definition at line 26 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.flags = initConfigFlags() |
Definition at line 25 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.Key |
Definition at line 52 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.Magic |
Definition at line 54 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG) |
Definition at line 51 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.MaxEvents |
Definition at line 28 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.MsgSuppression |
Definition at line 29 of file AthenaPoolExample_ReadWriteNext.py.
bool AthenaPoolExample_ReadWriteNext.noTag = True |
Definition at line 22 of file AthenaPoolExample_ReadWriteNext.py.
string AthenaPoolExample_ReadWriteNext.outputFileName = "SimplePoolFile4.root" |
Definition at line 21 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.OutputLevel |
Definition at line 67 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.sc = acc.run(flags.Exec.MaxEvents) |
Definition at line 72 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.stream = streamCA.getEventAlgo( outputStreamName( streamName ) ) |
Definition at line 60 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.streamCA |
Definition at line 58 of file AthenaPoolExample_ReadWriteNext.py.
string AthenaPoolExample_ReadWriteNext.streamName = "Stream1" |
Definition at line 20 of file AthenaPoolExample_ReadWriteNext.py.
AthenaPoolExample_ReadWriteNext.TagKey |
Definition at line 53 of file AthenaPoolExample_ReadWriteNext.py.