56 G4cout << std::setw( 5) <<
"#Step#" <<
" "
57 << std::setw( 6) <<
"X" <<
" "
58 << std::setw( 6) <<
"Y" <<
" "
59 << std::setw( 6) <<
"Z" <<
" "
60 << std::setw( 9) <<
"KineE" <<
" "
61 << std::setw( 9) <<
"dEStep" <<
" "
62 << std::setw(10) <<
"StepLeng"
63 << std::setw(10) <<
"TrakLeng"
64 << std::setw(10) <<
"NextVolu"
65 << std::setw(10) <<
"Process" <<
G4endl;
81 G4cout << std::setw(11) <<
"OutOfWorld";
98 G4cout <<
" :----- List of 2ndaries - "
99 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
102 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
104 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
105 <<
" ---------------"
108 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
109 lp1<(*fSecondary).size(); lp1++){
120 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
124 G4cout <<
" :-----------------------------"
125 <<
"----------------------------------"
126 <<
"-- EndOf2ndaries Info ---------------"
143 G4cout << std::setw( 5) <<
"Step#" <<
" "
144 << std::setw( 6) <<
"X" <<
" "
145 << std::setw( 6) <<
"Y" <<
" "
146 << std::setw( 6) <<
"Z" <<
" "
147 << std::setw( 9) <<
"KineE" <<
" "
148 << std::setw( 9) <<
"dEStep" <<
" "
149 << std::setw(10) <<
"StepLeng"
150 << std::setw(10) <<
"TrakLeng"
151 << std::setw(10) <<
"NextVolu"
152 << std::setw(10) <<
"Process" <<
G4endl;
166 G4cout << std::setw(11) <<
"OutOfWorld" <<
" ";
171 G4cout<<
"exit MicrobeamSteppingVerbose::TrackingStarted() " <<
G4endl;