29 #include "SteppingVerbose.hh"
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) <<
"Volume" <<
" "
65 << std::setw(10) <<
"Process" <<
G4endl;
93 G4cout << std::setw( 5) <<
"#Step#" <<
" "
94 << std::setw( 6) <<
"X" <<
" "
95 << std::setw( 6) <<
"Y" <<
" "
96 << std::setw( 6) <<
"Z" <<
" "
97 << std::setw( 9) <<
"KineE" <<
" "
98 << std::setw( 9) <<
"dEStep" <<
" "
99 << std::setw(10) <<
"StepLeng"
100 << std::setw(10) <<
"TrakLeng"
101 << std::setw(10) <<
"Volume" <<
" "
102 << std::setw(10) <<
"Process" <<
G4endl;
120 G4cout <<
" " << std::setw(10) << procName;
124 const std::vector<const G4Track*>* secondary
126 size_t nbtrk = (*secondary).size();
128 G4cout <<
"\n :----- List of secondaries ----------------" <<
G4endl;
130 for (
size_t lp=0; lp<(*secondary).size(); lp++) {
133 << (*secondary)[lp]->GetDefinition()->GetParticleName()
136 <<
G4BestUnit((*secondary)[lp]->GetKineticEnergy(),
"Energy")
139 <<
G4BestUnit((*secondary)[lp]->GetGlobalTime(),
"Time");
143 G4cout <<
" :------------------------------------------\n" <<
G4endl;