63 G4mstgrrotm::iterator cite;
66 delete (*cite).second;
78 if( wl.size() != 5 && wl.size() != 8 && wl.size() != 11 )
81 G4Exception(
"G4tgrRotationMatrixFactory::AddRotMatrix()",
"InvalidMatrix",
88 G4cout <<
" G4tgrRotationMatrixFactory::AddRotMatrix() - Adding: "
95 G4String ErrMessage =
"Rotation matrix repeated... " + wl[1];
96 G4Exception(
"G4tgrRotationMatrixFactory::AddRotMatrix()",
114 G4mstgrrotm::const_iterator cite =
theTgrRotMats.find( name );
117 rotm = (*cite).second;
127 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrRotationMatrix's List " <<
G4endl;
128 G4mstgrrotm::const_iterator cite;
131 G4cout <<
" ROTM: " << (*cite).second->GetName() <<
G4endl;