forked from reanahub/reana-demo-fcchh-fullsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reana.yaml
22 lines (22 loc) · 1.05 KB
/
reana.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 0.4.0
inputs:
files:
- config/geantSim_TrackerPerformance.py
- config/single_particle_trackFits.py
- script/numHitsPerTrack.C
- script/plot_single_particle_resolutions.py
workflow:
type: serial
specification:
steps:
- environment: 'gitlab-registry.cern.ch/vavolkl/fcc-ubuntu:latest'
commands:
- fccrun.py config/geantSim_TrackerPerformance.py
-N 5000 -s 0123456 --outName muons_for_seeding_discrete_pt.root
--singlePart --particle 13 --etaMin 0 --etaMax 6 --discretePt
--pt 1000 2000 5000 10000 100000 1000000 10000000
--pathToDetector /usr/local/
| tee simulation.log 2> simulation.err
- root -b 'script/numHitsPerTrack.C("muons_for_seeding_discrete_pt.root")' | tee plot-tracker-hits.log 2> plot-tracker-hits.err
- fccrun.py config/single_particle_trackFits.py --inputfile muons_for_seeding_discrete_pt.root --outputfile single_particle_resolutions.root
- python script/plot_single_particle_resolutions.py single_particle_resolutions.root