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
!164
Central electron tracking
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Central electron tracking
central_electron_tracking
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Central electron tracking
Shujie Li
requested to merge
central_electron_tracking
into
master
Aug 16, 2021
Overview
0
Commits
2
Pipelines
0
Changes
2
test central_electron.sh with updated silicon tracker geometry
Edited
Aug 17, 2021
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 2
9a2a3988
Aug 16, 2021
version 1
2d83021a
Aug 16, 2021
master (base)
and
latest version
latest version
e985c5f6
2 commits,
Aug 17, 2021
version 2
9a2a3988
2 commits,
Aug 16, 2021
version 1
2d83021a
1 commit,
Aug 16, 2021
2 files
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
benchmarks/tracking/scripts/gen_central_electrons.cxx
+
1
−
1
View file @ e985c5f6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,7 +17,7 @@ using namespace HepMC3;
void
gen_central_electrons
(
int
n_events
=
100
,
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
));
WriterAscii
hepmc_output
(
out_fname
);
Loading