Skip to content

Commit

Permalink
Update FCCeeGeneralOverview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF authored May 22, 2024
1 parent 14a89cd commit e90630d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ The IDEA tracking system Full Sim description is getting complete: the Vertex an
For this, let's run the IDEA simulation and digitization:

```bash
# if you did not follow the entire tutorial sequencially, you have to do the following first
# git clone https://github.com/HEP-FCC/fcc-tutorials
# cd fcc-tutorials/full-detector-simulations/FCCeeGeneralOverview/
ddsim --enableGun --gun.distribution uniform --gun.energy "10*GeV" --gun.particle e- --numberOfEvents 100 --outputFile electron_gun_10GeV_IDEA_SIM.root --random.enableEventSeed --random.seed 42 --compactFile $K4GEO/FCCee/IDEA/compact/IDEA_o1_v02/IDEA_o1_v02.xml
k4run run_IDEA_DIGI.py --EventDataSvc.input="electron_gun_10GeV_IDEA_SIM.root" --out.filename="electron_gun_10GeV_IDEA_DIGI.root"
```
Expand Down

0 comments on commit e90630d

Please sign in to comment.