35 #include "SteppingVerbose.hh"
62 G4cout << std::setw( 5) <<
"#Step#" <<
" "
63 << std::setw( 6) <<
"X" <<
" "
64 << std::setw( 6) <<
"Y" <<
" "
65 << std::setw( 6) <<
"Z" <<
" "
66 << std::setw( 9) <<
"KineE" <<
" "
67 << std::setw( 9) <<
"dEStep" <<
" "
68 << std::setw(10) <<
"StepLeng"
69 << std::setw(10) <<
"TrakLeng"
70 << std::setw(10) <<
"Volume" <<
" "
71 << std::setw(10) <<
"Process" <<
G4endl;
89 G4cout <<
" " << std::setw(10) << procName;
97 G4cout <<
"\n :----- List of secondaries ----------------"
100 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
101 lp1<(*fSecondary).size(); lp1++){
104 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName()
114 G4cout <<
" :------------------------------------------\n"
132 G4cout << std::setw( 5) <<
"Step#" <<
" "
133 << std::setw( 6) <<
"X" <<
" "
134 << std::setw( 6) <<
"Y" <<
" "
135 << std::setw( 6) <<
"Z" <<
" "
136 << std::setw( 9) <<
"KineE" <<
" "
137 << std::setw( 9) <<
"dEStep" <<
" "
138 << std::setw(10) <<
"StepLeng"
139 << std::setw(10) <<
"TrakLeng"
140 << std::setw(10) <<
"Volume" <<
" "
141 << std::setw(10) <<
"Process" <<
G4endl;