69 if( vecV.
mag() < kCarTolerance )
86 if( mom.
mag() > 0. ) {
92 fVectorV = vecV / vecV.
mag();
93 fVectorW = vecW / vecW.
mag();
101 fPV = momv.
dot( vecV );
102 fPW = momv.
dot( vecW );
108 fV = posv.
dot( vecV );
109 fW = posv.
dot( vecW );
120 out <<
" InvP= " << tp.fInvP <<
" PV= " << tp.fPV
121 <<
" PW= " << tp.fPW <<
" V= " << tp.fV <<
" W= " << tp.fW <<
G4endl;
122 out <<
" vectorV direction= " << tp.fVectorV
123 <<
" vectorW direction= " << tp.fVectorW <<
G4endl;