32 #include "SteppingVerbose.hh"
60 G4cout << std::setw( 5) <<
"Step#" <<
" "
61 << std::setw( 6) <<
"X" <<
" "
62 << std::setw( 6) <<
"Y" <<
" "
63 << std::setw( 6) <<
"Z" <<
" "
64 << std::setw( 9) <<
"KineE" <<
" "
65 << std::setw( 9) <<
"dEStep" <<
" "
66 << std::setw(10) <<
"StepLeng"
67 << std::setw(10) <<
"TrakLeng"
68 << std::setw(10) <<
"Volume" <<
" "
69 << std::setw(10) <<
"Process" <<
G4endl;
97 G4cout << std::setw( 5) <<
"#Step#" <<
" "
98 << std::setw( 6) <<
"X" <<
" "
99 << std::setw( 6) <<
"Y" <<
" "
100 << std::setw( 6) <<
"Z" <<
" "
101 << std::setw( 9) <<
"KineE" <<
" "
102 << std::setw( 9) <<
"dEStep" <<
" "
103 << std::setw(10) <<
"StepLeng"
104 << std::setw(10) <<
"TrakLeng"
105 << std::setw(10) <<
"Volume" <<
" "
106 << std::setw(10) <<
"Process" <<
G4endl;
124 G4cout <<
" " << std::setw(10) << procName;
128 const std::vector<const G4Track*>* secondary
130 size_t nbtrk = (*secondary).size();
132 G4cout <<
"\n :----- List of secondaries ----------------" <<
G4endl;
134 for (
size_t lp=0; lp<(*secondary).size(); lp++) {
137 << (*secondary)[lp]->GetDefinition()->GetParticleName()
140 <<
G4BestUnit((*secondary)[lp]->GetKineticEnergy(),
"Energy")
143 <<
G4BestUnit((*secondary)[lp]->GetGlobalTime(),
"Time");
147 G4cout <<
" :------------------------------------------\n" <<
G4endl;