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
Merge requests
!179
Adding comparison for conformal finding
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding comparison for conformal finding
finding_update
into
master
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Whitney Armstrong
requested to merge
finding_update
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 4
11e1b640
3 years ago
version 3
f3299de6
3 years ago
version 2
7fe0ac30
3 years ago
version 1
a349635a
3 years ago
master (base)
and
version 2
latest version
cb764e1d
1 commit,
3 years ago
version 4
11e1b640
1 commit,
3 years ago
version 3
f3299de6
3 commits,
3 years ago
version 2
7fe0ac30
2 commits,
3 years ago
version 1
a349635a
1 commit,
3 years ago
Show latest version
1 file
+
20
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/track_finding/multiple_tracks.sh
+
20
−
20
Options
@@ -54,26 +54,26 @@ export JUGGLER_REC_FILE="rec_${JUGGLER_FILE_NAME_TAG}.root"
echo
"JUGGLER_N_EVENTS =
${
JUGGLER_N_EVENTS
}
"
echo
"JUGGLER_DETECTOR =
${
JUGGLER_DETECTOR
}
"
##
#
generate the input events
#
root -b -q "benchmarks/track_finding/scripts/gen_multiple_tracks.cxx(${JUGGLER_N_EVENTS}, \"${JUGGLER_FILE_NAME_TAG}.hepmc\")"
#
if [[ "$?" -ne "0" ]] ; then
#
echo "ERROR running script"
#
exit 1
#
fi
#
#
echo "Running geant4 simulation"
##
#
run geant4 simulations
#
npsim --runType batch \
#
--part.minimalKineticEnergy 1000*GeV \
#
-v WARNING \
#
--numberOfEvents ${JUGGLER_N_EVENTS} \
#
--compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
#
--inputFiles ${JUGGLER_FILE_NAME_TAG}.hepmc \
#
--outputFile ${JUGGLER_SIM_FILE}
#
if [[ "$?" -ne "0" ]] ; then
#
echo "ERROR running script"
#
exit 1
#
fi
## generate the input events
root
-b
-q
"benchmarks/track_finding/scripts/gen_multiple_tracks.cxx(
${
JUGGLER_N_EVENTS
}
,
\"
${
JUGGLER_FILE_NAME_TAG
}
.hepmc
\"
)"
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running script"
exit
1
fi
echo
"Running geant4 simulation"
## run geant4 simulations
npsim
--runType
batch
\
--part
.minimalKineticEnergy 1000
*
GeV
\
-v
WARNING
\
--numberOfEvents
${
JUGGLER_N_EVENTS
}
\
--compactFile
${
DETECTOR_PATH
}
/
${
JUGGLER_DETECTOR
}
.xml
\
--inputFiles
${
JUGGLER_FILE_NAME_TAG
}
.hepmc
\
--outputFile
${
JUGGLER_SIM_FILE
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running script"
exit
1
fi
rootls
-t
${
JUGGLER_SIM_FILE
}
Loading