Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
calypso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
faser
calypso
Commits
955203cb
Commit
955203cb
authored
1 year ago
by
Dave Casper
Browse files
Options
Downloads
Patches
Plain Diff
Update default geometry tags
parent
25e7037d
No related branches found
No related tags found
3 merge requests
!375
Monte Carlo and geometry updates
,
!369
Implement axial timing in the currently used version of FORESEE
,
!351
Merging Muon code to create new Database tag
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/CalypsoExample/Simulation/scripts/faser_simulate.py
+2
-2
2 additions, 2 deletions
Control/CalypsoExample/Simulation/scripts/faser_simulate.py
with
2 additions
and
2 deletions
Control/CalypsoExample/Simulation/scripts/faser_simulate.py
+
2
−
2
View file @
955203cb
...
@@ -148,7 +148,7 @@ if __name__ == '__main__':
...
@@ -148,7 +148,7 @@ if __name__ == '__main__':
#
#
if
args
.
geom
==
"
TI12MC
"
:
if
args
.
geom
==
"
TI12MC
"
:
# 2022 TI12 geometry
# 2022 TI12 geometry
ConfigFlags
.
GeoModel
.
FaserVersion
=
"
FASERNU-0
3
"
# Geometry set-up
ConfigFlags
.
GeoModel
.
FaserVersion
=
"
FASERNU-0
4
"
# Geometry set-up
ConfigFlags
.
IOVDb
.
GlobalTag
=
"
OFLCOND-FASER-03
"
# Conditions set-up
ConfigFlags
.
IOVDb
.
GlobalTag
=
"
OFLCOND-FASER-03
"
# Conditions set-up
# TI12 detectors
# TI12 detectors
detectors
=
[
'
Veto
'
,
'
VetoNu
'
,
'
Preshower
'
,
'
FaserSCT
'
,
'
Ecal
'
,
detectors
=
[
'
Veto
'
,
'
VetoNu
'
,
'
Preshower
'
,
'
FaserSCT
'
,
'
Ecal
'
,
...
@@ -156,7 +156,7 @@ if __name__ == '__main__':
...
@@ -156,7 +156,7 @@ if __name__ == '__main__':
elif
args
.
geom
==
"
TestBeamMC
"
:
elif
args
.
geom
==
"
TestBeamMC
"
:
# Define 2021 test beam geometry
# Define 2021 test beam geometry
ConfigFlags
.
GeoModel
.
FaserVersion
=
"
FASER-TB0
0
"
# Geometry set-up
ConfigFlags
.
GeoModel
.
FaserVersion
=
"
FASER-TB0
1
"
# Geometry set-up
ConfigFlags
.
IOVDb
.
GlobalTag
=
"
OFLCOND-FASER-TB00
"
# Conditions set-up
ConfigFlags
.
IOVDb
.
GlobalTag
=
"
OFLCOND-FASER-TB00
"
# Conditions set-up
# Testbeam detectors (trigger layers are actually veto counters)
# Testbeam detectors (trigger layers are actually veto counters)
detectors
=
[
'
Veto
'
,
'
Preshower
'
,
'
FaserSCT
'
,
'
Ecal
'
]
detectors
=
[
'
Veto
'
,
'
Preshower
'
,
'
FaserSCT
'
,
'
Ecal
'
]
...
...
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