Skip to content
Snippets Groups Projects

Move TOF in x by -0.5 cm, refs #2520

Merged David Emschermann requested to merge d.emschermann/cbmroot_geometry:tof5mminx into master
4 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -10,7 +10,7 @@
// Changelog
//
// 2022-05-07 - v21h - DE - shift v21g by x += 54 cm to align triple stack on z-axis
// 2022-05-07 - v21h - DE - shift v21g by x += 53.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 = 54.; // = z=298 mCBM@SIS18
const Float_t TOF_X_Front_Stand = 53.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