32 #include "SteppingVerbose.hh"
59 G4cout << std::setw( 5) <<
"#Step#" <<
" "
60 << std::setw( 6) <<
"X" <<
" "
61 << std::setw( 6) <<
"Y" <<
" "
62 << std::setw( 6) <<
"Z" <<
" "
63 << std::setw( 9) <<
"KineE" <<
" "
64 << std::setw( 9) <<
"dEStep" <<
" "
65 << std::setw(10) <<
"StepLeng"
66 << std::setw(10) <<
"TrakLeng"
67 << std::setw(10) <<
"Volume" <<
" "
68 << std::setw(10) <<
"Process" <<
G4endl;
86 G4cout <<
" " << std::setw(10) << procName;
94 G4cout <<
"\n :----- List of secondaries ----------------"
97 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
98 lp1<(*fSecondary).size(); lp1++){
101 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName()
111 G4cout <<
" :------------------------------------------\n"
129 G4cout << std::setw( 5) <<
"Step#" <<
" "
130 << std::setw( 6) <<
"X" <<
" "
131 << std::setw( 6) <<
"Y" <<
" "
132 << std::setw( 6) <<
"Z" <<
" "
133 << std::setw( 9) <<
"KineE" <<
" "
134 << std::setw( 9) <<
"dEStep" <<
" "
135 << std::setw(10) <<
"StepLeng"
136 << std::setw(10) <<
"TrakLeng"
137 << std::setw(10) <<
"Volume" <<
" "
138 << std::setw(10) <<
"Process" <<
G4endl;