Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
physics_benchmarks
Merge requests
!180
fix: remaining eicd to edm4eic fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: remaining eicd to edm4eic fixes
eicd-to-edm4eic
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
eicd-to-edm4eic
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
f2c10e9e
2 years ago
master (base)
and
latest version
latest version
451b9119
1 commit,
2 years ago
version 1
f2c10e9e
2 commits,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/dvmp/analysis/dvmp.h
+
1
−
1
Options
@@ -43,7 +43,7 @@ namespace util {
}
//import Reconstructed particles and set the wanted particles in the intended order========================
inline
auto
momenta_sort_rec
(
const
std
::
vector
<
eic
d
::
ReconstructedParticleData
>&
parts
,
std
::
string_view
mother
,
std
::
string_view
daughter
){
inline
auto
momenta_sort_rec
(
const
std
::
vector
<
edm4
eic
::
ReconstructedParticleData
>&
parts
,
std
::
string_view
mother
,
std
::
string_view
daughter
){
std
::
vector
<
ROOT
::
Math
::
PxPyPzMVector
>
momenta
{
7
};
//0:e0 1:p0 2:e1 3:p1 4:recoil system (without p1) 5:l1 from recoil decay 6:l2 from recoil decay
for
(
int
i
=
0
;
i
<
7
;
i
++
)
momenta
[
i
].
SetPxPyPzE
(
0.
,
0.
,
0.
,
0.
);
//initialize as all 0
Loading