Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4tgrRotationMatrix.cc File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 98 of file G4tgrRotationMatrix.cc.

99{
100 os << "G4tgrRotationMatrix= " << obj.theName
101 << " InputTyep = " << obj.theInputType << " VALUES= ";
102
103 for(std::size_t ii = 0; ii < obj.theValues.size(); ++ii)
104 {
105 os << obj.theValues[ii] << " ";
106 }
107
108 os << G4endl;
109
110 return os;
111}
#define G4endl
Definition: G4ios.hh:57