Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4LocatorChangeRecord.cc File Reference
#include <iostream>
#include <iomanip>
#include <locale>
#include "G4LocatorChangeRecord.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4LocatorChangeRecord &e)
std::ostream & operator<< (std::ostream &os, const std::vector< G4LocatorChangeRecord > &vecR)

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & os,
const G4LocatorChangeRecord & e )

Streaming operators, using StreamInfo().

Definition at line 263 of file G4LocatorChangeRecord.cc.

264{
265 return e.StreamInfo(os);
266}
std::ostream & StreamInfo(std::ostream &os) const

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const std::vector< G4LocatorChangeRecord > & vecR )

Definition at line 285 of file G4LocatorChangeRecord.cc.

287{
289 return os;
290}
static std::ostream & ReportVector(std::ostream &os, const std::string &nameOfRecord, const std::vector< G4LocatorChangeRecord > &lcr)