21 #ifdef DO_TPCCATRACKER_EFF_PERFORMANCE
26 PndCAMCPoint::PndCAMCPoint()
27 :
fX( 0 ),
fY( 0 ),
fZ( 0 ), fSx( 0 ), fSy( 0 ), fSz( 0 ), fTime( 0 ), fISlice( 0 ), fTrackID( 0 )
34 out << a.fX <<
" " << a.fY <<
" " << a.fZ << std::endl;
35 out << a.fPx <<
" " << a.fPy <<
" " << a.fPz <<
" " << a.fQP << std::endl;
36 return out << a.fISlice <<
" " << a.fIRow <<
" " << a.fTrackI <<
" " << a.fTrackID << std::endl;
42 in >> a.fX >> a.fY >> a.fZ;
43 in >> a.fPx >> a.fPy >> a.fPz >> a.fQP;
44 return in >> a.fISlice >> a.fIRow >> a.fTrackI >> a.fTrackID;
48 void PndCALocalMCPoint::RotateXY(
float alpha) {
52 const float x =
X(),
y =
Y();
57 const float x = Px(),
y = Py();
59 SetPy( -x*sA +
y*cA );
std::ostream & operator<<(std::ostream &o, const PndEventInfo &a)
basic_ostream< char, char_traits< char > > ostream
std::istream & operator>>(std::istream &in, RhoError &mat)
basic_istream< char, char_traits< char > > istream