ATLAS Offline Software
|
Variables | |
string | streamName = "ReWrite" |
string | outputFileName = "SimplePoolFile3.root" |
bool | noTag = True |
flags = initConfigFlags() | |
Files | |
MaxEvents | |
MsgSuppression | |
DebugMessageComponents | |
acc = MainServicesCfg( flags ) | |
WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG) | |
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_ReadWrite.acc = MainServicesCfg( flags ) |
Definition at line 36 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.AttributeListKey |
Definition at line 66 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.DebugMessageComponents |
Definition at line 30 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.Files |
Definition at line 26 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.flags = initConfigFlags() |
Definition at line 25 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.Key |
Definition at line 53 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.Magic |
Definition at line 55 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG) |
Definition at line 52 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.MaxEvents |
Definition at line 28 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.MsgSuppression |
Definition at line 29 of file AthenaPoolExample_ReadWrite.py.
bool AthenaPoolExample_ReadWrite.noTag = True |
Definition at line 22 of file AthenaPoolExample_ReadWrite.py.
string AthenaPoolExample_ReadWrite.outputFileName = "SimplePoolFile3.root" |
Definition at line 21 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.OutputLevel |
Definition at line 72 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.sc = acc.run(flags.Exec.MaxEvents) |
Definition at line 77 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.stream = streamCA.getEventAlgo( outputStreamName( streamName ) ) |
Definition at line 65 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.streamCA |
Definition at line 63 of file AthenaPoolExample_ReadWrite.py.
string AthenaPoolExample_ReadWrite.streamName = "ReWrite" |
Definition at line 20 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.TagKey |
Definition at line 54 of file AthenaPoolExample_ReadWrite.py.
AthenaPoolExample_ReadWrite.WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG) |
Definition at line 49 of file AthenaPoolExample_ReadWrite.py.