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
bb461a85
Commit
bb461a85
authored
3 years ago
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
change particle to pions, remove some comments
parent
c6578b63
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!107
modify clustering to use the latest components
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/clustering/config.yml
+1
-1
1 addition, 1 deletion
benchmarks/clustering/config.yml
benchmarks/clustering/full_cal_clusters.sh
+1
-3
1 addition, 3 deletions
benchmarks/clustering/full_cal_clusters.sh
with
2 additions
and
4 deletions
benchmarks/clustering/config.yml
+
1
−
1
View file @
bb461a85
...
@@ -3,7 +3,7 @@ clustering:process :
...
@@ -3,7 +3,7 @@ clustering:process :
stage
:
process
stage
:
process
timeout
:
8 hour
timeout
:
8 hour
script
:
script
:
-
bash benchmarks/clustering/full_cal_clusters.sh -t fullcalo -n 100 -p "
electr
on" --pmin
1
--pmax
5
-
bash benchmarks/clustering/full_cal_clusters.sh -t fullcalo -n 100 -p "
pi
on
-
" --pmin
5
--pmax
5
clustering:results
:
clustering:results
:
extends
:
.rec_benchmark
extends
:
.rec_benchmark
...
...
This diff is collapsed.
Click to expand it.
benchmarks/clustering/full_cal_clusters.sh
+
1
−
3
View file @
bb461a85
...
@@ -82,7 +82,6 @@ export FULL_CAL_REC_FILE="rec_${FULL_CAL_NAME_TAG}.root"
...
@@ -82,7 +82,6 @@ export FULL_CAL_REC_FILE="rec_${FULL_CAL_NAME_TAG}.root"
echo
"FULL_CAL_NUMEV =
${
FULL_CAL_NUMEV
}
"
echo
"FULL_CAL_NUMEV =
${
FULL_CAL_NUMEV
}
"
echo
"FULL_CAL_COMPACT_PATH =
${
FULL_CAL_COMPACT_PATH
}
"
echo
"FULL_CAL_COMPACT_PATH =
${
FULL_CAL_COMPACT_PATH
}
"
":"
<<
END
# Generate the input events
# Generate the input events
python benchmarks/imaging_ecal/scripts/gen_particles.py
${
FULL_CAL_GEN_FILE
}
-n
${
FULL_CAL_NUMEV
}
\
python benchmarks/imaging_ecal/scripts/gen_particles.py
${
FULL_CAL_GEN_FILE
}
-n
${
FULL_CAL_NUMEV
}
\
--angmin
60
--angmax
120
--phmin
0
--phmax
360
--pmin
${
FULL_CAL_PMIN
}
--pmax
${
FULL_CAL_PMAX
}
\
--angmin
60
--angmax
120
--phmin
0
--phmax
360
--pmin
${
FULL_CAL_PMIN
}
--pmax
${
FULL_CAL_PMAX
}
\
...
@@ -108,7 +107,6 @@ if [[ "$?" -ne "0" ]] ; then
...
@@ -108,7 +107,6 @@ if [[ "$?" -ne "0" ]] ; then
echo
"ERROR running npdet"
echo
"ERROR running npdet"
exit
1
exit
1
fi
fi
END
rootls
-t
"
${
FULL_CAL_SIM_FILE
}
"
rootls
-t
"
${
FULL_CAL_SIM_FILE
}
"
...
@@ -126,7 +124,7 @@ if [[ "$?" -ne "0" ]] ; then
...
@@ -126,7 +124,7 @@ if [[ "$?" -ne "0" ]] ; then
exit
1
exit
1
fi
fi
# TODO analysis scripts
# TODO analysis scripts
to have PR plots!
root_filesize
=
$(
stat
--format
=
%s
"
${
FULL_CAL_REC_FILE
}
"
)
root_filesize
=
$(
stat
--format
=
%s
"
${
FULL_CAL_REC_FILE
}
"
)
if
[[
"
${
FULL_CAL_NUMEV
}
"
-lt
"500"
]]
;
then
if
[[
"
${
FULL_CAL_NUMEV
}
"
-lt
"500"
]]
;
then
...
...
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