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
2478a674
Commit
2478a674
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
debug
parent
914ea951
No related branches found
No related tags found
1 merge request
!188
start work on DummyFF benchmark
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
benchmarks/far_forward/config.yml
+6
-1
6 additions, 1 deletion
benchmarks/far_forward/config.yml
benchmarks/far_forward/dummy_ff.sh
+1
-1
1 addition, 1 deletion
benchmarks/far_forward/dummy_ff.sh
benchmarks/far_forward/scripts/rec_ff.cxx
+1
-1
1 addition, 1 deletion
benchmarks/far_forward/scripts/rec_ff.cxx
with
8 additions
and
3 deletions
benchmarks/far_forward/config.yml
+
6
−
1
View file @
2478a674
...
@@ -3,4 +3,9 @@ tracking_ff:
...
@@ -3,4 +3,9 @@ tracking_ff:
stage
:
run
stage
:
run
timeout
:
24 hours
timeout
:
24 hours
script
:
script
:
-
bash benchmarks/far_forward/dummy_ff.sh
-
export JUGGLER_N_EVENTS=$((${JUGGLER_N_EVENTS} * 10))
-
export PARTS="proton"
-
bash benchmarks/far_forward/dummy_ff.sh --particle ${PARTS}
#parallel
:
#matrix:
#- PARTS: ["proton", "neutron", "pion+", "pion-", "kaon+", "kaon-", "photon"]
This diff is collapsed.
Click to expand it.
benchmarks/far_forward/dummy_ff.sh
+
1
−
1
View file @
2478a674
...
@@ -61,7 +61,7 @@ print_env.sh
...
@@ -61,7 +61,7 @@ print_env.sh
export
DETECTOR_PATH
=
${
DETECTOR_PATH
}
export
DETECTOR_PATH
=
${
DETECTOR_PATH
}
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
export
JUGGLER_N_EVENTS
=
100
export
JUGGLER_N_EVENTS
=
100
0
fi
fi
export
JUGGLER_N_EVENTS
=
$(
expr
${
JUGGLER_N_EVENTS
}
\*
1
)
export
JUGGLER_N_EVENTS
=
$(
expr
${
JUGGLER_N_EVENTS
}
\*
1
)
...
...
This diff is collapsed.
Click to expand it.
benchmarks/far_forward/scripts/rec_ff.cxx
+
1
−
1
View file @
2478a674
...
@@ -130,7 +130,7 @@ int rec_ff(const std::string& fname = "athena/rec_ff.root", const std::string& p
...
@@ -130,7 +130,7 @@ int rec_ff(const std::string& fname = "athena/rec_ff.root", const std::string& p
auto
h_angular
=
df0
.
Histo2D
({
"h_angular"
,
";#theta_{x} (mrad);#theta_{y} (mrad);"
,
60
,
-
60
,
60
,
60
,
-
60
,
60
},
auto
h_angular
=
df0
.
Histo2D
({
"h_angular"
,
";#theta_{x} (mrad);#theta_{y} (mrad);"
,
60
,
-
60
,
60
,
60
,
-
60
,
60
},
"thx_mrad"
,
"thy_mrad"
);
"thx_mrad"
,
"thy_mrad"
);
auto
h_thetap
=
auto
h_thetap
=
df0
.
Histo2D
({
"h_thetap"
,
";#theta_{with ion} (mrad);
P (GeV);
"
,
60
,
0
,
100
,
60
,
-
3
0
,
3
0
},
"p_rec"
,
"theta_mrad"
);
df0
.
Histo2D
({
"h_thetap"
,
";
P (GeV);
#theta_{with ion} (mrad);"
,
60
,
0
,
100
,
60
,
-
6
0
,
6
0
},
"p_rec"
,
"theta_mrad"
);
auto
c
=
new
TCanvas
();
auto
c
=
new
TCanvas
();
...
...
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