Skip to content
Snippets Groups Projects
Commit d4a156d1 authored by David Emschermann's avatar David Emschermann Committed by Pierre-Alain Loizeau
Browse files

In mcbm_transport.C, change some commented test tracks for mTOF double stack, refs #2483

parent c7610209
No related branches found
No related tags found
1 merge request!807Changes to mCBM simulation macros
Pipeline #17103 passed
......@@ -141,6 +141,14 @@ void mcbm_transport(Int_t nEvents = 10,
// ACC SetTrack(&run, beamRotY,-11, +5.9, 0.0, 28.5 + stszoff);
// ACC SetTrack(&run, beamRotY,-11, +5.9, -5.8, 28.5 + stszoff);
//
// TOFDS SetTrack(&run, beamRotY,-13, 71, +5.8, 235);
// TOFDS SetTrack(&run, beamRotY,-13, 71, 0.0, 235);
// TOFDS SetTrack(&run, beamRotY,-13, 71, -5.8, 235);
// TOFDS
// TOFDS SetTrack(&run, beamRotY,-13, 35, +5.8, 242);
// TOFDS SetTrack(&run, beamRotY,-13, 35, 0.0, 242);
// TOFDS SetTrack(&run, beamRotY,-13, 35, -5.8, 242);
//
// WIN // x : cos(25.*acos(-1.)/180.) * -4.25 : x = -3.852 cm
// WIN // z : sin(25.*acos(-1.)/180.) * -4.25 + 15.2 + 0.3 : z = 13.704 cm
// WIN // SetTrack(&run, 0, 13, -3.852, 0.0, 13.704);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment