Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4FieldTrack & |
SixVec |
|
) |
| |
Definition at line 33 of file G4FieldTrack.cc.
38 const int precLen= 12;
39 const int precSpin= 9;
40 const int precTime= 6;
41 const int oldpr= os.precision(precPos);
43 os <<
" X= " << SixV[0] <<
" " << SixV[1] <<
" " 46 os <<
" P= " << SixV[3] <<
" " << SixV[4] <<
" " 51 os.precision(precLen);
61 if( pol.
mag2() > 0.0 ){
62 os.precision(precSpin);
63 os <<
" PolV= " << pol;
65 os <<
" PolV= (0,0,0) ";
CLHEP::Hep3Vector G4ThreeVector
G4ThreeVector GetPolarization() const
G4double fLabTimeOfFlight
G4ThreeVector fMomentumDir
G4double fProperTimeOfFlight
G4double GetCurveLength() const