Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reana: initial configuration #1

Merged
merged 1 commit into from
Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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