10 : position_(
x,
y,
z), lambda_(lambda), time_(
t) {}
15 os <<
"X " << std::setw(6) << it.
x() <<
" Y " << std::setw(6) << it.
y() <<
" Z " << std::setw(6) << it.
z() <<
" t " 16 << std::setw(6) << it.
t() <<
" lambda " << it.
lambda();
std::ostream & operator<<(std::ostream &os, const HFShowerPhoton &it)
HFShowerPhoton(float x=0, float y=0, float z=0, float lambda=0, float t=0)
Structure Point Contains parameters of Gaussian fits to DMRs.