19using std::stringstream;
54 ss <<
"LitPixelHit: XYZ=(" <<
X <<
"," <<
Y <<
"," <<
Z <<
") "
55 <<
" Dx=" <<
Dx <<
" Dy=" <<
Dy <<
" Dxy=" <<
Dxy <<
"\n";
Base class for pixel hits.
LitPixelHit()
Constructor.
friend ostream & operator<<(ostream &strm, const LitPixelHit &hit)
Operator << for convenient output to ostream.
string ToString() const
Returns string representation of the class.
class lit::parallel::LitDetectorLayout _fvecalignment
LitPixelHit< fscal > LitPixelHitScal
Scalar version of LitPixelHit.
LitPixelHit< fvec > LitPixelHitVec
Vector version of LitPixelHit.