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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Tadej Novak
athena
Commits
753307aa
Verified
Commit
753307aa
authored
2 months ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
BStoRDO: We need calo digits for overlay
parent
3951cf43
No related branches found
No related tags found
No related merge requests found
Pipeline
#9381784
passed
2 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/Overlay/OverlayConfiguration/python/BStoRDO_Skeleton.py
+5
-3
5 additions, 3 deletions
...n/Overlay/OverlayConfiguration/python/BStoRDO_Skeleton.py
with
5 additions
and
3 deletions
Simulation/Overlay/OverlayConfiguration/python/BStoRDO_Skeleton.py
+
5
−
3
View file @
753307aa
...
...
@@ -98,13 +98,15 @@ def fromRunArgs(runArgs):
if
flags
.
Detector
.
EnableLAr
:
from
LArByteStream.LArRawDataReadingConfig
import
LArRawDataReadingCfg
cfg
.
merge
(
LArRawDataReadingCfg
(
flags
,
LArRawChannelKey
=
f
'
{
flags
.
Overlay
.
BkgPrefix
}
LArRawChannels
'
))
itemList
.
append
(
f
'
LArRawChannelContainer#
{
flags
.
Overlay
.
BkgPrefix
}
LArRawChannels
'
)
cfg
.
merge
(
LArRawDataReadingCfg
(
flags
))
itemList
.
append
(
f
'
LArDigitContainer#
{
flags
.
Overlay
.
BkgPrefix
}
LArDigitContainer_data
'
)
itemList
.
append
(
"
LArFebHeaderContainer#LArFebHeader
"
)
if
flags
.
Detector
.
EnableTile
:
from
TileByteStream.TileByteStreamConfig
import
TileRawDataReadingCfg
cfg
.
merge
(
TileRawDataReadingCfg
(
flags
))
cfg
.
merge
(
TileRawDataReadingCfg
(
flags
,
readMuRcv
=
False
))
itemList
.
append
(
f
'
TileRawChannelContainer#
{
flags
.
Overlay
.
BkgPrefix
}
TileRawChannelCnt
'
)
itemList
.
append
(
f
'
TileDigitsContainer#
{
flags
.
Overlay
.
BkgPrefix
}
TileDigitsCnt
'
)
if
flags
.
Detector
.
EnableCSC
:
from
MuonConfig.CSC_OverlayConfig
import
CSC_DataOverlayExtraCfg
...
...
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