Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 89 of file G4tgrPlaceSimple.cc.

References G4endl, G4tgrPlace::theParentName, G4tgrPlaceSimple::thePlace, and G4tgrPlaceSimple::theRotMatName.

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