Skip to content

Commit

Permalink
Update documentation to import os
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 12, 2023
1 parent 7627e22 commit 779ec1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/starterkit/k4MarlinWrapperCLIC/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ during [Simulation](#simulation).
```bash
cd CLICPerformance/clicConfig

sed -i `1s/^/import os\n/` clicReconstruction.py
sed -i 's;read.Files = \[".*"\];read.Files = \["ttbar.slcio"\];' clicReconstruction.py
sed -i 's;EvtMax = 10,;EvtMax = 3,;' clicReconstruction.py
sed -i 's;"MaxRecordNumber": ["10"],;"MaxRecordNumber": ["3"],;' clicReconstruction.py
Expand Down

0 comments on commit 779ec1c

Please sign in to comment.