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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Merge requests
!61
Plot barrel hits XY
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Plot barrel hits XY
plot_xy
into
master
Overview
1
Commits
9
Pipelines
0
Changes
4
Closed
Plot barrel hits XY
Whitney Armstrong
requested to merge
plot_xy
into
master
Mar 10, 2021
Overview
1
Commits
9
Pipelines
0
Changes
4
modified: benchmarks/tracking/scripts/rec_central_electrons.cxx
0
0
Merge request reports
Compare
master
version 8
3e40d5e0
Mar 11, 2021
version 7
d13c0aca
Mar 11, 2021
version 6
eb1c6a53
Mar 11, 2021
version 5
e59b1c56
Mar 11, 2021
version 4
13b25756
Mar 11, 2021
version 3
9e092594
Mar 11, 2021
version 2
491613e4
Mar 10, 2021
version 1
69507062
Mar 10, 2021
master (base)
and
latest version
latest version
35d82866
9 commits,
Mar 11, 2021
version 8
3e40d5e0
8 commits,
Mar 11, 2021
version 7
d13c0aca
7 commits,
Mar 11, 2021
version 6
eb1c6a53
6 commits,
Mar 11, 2021
version 5
e59b1c56
5 commits,
Mar 11, 2021
version 4
13b25756
4 commits,
Mar 11, 2021
version 3
9e092594
3 commits,
Mar 11, 2021
version 2
491613e4
2 commits,
Mar 10, 2021
version 1
69507062
1 commit,
Mar 10, 2021
4 files
+
13
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
benchmarks/tracking/scripts/gen_central_electrons.cxx
+
1
−
1
View file @ 35d82866
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@ void gen_central_electrons(int n_events = 100,
FourVector
(
0.0
,
0.0
,
0.0
,
0.938
),
2212
,
4
);
// Define momentum
Double_t
p
=
r1
->
Uniform
(
1.0
,
1
0.0
);
Double_t
p
=
r1
->
Uniform
(
1.0
,
5
0.0
);
Double_t
phi
=
r1
->
Uniform
(
0.0
,
2.0
*
M_PI
);
Double_t
costh
=
r1
->
Uniform
(
cos_theta_min
,
cos_theta_max
);
Double_t
th
=
std
::
acos
(
costh
);
Loading