Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4tgrRotationMatrix.cc File Reference
#include "G4tgrRotationMatrix.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrRotationMatrixFactory.hh"
#include "G4tgrUtils.hh"
#include "G4tgrMessenger.hh"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 109 of file G4tgrRotationMatrix.cc.

References G4endl.

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:61