Geant4-11
Functions | Variables
G4ChordFinder.cc File Reference
#include <iomanip>
#include "G4ChordFinder.hh"
#include "G4SystemOfUnits.hh"
#include "G4MagneticField.hh"
#include "G4Mag_UsualEqRhs.hh"
#include "G4MagIntegratorDriver.hh"
#include "G4DormandPrince745.hh"
#include "G4TDormandPrince45.hh"
#include "G4FSALIntegrationDriver.hh"
#include "G4VFSALIntegrationStepper.hh"
#include "G4RK547FEq1.hh"
#include "G4IntegrationDriver.hh"
#include "G4InterpolationDriver.hh"
#include "G4HelixHeum.hh"
#include "G4BFieldIntegrationDriver.hh"
#include "G4CachedMagneticField.hh"
#include <cassert>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4ChordFinder &cf)
 

Variables

static G4bool gVerboseCtor = false
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4ChordFinder cf 
)

Definition at line 585 of file G4ChordFinder.cc.

586{
587 // Dumping the state of G4ChordFinder
588 os << "State of G4ChordFinder : " << std::endl;
589 os << " delta_chord = " << cf.fDeltaChord;
590 os << " Default d_c = " << cf.fDefaultDeltaChord;
591
592 os << " stats-verbose = " << cf.fStatsVerbose;
593
594 return os;
595}
const G4double fDefaultDeltaChord
G4double fDeltaChord

Variable Documentation

◆ gVerboseCtor

G4bool gVerboseCtor = false
static

Definition at line 69 of file G4ChordFinder.cc.

Referenced by G4ChordFinder::G4ChordFinder().