Geant4-11
Functions
G4VIntegrationDriver.cc File Reference
#include "G4VIntegrationDriver.hh"

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 
)

Definition at line 43 of file G4VIntegrationDriver.cc.

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