33 #include "SteppingVerbose.hh"
61 G4cout << std::setw( 5) <<
"Step#" <<
" "
62 << std::setw( 6) <<
"X" <<
" "
63 << std::setw( 6) <<
"Y" <<
" "
64 << std::setw( 6) <<
"Z" <<
" "
65 << std::setw( 9) <<
"KineE" <<
" "
66 << std::setw( 9) <<
"dEStep" <<
" "
67 << std::setw(10) <<
"StepLeng"
68 << std::setw(10) <<
"TrakLeng"
69 << std::setw(10) <<
"Volume" <<
" "
70 << std::setw(10) <<
"Process" <<
G4endl;
98 G4cout << std::setw( 5) <<
"#Step#" <<
" "
99 << std::setw( 6) <<
"X" <<
" "
100 << std::setw( 6) <<
"Y" <<
" "
101 << std::setw( 6) <<
"Z" <<
" "
102 << std::setw( 9) <<
"KineE" <<
" "
103 << std::setw( 9) <<
"dEStep" <<
" "
104 << std::setw(10) <<
"StepLeng"
105 << std::setw(10) <<
"TrakLeng"
106 << std::setw(10) <<
"Volume" <<
" "
107 << std::setw(10) <<
"Process" <<
G4endl;
125 G4cout <<
" " << std::setw(10) << procName;
129 const std::vector<const G4Track*>* secondary
131 size_t nbtrk = (*secondary).size();
133 G4cout <<
"\n :----- List of secondaries ----------------" <<
G4endl;
135 for (
size_t lp=0; lp<(*secondary).size(); lp++) {
138 << (*secondary)[lp]->GetDefinition()->GetParticleName()
141 <<
G4BestUnit((*secondary)[lp]->GetKineticEnergy(),
"Energy")
144 <<
G4BestUnit((*secondary)[lp]->GetGlobalTime(),
"Time");
148 G4cout <<
" :------------------------------------------\n" <<
G4endl;