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
!61
Plot barrel hits XY
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Plot barrel hits XY
plot_xy
into
master
Overview
1
Commits
9
Pipelines
0
Changes
4
Closed
Whitney Armstrong
requested to merge
plot_xy
into
master
4 years ago
Overview
1
Commits
9
Pipelines
0
Changes
4
Expand
modified: benchmarks/tracking/scripts/rec_central_electrons.cxx
0
0
Merge request reports
Compare
master
version 8
3e40d5e0
4 years ago
version 7
d13c0aca
4 years ago
version 6
eb1c6a53
4 years ago
version 5
e59b1c56
4 years ago
version 4
13b25756
4 years ago
version 3
9e092594
4 years ago
version 2
491613e4
4 years ago
version 1
69507062
4 years ago
master (base)
and
latest version
latest version
35d82866
9 commits,
4 years ago
version 8
3e40d5e0
8 commits,
4 years ago
version 7
d13c0aca
7 commits,
4 years ago
version 6
eb1c6a53
6 commits,
4 years ago
version 5
e59b1c56
5 commits,
4 years ago
version 4
13b25756
4 commits,
4 years ago
version 3
9e092594
3 commits,
4 years ago
version 2
491613e4
2 commits,
4 years ago
version 1
69507062
1 commit,
4 years ago
4 files
+
13
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
benchmarks/tracking/scripts/gen_central_electrons.cxx
+
1
−
1
Options
@@ -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