34 #include "ExN04SteppingVerbose.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;
87 G4cout << std::setw(10) <<
"OutOfWorld";
105 G4cout <<
" :----- List of 2ndaries - "
106 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
109 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
111 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
112 <<
" ---------------"
115 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
116 lp1<(*fSecondary).size(); lp1++){
127 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
131 G4cout <<
" :-----------------------------"
132 <<
"----------------------------------"
133 <<
"-- EndOf2ndaries Info ---------------"
151 G4cout << std::setw( 5) <<
"Step#" <<
" "
152 << std::setw( 6) <<
"X" <<
" "
153 << std::setw( 6) <<
"Y" <<
" "
154 << std::setw( 6) <<
"Z" <<
" "
155 << std::setw( 9) <<
"KineE" <<
" "
156 << std::setw( 9) <<
"dEStep" <<
" "
157 << std::setw(10) <<
"StepLeng"
158 << std::setw(10) <<
"TrakLeng"
159 << std::setw(10) <<
"Volume" <<
" "
160 << std::setw(10) <<
"Process" <<
G4endl;
175 G4cout << std::setw(10) <<
"OutOfWorld";