Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot_geometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mCBM
cbmroot_geometry
Merge requests
!25
Move TOF in x by -0.5 cm, refs #2520
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move TOF in x by -0.5 cm, refs #2520
d.emschermann/cbmroot_geometry:tof5mminx
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
David Emschermann
requested to merge
d.emschermann/cbmroot_geometry:tof5mminx
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
824b5a44
1 commit,
3 years ago
4 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
macro/tof/mcbm/Create_TOF_Geometry_v21h_mcbm.C
+
2
−
2
Options
@@ -10,7 +10,7 @@
// Changelog
//
// 2022-05-07 - v21h - DE - shift v21g by x += 5
4
cm to align triple stack on z-axis
// 2022-05-07 - v21h - DE - shift v21g by x += 5
3.5
cm to align triple stack on z-axis
// 2022-04-10 - v21g - NH - setup for U-run, March 2022
// 2022-03-23 - v21f - DE - apply global rotation of TOF around target _after_ z-shift
// 2022-03-19 - v21f - ID - Setup for Iron run of March 22nd
@@ -55,7 +55,7 @@ const TString FileNameInfo = fileTag + "_mcbm.geo.info";
// TOF_Z_Front corresponds to front cover of outer super module towers
const
Float_t
TOF_Z_Front_Stand
=
247
.;
// = z=298 mCBM@SIS18
const
Float_t
TOF_X_Front_Stand
=
5
4
.;
// = z=298 mCBM@SIS18
const
Float_t
TOF_X_Front_Stand
=
5
3
.
5
;
// = z=298 mCBM@SIS18
const
Float_t
TOF_Z_Front
=
0
.;
// = z=298 mCBM@SIS18
//const Float_t TOF_Z_Front = 130; // = z=225 mCBM@SIS18
//const Float_t TOF_Z_Front = 250; // SIS 100 hadron
Loading