52 fLambda = 90.*deg - mom.
theta();
56 vxPerp = mom/mom.
mag();
59 vyPerp /= vyPerp.
mag();
61 vzPerp /= vzPerp.
mag();
65 if( vyPerp.
mag() != 0. ) {
69 fYPerp = posv.
dot( vyPerp );
70 fZPerp = posv.
dot( vzPerp );
88 G4int oldprc = out.precision(8);
89 out <<
" InvP= " << tp.fInvP <<
" Theta= "
90 << tp.fLambda <<
" Phi= " << tp.fPhi <<
" YPerp= " << tp.fYPerp
91 <<
" ZPerp= " << tp.fZPerp <<
G4endl;
92 out <<
" momentum direction= " << tp.fDir <<
G4endl;
93 out.precision(oldprc);
std::ostream & operator<<(std::ostream &out, const G4ErrorFreeTrajParam &tp)
HepGeom::Vector3D< G4double > G4Vector3D
double dot(const Hep3Vector &) const
void Update(const G4Track *aTrack)
void SetParameters(const G4Point3D &pos, const G4Vector3D &mom)
const G4ThreeVector & GetPosition() const
G4ThreeVector GetMomentum() const
BasicVector3D< T > cross(const BasicVector3D< T > &v) const