LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Namespace List
Namespace Members
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
55
of file
GTruth.cxx
.
References
s
.
Referenced by
simb::operator<<()
.
55
{
56
std::ostringstream
s
;
57
s <<
"[ "
58
<< std::setw(11) << tv4.X() <<
" "
59
<< std::setw(11) << tv4.Y() <<
" "
60
<< std::setw(11) << tv4.Z() <<
" "
61
<< std::setw(11) << tv4.T() <<
" ]"
;
62
return
s.str();
63
}
s
Float_t s
Definition:
plot.C:23
simb
gtruthaux
Generated on Wed Dec 12 2018 14:44:36 for LArSoft by
1.8.11