Skip to content
Snippets Groups Projects
Commit 7ebef734 authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'notag.G4AtlasApps-20170420' into 'master'

G4AtlasApps: Set notag for output stream.

See merge request !1030
Former-commit-id: d9a3092b
parents f915b1c0 ce2f26c2
No related branches found
No related tags found
No related merge requests found
...@@ -589,7 +589,7 @@ class SimSkeleton(object): ...@@ -589,7 +589,7 @@ class SimSkeleton(object):
## only changing it in Hive. ## only changing it in Hive.
as_alg = is_hive as_alg = is_hive
## NB. Two-arg constructor is needed, since otherwise metadata writing fails! ## NB. Two-arg constructor is needed, since otherwise metadata writing fails!
stream1 = AthenaPoolOutputStream("StreamHITS", athenaCommonFlags.PoolHitsOutput(), asAlg=as_alg) stream1 = AthenaPoolOutputStream("StreamHITS", athenaCommonFlags.PoolHitsOutput(), asAlg=as_alg, noTag=True)
## Write geometry tag info - move to main method ## Write geometry tag info - move to main method
#import EventInfoMgt.EventInfoMgtInit #import EventInfoMgt.EventInfoMgtInit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment