Geant4-11
Functions
G4tgrPlaceSimple.cc File Reference
#include "G4tgrPlaceSimple.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrUtils.hh"
#include "G4tgrVolume.hh"
#include "G4tgrMessenger.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgrPlaceSimple &obj)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4tgrPlaceSimple obj 
)

Definition at line 81 of file G4tgrPlaceSimple.cc.

82{
83 os << "G4tgrPlaceSimple= in " << obj.theParentName
84 << " Position= " << obj.thePlace << " RotMatName= " << obj.theRotMatName
85 << G4endl;
86
87 return os;
88}
#define G4endl
Definition: G4ios.hh:57
G4ThreeVector thePlace
G4String theParentName
Definition: G4tgrPlace.hh:66