ATLAS Offline Software
|
An example Athena job to illustrate how to copy content of a file. More...
Go to the source code of this file.
Namespaces | |
AthenaPoolExample_Copy | |
Variables | |
string | AthenaPoolExample_Copy.streamName = "Copy" |
string | AthenaPoolExample_Copy.outputFileName = "SimplePoolReplica1.root" |
bool | AthenaPoolExample_Copy.noTag = True |
AthenaPoolExample_Copy.flags = initConfigFlags() | |
AthenaPoolExample_Copy.Files | |
AthenaPoolExample_Copy.MaxEvents | |
AthenaPoolExample_Copy.MsgSuppression | |
AthenaPoolExample_Copy.DebugMessageComponents | |
AthenaPoolExample_Copy.acc = MainServicesCfg( flags ) | |
AthenaPoolExample_Copy.streamCA | |
AthenaPoolExample_Copy.stream = streamCA.getEventAlgo( outputStreamName( streamName ) ) | |
AthenaPoolExample_Copy.ExtendProvenanceRecord | |
AthenaPoolExample_Copy.sc = acc.run(flags.Exec.MaxEvents) | |
An example Athena job to illustrate how to copy content of a file.
Expected output file (20 events):
File:SimplePoolReplica1.root Size: 27.413 kb Nbr Events: 20
3.846 kb 0.313 kb 0.016 kb 0.288 20 (B) EventInfo_p3_McEventInfo 3.001 kb 0.427 kb 0.021 kb 0.535 1 (T) MetaDataHdrDataHeaderForm 10.312 kb 0.745 kb 0.037 kb 0.156 20 (T) POOLContainer_DataHeaderForm 10.578 kb 0.903 kb 0.045 kb 0.379 1 (T) MetaDataHdrDataHeader 18.451 kb 1.198 kb 0.060 kb 0.383 1 (B) EventStreamInfo_p2_Stream1
76.958 kb 7.692 kb 0.385 kb 0.000 20 TOTAL (POOL containers)
Definition in file AthenaPoolExample_Copy.py.