Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 89 of file G4tgrPlaceSimple.cc.

90{
91 os << "G4tgrPlaceSimple= in " << obj.theParentName
92 << " Position= " << obj.thePlace
93 << " RotMatName= " << obj.theRotMatName << G4endl;
94
95 return os;
96}
#define G4endl
Definition: G4ios.hh:52
G4ThreeVector thePlace
G4String theParentName
Definition: G4tgrPlace.hh:72