Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4tgrPlaceParameterisation.cc File Reference
#include "G4tgrPlaceParameterisation.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 G4tgrPlaceParameterisation &obj)
 

Function Documentation

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

Definition at line 91 of file G4tgrPlaceParameterisation.cc.

References G4endl, and G4tgrPlace::theParentName.

93 {
94  os << "G4tgrPlaceParameterisation= in " << obj.theParentName
95  << " ParamTyep = " << obj.theParamType
96  << " RotMatName= " << obj.theRotMatName << " EXTRA DATA= ";
97  for( size_t ii = 0; ii < obj.theExtraData.size(); ii++ )
98  {
99  os << obj.theExtraData[ii] << " ";
100  }
101  os << G4endl;
102 
103  return os;
104 }
G4String theParentName
Definition: G4tgrPlace.hh:72
#define G4endl
Definition: G4ios.hh:61