-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from tiborsimko/reana-initial-configuration
reana: initial configuration
- Loading branch information
Showing
3 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
muons_for_seeding_discrete_pt.root | ||
numHitsPerTrack.png |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |