Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KFParticle
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
Container Registry
Model registry
Operate
Environments
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
pwg-c2f
analysis
KFParticle
Commits
06b4437d
Commit
06b4437d
authored
5 years ago
by
Oleksii Lubynets
Browse files
Options
Downloads
Plain Diff
Merge branch 'lubynets-debug' of git.cbm.gsi.de:pwg-c2f/analysis/KFParticle into lubynets-debug
parents
9954a98f
e0dab65b
Branches
lubynets-debug
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
KFSimple/SimpleFinder.cxx
+9
-0
9 additions, 0 deletions
KFSimple/SimpleFinder.cxx
with
9 additions
and
0 deletions
KFSimple/SimpleFinder.cxx
+
9
−
0
View file @
06b4437d
...
...
@@ -155,6 +155,15 @@ KFParticleSIMD SimpleFinder::ConstructMother(const KFPTrack &track1, const int p
KFParticleSIMD
mother
;
mother
.
Construct
(
vDaughtersPointer
,
2
,
nullptr
);
KFParticle
part1
,
part2
,
partM
;
particleSIMD1
.
GetKFParticle
(
part1
,
0
);
particleSIMD2
.
GetKFParticle
(
part2
,
0
);
mother
.
GetKFParticle
(
partM
,
0
);
std
::
cout
<<
part1
.
GetP
()
<<
"
\t
"
<<
part1
.
E
()
<<
"
\t
"
<<
part1
.
GetMass
()
<<
std
::
endl
;
std
::
cout
<<
part2
.
GetP
()
<<
"
\t
"
<<
part2
.
E
()
<<
"
\t
"
<<
part2
.
GetMass
()
<<
std
::
endl
;
std
::
cout
<<
partM
.
GetP
()
<<
"
\t
"
<<
partM
.
E
()
<<
"
\t
"
<<
partM
.
GetMass
()
<<
"
\n
"
<<
std
::
endl
;
return
mother
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment