Skip to content
Snippets Groups Projects
Commit 70d41e29 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: part1/simple_detector.md

parent 87252d01
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,23 @@
title: "Simple Detector"
---
The following is a code block with JavaScript language syntax highlighting.
## Setup
```javascript
import React from 'react';
```bash
git clone https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/tutorial_part1.git
cd tutorial_part1
```
## Run the geant4 simulation
```bash
ddsim --runType run --enableG4GPS \
--macroFile gps.mac \
--compactFile ./gem_tracker.xml \
--outputFile gem_tracker_sim.root
```
##
Supports multiple languages.
The following is a code block with diff. Lines with `+` highlighted in green shade indicating an addition. Lines with `-` highlighted in red shade indicating a deletion.
......@@ -17,8 +28,3 @@ The following is a code block with diff. Lines with `+` highlighted in green sha
+ const data = [1,2];
```
## Live Editing example
```javascript react-live=true
<button className={'btn btn-default'}>Change my text</button>
```
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