36 #include "SteppingVerbose.hh"
64 G4cout << std::setw( 5) <<
"Step#" <<
" "
65 << std::setw( 6) <<
"X" <<
" "
66 << std::setw( 6) <<
"Y" <<
" "
67 << std::setw( 6) <<
"Z" <<
" "
68 << std::setw( 9) <<
"KineE" <<
" "
69 << std::setw( 9) <<
"dEStep" <<
" "
70 << std::setw(10) <<
"StepLeng"
71 << std::setw(10) <<
"TrakLeng"
72 << std::setw(10) <<
"Volume" <<
" "
73 << std::setw(10) <<
"Process" <<
G4endl;
101 G4cout << std::setw( 5) <<
"#Step#" <<
" "
102 << std::setw( 6) <<
"X" <<
" "
103 << std::setw( 6) <<
"Y" <<
" "
104 << std::setw( 6) <<
"Z" <<
" "
105 << std::setw( 9) <<
"KineE" <<
" "
106 << std::setw( 9) <<
"dEStep" <<
" "
107 << std::setw(10) <<
"StepLeng"
108 << std::setw(10) <<
"TrakLeng"
109 << std::setw(10) <<
"Volume" <<
" "
110 << std::setw(10) <<
"Process" <<
G4endl;
128 G4cout <<
" " << std::setw(10) << procName;
132 const std::vector<const G4Track*>* secondary
134 size_t nbtrk = (*secondary).size();
136 G4cout <<
"\n :----- List of secondaries ----------------" <<
G4endl;
138 for (
size_t lp=0; lp<(*secondary).size(); lp++) {
141 << (*secondary)[lp]->GetDefinition()->GetParticleName()
144 <<
G4BestUnit((*secondary)[lp]->GetKineticEnergy(),
"Energy")
147 <<
G4BestUnit((*secondary)[lp]->GetGlobalTime(),
"Time");
151 G4cout <<
" :------------------------------------------\n" <<
G4endl;