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
!160
Resolve "imaging_ecal_pion0 failing Job"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "imaging_ecal_pion0 failing Job"
47-imaging_ecal_pion0-failing-job
into
master
Overview
2
Commits
3
Pipelines
0
Changes
2
Merged
Jihee Kim
requested to merge
47-imaging_ecal_pion0-failing-job
into
master
3 years ago
Overview
2
Commits
3
Pipelines
0
Changes
2
Expand
Closes
#47 (closed)
Edited
3 years ago
by
Jihee Kim
0
0
Merge request reports
Compare
master
version 3
bf805d91
3 years ago
version 2
e1ff2ad2
3 years ago
version 1
2711d91c
3 years ago
master (base)
and
latest version
latest version
021ce626
3 commits,
3 years ago
version 3
bf805d91
3 commits,
3 years ago
version 2
e1ff2ad2
2 commits,
3 years ago
version 1
2711d91c
1 commit,
3 years ago
2 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
benchmarks/B0/scripts/gen_far_forward_protons.cxx
+
3
−
3
Options
@@ -53,12 +53,12 @@ void gen_far_forward_protons(int n_events = 100,
//std::cout << std::sqrt(px*px + py*py + pz*pz) - p << " is zero? \n";
// type 1 is final state
// pdgid 11 - proton
0.510
MeV/c^2
// pdgid 11 - proton
938.272
MeV/c^2
GenParticlePtr
p3
=
std
::
make_shared
<
GenParticle
>
(
FourVector
(
px
,
py
,
pz
,
sqrt
(
p
*
p
+
(
0.
000511
*
0.000511
))),
11
,
1
);
sqrt
(
p
*
p
+
(
0.
938272
*
0.938272
))),
2212
,
1
);
GenVertexPtr
v1
=
std
::
make_shared
<
GenVertex
>
();
v1
->
add_particle_in
(
p1
);
Loading