Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Commits
e5ae8be8
Commit
e5ae8be8
authored
2 years ago
by
Fernando Torales Acosta
Browse files
Options
Downloads
Patches
Plain Diff
small edits for slurm
parent
746533d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/clustering/full_cal_clusters.sh
+6
-0
6 additions, 0 deletions
benchmarks/clustering/full_cal_clusters.sh
with
6 additions
and
0 deletions
benchmarks/clustering/full_cal_clusters.sh
+
6
−
0
View file @
e5ae8be8
...
@@ -12,6 +12,7 @@ function print_the_help {
...
@@ -12,6 +12,7 @@ function print_the_help {
echo
" -n,--nevents Number of events"
echo
" -n,--nevents Number of events"
echo
" -t,--nametag name tag"
echo
" -t,--nametag name tag"
echo
" -p,--particle particle type"
echo
" -p,--particle particle type"
echo
" -o,--outputdir output directory for reco,gen, and hepmc files"
echo
" --pmin minimum particle momentum (GeV)"
echo
" --pmin minimum particle momentum (GeV)"
echo
" --pmax maximum particle momentum (GeV)"
echo
" --pmax maximum particle momentum (GeV)"
echo
" allowed types: pion0, pion+, pion-, kaon0, kaon+, kaon-, proton, neutron, electron, positron, photon"
echo
" allowed types: pion0, pion+, pion-, kaon0, kaon+, kaon-, proton, neutron, electron, positron, photon"
...
@@ -38,6 +39,11 @@ do
...
@@ -38,6 +39,11 @@ do
shift
# past argument
shift
# past argument
shift
# past value
shift
# past value
;;
;;
-o
|
--outputdir
)
outputdir
=
"
$2
"
shift
# past argument
shift
# past value
;;
-n
|
--nevents
)
-n
|
--nevents
)
export
JUGGLER_N_EVENTS
=
"
$2
"
export
JUGGLER_N_EVENTS
=
"
$2
"
shift
# past argument
shift
# past argument
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment