Skip to content

Commit

Permalink
Merge pull request #1 from tiborsimko/reana-initial-configuration
Browse files Browse the repository at this point in the history
reana: initial configuration
  • Loading branch information
vvolkl authored Feb 12, 2019
2 parents 147319c + 0444232 commit fafe075
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
muons_for_seeding_discrete_pt.root
numHitsPerTrack.png
21 changes: 0 additions & 21 deletions fccsw-reana.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions reana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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'
commands:
- source /etc/profile &&
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/
- source /etc/profile &&
root -b 'script/numHitsPerTrack.C("muons_for_seeding_discrete_pt.root")'
# - source /etc/profile && fccrun.py config/single_particle_trackFits.py --inputfile muons_for_seeding_discrete_pt.root --outputfile single_particle_resolutions.root
# - source /etc/profile && python script/plot_single_particle_resolutions.py

0 comments on commit fafe075

Please sign in to comment.