MINT2
src
Mint
Utils
Functions
Utils.cpp File Reference
#include "
Mint/Utils.h
"
Go to the source code of this file.
Functions
std::ostream &
operator<<
(std::ostream &out, const TLorentzVector &v)
Function Documentation
◆
operator<<()
std::ostream& operator<<
(
std::ostream &
out
,
const TLorentzVector &
v
)
Definition at line
7
of file
Utils.cpp
.
7
{
8
out <<
"("
;
9
for
(
int
i=0; i<3; i++) out << v[i] <<
", "
;
10
out << v[3] <<
")"
;
11
return
out;
12
}
Generated by
1.8.15