Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VIntegrationDriver.cc File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4VIntegrationDriver &id)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4VIntegrationDriver & id )

Streaming operator.

Definition at line 42 of file G4VIntegrationDriver.cc.

43{
44 id.StreamInfo( os );
45 return os;
46}