ATLAS Offline Software
Variables
AthenaPoolExample_Copy Namespace Reference

Variables

string streamName = "Copy"
 
string outputFileName = "SimplePoolReplica1.root"
 
bool noTag = True
 
 flags = initConfigFlags()
 
 Files
 
 MaxEvents
 
 MsgSuppression
 
 DebugMessageComponents
 
 acc = MainServicesCfg( flags )
 
 streamCA
 
 stream = streamCA.getEventAlgo( outputStreamName( streamName ) )
 
 ExtendProvenanceRecord
 
 sc = acc.run(flags.Exec.MaxEvents)
 

Variable Documentation

◆ acc

AthenaPoolExample_Copy.acc = MainServicesCfg( flags )

Definition at line 55 of file AthenaPoolExample_Copy.py.

◆ DebugMessageComponents

AthenaPoolExample_Copy.DebugMessageComponents

Definition at line 49 of file AthenaPoolExample_Copy.py.

◆ ExtendProvenanceRecord

AthenaPoolExample_Copy.ExtendProvenanceRecord

Definition at line 71 of file AthenaPoolExample_Copy.py.

◆ Files

AthenaPoolExample_Copy.Files

Definition at line 45 of file AthenaPoolExample_Copy.py.

◆ flags

AthenaPoolExample_Copy.flags = initConfigFlags()

Definition at line 44 of file AthenaPoolExample_Copy.py.

◆ MaxEvents

AthenaPoolExample_Copy.MaxEvents

Definition at line 47 of file AthenaPoolExample_Copy.py.

◆ MsgSuppression

AthenaPoolExample_Copy.MsgSuppression

Definition at line 48 of file AthenaPoolExample_Copy.py.

◆ noTag

bool AthenaPoolExample_Copy.noTag = True

Definition at line 41 of file AthenaPoolExample_Copy.py.

◆ outputFileName

string AthenaPoolExample_Copy.outputFileName = "SimplePoolReplica1.root"

Definition at line 40 of file AthenaPoolExample_Copy.py.

◆ sc

AthenaPoolExample_Copy.sc = acc.run(flags.Exec.MaxEvents)

Definition at line 77 of file AthenaPoolExample_Copy.py.

◆ stream

AthenaPoolExample_Copy.stream = streamCA.getEventAlgo( outputStreamName( streamName ) )

Definition at line 70 of file AthenaPoolExample_Copy.py.

◆ streamCA

AthenaPoolExample_Copy.streamCA
Initial value:
1 = OutputStreamCfg(flags, streamName, disableEventTag = noTag,
2  ItemList = ["EventInfo#*", "ExampleHitContainer#MyHits"])

Definition at line 68 of file AthenaPoolExample_Copy.py.

◆ streamName

string AthenaPoolExample_Copy.streamName = "Copy"

Definition at line 39 of file AthenaPoolExample_Copy.py.

python.OutputStreamConfig.OutputStreamCfg
def OutputStreamCfg(flags, streamName, ItemList=[], MetadataItemList=[], disableEventTag=False, trigNavThinningSvc=None, takeItemsFromInput=False, extendProvenanceRecord=True, AcceptAlgs=[], HelperTools=[])
Definition: OutputStreamConfig.py:12