53 operator << (std::ostream& os, std::vector<OlapStepInfo*>& vec)
55 std::vector<OlapStepInfo*>::iterator it = vec.begin();
75 std::vector< std::pair<G4String,G4double> > param;
88 os <<
" ins=[" << c <<
"] " ;
107 os <<
"Phys = <Null>";
124 std::vector< std::pair<G4String,G4double> >::iterator it =
126 while ( it != param.end() )
128 os << (*it).
first <<
'=' << (*it).second <<
" ";
138 : theEventAction(aEvAct)
158 G4cerr <<
"OlapSteppingAction(): to many steps, killing track" <<
G4endl