Geant4 9.6.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 109 of file G4tgrRotationMatrix.cc.

110{
111 os << "G4tgrRotationMatrix= " << obj.theName
112 << " InputTyep = " << obj.theInputType << " VALUES= ";
113
114 for( size_t ii = 0; ii < obj.theValues.size(); ii++ )
115 {
116 os << obj.theValues[ii] << " ";
117 }
118
119 os << G4endl;
120
121 return os;
122}
#define G4endl
Definition: G4ios.hh:52