Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Commits
d3be0bc3
Commit
d3be0bc3
authored
May 24, 2021
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Removed hard coded detector name.
modified: benchmarks/crystal_calorimeter/config.yml
parent
5a2a4465
Branches
Branches containing commit
No related tags found
1 merge request
!40
Removed hard coded detector name.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/crystal_calorimeter/config.yml
+1
-1
1 addition, 1 deletion
benchmarks/crystal_calorimeter/config.yml
with
1 addition
and
1 deletion
benchmarks/crystal_calorimeter/config.yml
+
1
−
1
View file @
d3be0bc3
...
...
@@ -8,7 +8,7 @@ cal_sim:crystal_pion:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/
topside
.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
-
npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/
${JUGGLER_DETECTOR}
.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
cal_bench:crystal_benchmark
:
extends
:
.det_benchmark
...
...
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