|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4DriverReporter is an auxiliary utility class to print information from integration drivers. It can be used by different types of drivers. More...
#include <G4DriverReporter.hh>
Static Public Member Functions | |
| static void | PrintStatus (const G4double *StartArr, G4double xstart, const G4double *CurrentArr, G4double xcurrent, G4double requestStep, unsigned int subStepNo, unsigned int noIntegrationVariables) |
| static void | PrintStatus (const G4FieldTrack &StartFT, const G4FieldTrack &CurrentFT, G4double requestStep, unsigned int subStepNo) |
| static void | PrintStat_Aux (const G4FieldTrack &aFieldTrack, G4double requestStep, G4double actualStep, G4int subStepNo, G4double subStepSize, G4double dotVelocities) |
G4DriverReporter is an auxiliary utility class to print information from integration drivers. It can be used by different types of drivers.
Definition at line 45 of file G4DriverReporter.hh.
|
static |
Definition at line 132 of file G4DriverReporter.cc.
Referenced by PrintStatus().
|
static |
Definition at line 35 of file G4DriverReporter.cc.
Referenced by G4MagInt_Driver::AccurateAdvance(), G4OldMagIntDriver::AccurateAdvance(), and PrintStatus().
|
static |
Definition at line 61 of file G4DriverReporter.cc.