Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena_MET
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Alberto Plebani
athena_MET
Commits
1504b51b
Commit
1504b51b
authored
1 year ago
by
Melissa Yexley
Browse files
Options
Downloads
Patches
Plain Diff
Adding in OutputStreamSequencerSvc so that the output vp1 files end up in the desired location
parent
eb463f6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
graphics/EventDisplaysOnline/python/EventDisplaysOnlineConfig.py
+5
-0
5 additions, 0 deletions
...s/EventDisplaysOnline/python/EventDisplaysOnlineConfig.py
with
5 additions
and
0 deletions
graphics/EventDisplaysOnline/python/EventDisplaysOnlineConfig.py
+
5
−
0
View file @
1504b51b
...
...
@@ -222,6 +222,11 @@ acc.addService(svc, create=True)
from
AthenaServices.OutputStreamSequencerSvcConfig
import
OutputStreamSequencerSvcCfg
acc
.
merge
(
OutputStreamSequencerSvcCfg
(
flags
,
incidentName
=
"
EndEvent
"
))
# This creates an ESD file per event which is renamed and moved to the desired output
# dir in the VP1 Event Prod alg
from
AthenaServices.OutputStreamSequencerSvcConfig
import
OutputStreamSequencerSvcCfg
acc
.
merge
(
OutputStreamSequencerSvcCfg
(
flags
,
incidentName
=
"
EndEvent
"
))
StreamESD
=
acc
.
getEventAlgo
(
"
OutputStreamESD
"
)
vp1Alg
=
CompFactory
.
VP1EventProd
(
name
=
"
VP1EventProd
"
,
InputPoolFile
=
StreamESD
.
OutputFile
)
acc
.
addEventAlgo
(
vp1Alg
)
...
...
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