Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
556505a9
Commit
556505a9
authored
5 years ago
by
Tadej Novak
Committed by
Frank Winklmeier
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Write out event tag for MT premixing
parent
6ab91884
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/Digitization/share/Digitization.py
+3
-2
3 additions, 2 deletions
Simulation/Digitization/share/Digitization.py
with
3 additions
and
2 deletions
Simulation/Digitization/share/Digitization.py
+
3
−
2
View file @
556505a9
...
...
@@ -115,14 +115,15 @@ writeDigitizationMetadata()
# Pool Output (Change this to use a different file)
#--------------------------------------------------------------
if
DetFlags
.
writeRDOPool
.
any_on
():
premixing
=
digitizationFlags
.
PileUpPremixing
and
'
OverlayMT
'
in
digitizationFlags
.
experimentalDigi
()
from
AthenaCommon.AthenaCommonFlags
import
athenaCommonFlags
from
AthenaPoolCnvSvc.WriteAthenaPool
import
AthenaPoolOutputStream
if
digitizationFlags
.
PileUpPremixing
and
'
OverlayMT
'
in
digitizationFlags
.
experimentalDigi
()
:
if
premixing
:
from
OverlayCommonAlgs.OverlayFlags
import
overlayFlags
eventInfoKey
=
overlayFlags
.
bkgPrefix
()
+
"
EventInfo
"
else
:
eventInfoKey
=
"
EventInfo
"
streamRDO
=
AthenaPoolOutputStream
(
"
StreamRDO
"
,
athenaCommonFlags
.
PoolRDOOutput
.
get_Value
(),
asAlg
=
True
,
noTag
=
True
,
eventInfoKey
=
eventInfoKey
)
streamRDO
=
AthenaPoolOutputStream
(
"
StreamRDO
"
,
athenaCommonFlags
.
PoolRDOOutput
.
get_Value
(),
asAlg
=
True
,
noTag
=
not
premixing
,
eventInfoKey
=
eventInfoKey
)
from
Digitization.DigiOutput
import
getStreamRDO_ItemList
streamRDO
.
ItemList
=
getStreamRDO_ItemList
(
logDigitization_flags
)
streamRDO
.
AcceptAlgs
+=
[
digitizationFlags
.
digiSteeringConf
.
get_Value
()
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment