Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
Namespace List
Namespace Members
simb
gtruthaux
Functions
simb::gtruthaux Namespace Reference
Functions
std::string
stringifyTLorentzVector
(const TLorentzVector &tv4)
Function Documentation
std::string
simb::gtruthaux::stringifyTLorentzVector
(
const TLorentzVector &
tv4
)
Definition at line
70
of file
GTruth.cxx
.
Referenced by
simb::operator<<()
.
70
{
71
std::ostringstream
s
;
72
s <<
"[ "
73
<< std::setw(11) << tv4.X() <<
" "
74
<< std::setw(11) << tv4.Y() <<
" "
75
<< std::setw(11) << tv4.Z() <<
" "
76
<< std::setw(11) << tv4.T() <<
" ]"
;
77
return
s.str();
78
}
s
const XML_Char * s
Definition:
expat.h:262
Generated on Sun Feb 28 2021 14:21:32 for NOvA by
1.8.11