Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
01a9ea7a
Commit
01a9ea7a
authored
Apr 15, 2020
by
Paul Schuetze
Browse files
Add ndof and chi2/ndof to Multiplet printout
parent
d5ada476
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/objects/Multiplet.cpp
View file @
01a9ea7a
...
...
@@ -76,6 +76,6 @@ ROOT::Math::XYZVector Multiplet::direction(std::string detectorID) const {
void
Multiplet
::
print
(
std
::
ostream
&
out
)
const
{
out
<<
"Multiplet "
<<
this
->
m_scattererPosition
<<
", "
<<
this
->
m_positionAtScatterer
<<
", "
<<
this
->
m_offsetAtScatterer
<<
", "
<<
this
->
m_kinkAtScatterer
<<
", "
<<
this
->
m_chi2
<<
", "
<<
this
->
timestamp
();
// FIXME: Check what else to put here.
<<
this
->
m_offsetAtScatterer
<<
", "
<<
this
->
m_kinkAtScatterer
<<
", "
<<
this
->
m_chi2
<<
", "
<<
this
->
m_ndof
<<
", "
<<
this
->
m_chi2ndof
<<
", "
<<
this
->
timestamp
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment