Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PhysicalVolumeModel.hh File Reference
#include "G4VModel.hh"
#include "G4VTouchable.hh"
#include "G4Transform3D.hh"
#include "G4Plane3D.hh"
#include <iostream>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  G4PhysicalVolumeModel
 
class  G4PhysicalVolumeModel::G4PhysicalVolumeNodeID
 
class  G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable
 

Functions

std::ostream & operator<< (std::ostream &os, const G4PhysicalVolumeModel::G4PhysicalVolumeNodeID)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4PhysicalVolumeModel::G4PhysicalVolumeNodeID  node 
)

Definition at line 886 of file G4PhysicalVolumeModel.cc.

888{
890 if (pPV) {
891 os << pPV->GetName()
892 << ':' << node.GetCopyNo()
893 << '[' << node.GetNonCulledDepth() << ']'
894 << ':' << node.GetTransform();
895 if (!node.GetDrawn()) os << " Not "; os << "drawn";
896 } else {
897 os << "Null node";
898 }
899 return os;
900}
const G4String & GetName() const