Analysis Software
Documentation for sPHENIX simulation software
|
#include "KFMCVertex.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, const KFMCVertex &a) |
std::istream & | operator>> (std::istream &in, KFMCVertex &a) |
std::ostream& operator<< | ( | std::ostream & | out, |
const KFMCVertex & | a | ||
) |
Operator to print coordinates of the MC vertex "a".
[in] | out | - stream, where coordinates will be printed |
[in] | a | - vertex to be printed |
Definition at line 29 of file KFMCVertex.cxx.
View newest version in sPHENIX GitHub at line 29 of file KFMCVertex.cxx
References KFMCVertex::fPar, and i.
std::istream& operator>> | ( | std::istream & | in, |
KFMCVertex & | a | ||
) |
Operator to read coordinates of the vertex from the input stream.
[in] | in | - input stream |
[in] | a | - vertex, where the coordinates will be read in |
Definition at line 39 of file KFMCVertex.cxx.
View newest version in sPHENIX GitHub at line 39 of file KFMCVertex.cxx
References KFMCVertex::fPar, i, and in.