34 #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;
99 G4cout << std::setw( 5) <<
"#Step#" <<
" "
100 << std::setw( 6) <<
"X" <<
" "
101 << std::setw( 6) <<
"Y" <<
" "
102 << std::setw( 6) <<
"Z" <<
" "
103 << std::setw( 9) <<
"KineE" <<
" "
104 << std::setw( 9) <<
"dEStep" <<
" "
105 << std::setw(10) <<
"StepLeng"
106 << std::setw(10) <<
"TrakLeng"
107 << std::setw(10) <<
"Volume" <<
" "
108 << std::setw(10) <<
"Process" <<
G4endl;
126 G4cout <<
" " << std::setw(10) << procName;
134 G4cout <<
"\n :----- List of secondaries ----------------"
137 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
138 lp1<(*fSecondary).size(); lp1++){
141 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName()
151 G4cout <<
" :------------------------------------------\n"