Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
detector_benchmarks
Commits
5dd9d15b
Commit
5dd9d15b
authored
4 years ago
by
Jihee Kim
Browse files
Options
Downloads
Patches
Plain Diff
Created bash script to run simulation to get input file.
parent
0b1ddbe3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Making plots of kinematics
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
calorimeters/run_simulation_crystal_pion.sh
+6
-0
6 additions, 0 deletions
calorimeters/run_simulation_crystal_pion.sh
with
16 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
5dd9d15b
...
@@ -200,6 +200,16 @@ deploy_results:
...
@@ -200,6 +200,16 @@ deploy_results:
script
:
script
:
-
echo "deploy results!"
-
echo "deploy results!"
crystal_pion_simulation
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
tag
:
-
sodium
script
:
-
cp topside/topside.xml ./.
-
bash calorimeters/run_simulation_crystal_pion.sh
# artifacts
:
# artifacts
:
# paths:
# paths:
# - datasets
# - datasets
...
...
This diff is collapsed.
Click to expand it.
calorimeters/run_simulation_crystal_pion.sh
0 → 100644
+
6
−
0
View file @
5dd9d15b
#!/bin/bash
npsim
--runType
batch
--numberOfEvents
10000
\
--compactFile
./calorimeters/topside.xml
\
--inputFiles
./data/emcal_pions_upto1GeV_10kevents.hepmc
\
--outputFile
./sim_output/sim_crystal_pion_input.root
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