From 762f29e6526f347dc3279720d9fb07a13856e003 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Wed, 26 May 2021 21:03:41 +0000 Subject: [PATCH] (minor) Double backtick typo to triple backtick --- src/docs/part1/simple_detector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/part1/simple_detector.md b/src/docs/part1/simple_detector.md index 89f05d8..bdf1274 100644 --- a/src/docs/part1/simple_detector.md +++ b/src/docs/part1/simple_detector.md @@ -249,12 +249,12 @@ In the `CartesianGridXY` case, the cell sizes are always the same. </readout> ``` 2. You can now re-run the npsim command above, as we changed the detector pixel layout. -``bash +```bash npsim --runType run --enableG4GPS \ --macroFile gps.mac \ --compactFile ./gem_tracker.xml \ --outputFile gem_tracker_sim.root -`` +``` 3. Re-run the root script: ```bash root -b -q scripts/tutorial2_cell_size.cxx+ -- GitLab