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
!164
Central electron tracking
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Central electron tracking
central_electron_tracking
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Shujie Li
requested to merge
central_electron_tracking
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
test central_electron.sh with updated silicon tracker geometry
Edited
3 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 2
9a2a3988
3 years ago
version 1
2d83021a
3 years ago
master (base)
and
latest version
latest version
e985c5f6
2 commits,
3 years ago
version 2
9a2a3988
2 commits,
3 years ago
version 1
2d83021a
1 commit,
3 years ago
2 files
+
1
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
benchmarks/tracking/scripts/gen_central_electrons.cxx
+
1
−
1
Options
@@ -17,7 +17,7 @@ using namespace HepMC3;
@@ -17,7 +17,7 @@ using namespace HepMC3;
void
gen_central_electrons
(
int
n_events
=
100
,
void
gen_central_electrons
(
int
n_events
=
100
,
const
char
*
out_fname
=
"central_electrons.hepmc"
)
const
char
*
out_fname
=
"central_electrons.hepmc"
)
{
{
double
cos_theta_min
=
std
::
cos
(
1
4
0.0
*
(
M_PI
/
180.0
));
double
cos_theta_min
=
std
::
cos
(
10.0
*
(
M_PI
/
180.0
));
double
cos_theta_max
=
std
::
cos
(
170.0
*
(
M_PI
/
180.0
));
double
cos_theta_max
=
std
::
cos
(
170.0
*
(
M_PI
/
180.0
));
WriterAscii
hepmc_output
(
out_fname
);
WriterAscii
hepmc_output
(
out_fname
);
Loading