Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
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
Alessandro Sala
athena
Commits
4488e753
Commit
4488e753
authored
10 months ago
by
Krzysztof Ciesla
Committed by
Ahmed Tarek
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
ATLHI-496: Fixes for HIJING overlay
ATLHI-496: Fixes for HIJING overlay
parent
ad0e7b3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Simulation/Digitization/python/PileUpConfig.py
+1
-1
1 addition, 1 deletion
Simulation/Digitization/python/PileUpConfig.py
Simulation/RunDependentSim/RunDependentSimData/python/BunchStructureHeavyIon2022.py
+267
-0
267 additions, 0 deletions
.../RunDependentSimData/python/BunchStructureHeavyIon2022.py
with
268 additions
and
1 deletion
Simulation/Digitization/python/PileUpConfig.py
+
1
−
1
View file @
4488e753
...
...
@@ -166,7 +166,7 @@ def CavernCacheCfg(flags, name="CavernCache", **kwargs):
kwargs
.
setdefault
(
"
CollPerXing
"
,
flags
.
Digitization
.
PU
.
NumberOfCavern
)
kwargs
.
setdefault
(
"
CollDistribution
"
,
"
Fixed
"
)
kwargs
.
setdefault
(
"
PileUpEventType
"
,
PileUpEventType
.
Cavern
)
if
flags
.
Digitization
.
PU
.
DoXingByXingPileUp
or
flags
.
Digitization
.
PU
.
SignalPatternForSteppingCache
:
if
flags
.
Digitization
.
DoXingByXingPileUp
or
flags
.
Digitization
.
PU
.
SignalPatternForSteppingCache
:
kwargs
.
setdefault
(
"
ReadDownscaleFactor
"
,
1
)
# Cavern Background Cache Should Ignore Bunch Structure
OccupationFraction
=
(
float
(
flags
.
Digitization
.
PU
.
BunchSpacing
)
/
...
...
This diff is collapsed.
Click to expand it.
Simulation/RunDependentSim/RunDependentSimData/python/BunchStructureHeavyIon2022.py
0 → 100644
+
267
−
0
View file @
4488e753
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