Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ErrorSurfaceTrajState.cc File Reference
#include "G4ErrorSurfaceTrajState.hh"
#include "G4ErrorPropagatorData.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4Field.hh"
#include "G4FieldManager.hh"
#include "G4TransportationManager.hh"
#include "G4ErrorMatrix.hh"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const G4ErrorSurfaceTrajState &ts)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const G4ErrorSurfaceTrajState ts 
)

Definition at line 224 of file G4ErrorSurfaceTrajState.cc.

225{
226 std::ios::fmtflags oldFlags = out.flags();
227 out.setf(std::ios::fixed,std::ios::floatfield);
228
229 ts.DumpPosMomError( out );
230
231 out << " G4ErrorSurfaceTrajState: Params: " << ts.fTrajParam << G4endl;
232 out.flags(oldFlags);
233 return out;
234}
#define G4endl
Definition: G4ios.hh:52
void DumpPosMomError(std::ostream &out=G4cout) const