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
53fda71a
Commit
53fda71a
authored
4 years ago
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
change config.yml
parent
47a0c1b2
No related branches found
No related tags found
1 merge request
!74
add benchmark for sampling calorimeter
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/sampling_ecal/config.yml
+0
-5
0 additions, 5 deletions
benchmarks/sampling_ecal/config.yml
benchmarks/sampling_ecal/sim_emcal_barrel_electrons.sh
+25
-0
25 additions, 0 deletions
benchmarks/sampling_ecal/sim_emcal_barrel_electrons.sh
with
25 additions
and
5 deletions
benchmarks/sampling_ecal/config.yml
+
0
−
5
View file @
53fda71a
env:sampling_ecal_electrons
:
stage
:
config
script
:
-
bash benchmarks/sampling_ecal/config.sh
sim:sampling_ecal_electrons
:
sim:sampling_ecal_electrons
:
stage
:
run
stage
:
run
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
benchmarks/sampling_ecal/sim_emcal_barrel_electrons.sh
+
25
−
0
View file @
53fda71a
#!/bin/bash
#!/bin/bash
if
[[
!
-n
"
${
JUGGLER_DETECTOR
}
"
]]
;
then
export
JUGGLER_DETECTOR
=
"topside"
fi
export
CB_EMCAL_COMPACT_PATH
=
${
DETECTOR_PATH
}
/
${
JUGGLER_DETECTOR
}
.xml
if
[[
!
-n
"
${
CB_EMCAL_NUMEV
}
"
]]
;
then
export
CB_EMCAL_NUMEV
=
1000
fi
if
[[
!
-n
"
${
CB_EMCAL_ENERGY
}
"
]]
;
then
export
CB_EMCAL_ENERGY
=
5.0
fi
if
[[
!
-n
"
${
CB_EMCAL_SAMP_FRAC
}
"
]]
;
then
export
CB_EMCAL_SAMP_FRAC
=
0.014
fi
export
CB_EMCAL_NAME_TAG
=
"emcal_barrel_uniform_electrons"
export
CB_EMCAL_GEN_FILE
=
"
${
CB_EMCAL_NAME_TAG
}
.hepmc"
export
CB_EMCAL_SIM_FILE
=
"sim_
${
CB_EMCAL_NAME_TAG
}
.root"
export
CB_EMCAL_REC_FILE
=
"rec_
${
CB_EMCAL_NAME_TAG
}
.root"
echo
"CB_EMCAL_NUMEV =
${
CB_EMCAL_NUMEV
}
"
echo
"CB_EMCAL_NUMEV =
${
CB_EMCAL_NUMEV
}
"
echo
"CB_EMCAL_COMPACT_PATH =
${
CB_EMCAL_COMPACT_PATH
}
"
echo
"CB_EMCAL_COMPACT_PATH =
${
CB_EMCAL_COMPACT_PATH
}
"
...
...
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