71 G4cout << std::setw( 5) <<
"#Step#" <<
" "
72 << std::setw( 6) <<
"X" <<
" "
73 << std::setw( 6) <<
"Y" <<
" "
74 << std::setw( 6) <<
"Z" <<
" "
75 << std::setw( 9) <<
"KineE" <<
" "
76 << std::setw( 9) <<
"dEStep" <<
" "
77 << std::setw(10) <<
"StepLeng"
78 << std::setw(10) <<
"TrakLeng"
79 << std::setw(10) <<
"NextVolu"
80 << std::setw(10) <<
"Process" <<
G4endl;
96 G4cout << std::setw(10) <<
"OutOfWorld";
113 G4cout <<
" :----- List of 2ndaries - "
114 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
117 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
119 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
120 <<
" ---------------"
123 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
124 lp1<(*fSecondary).size(); lp1++){
135 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
139 G4cout <<
" :-----------------------------"
140 <<
"----------------------------------"
141 <<
"-- EndOf2ndaries Info ---------------"
159 G4cout << std::setw( 5) <<
"Step#" <<
" "
160 << std::setw( 6) <<
"X" <<
" "
161 << std::setw( 6) <<
"Y" <<
" "
162 << std::setw( 6) <<
"Z" <<
" "
163 << std::setw( 9) <<
"KineE" <<
" "
164 << std::setw( 9) <<
"dEStep" <<
" "
165 << std::setw(10) <<
"StepLeng"
166 << std::setw(10) <<
"TrakLeng"
167 << std::setw(10) <<
"NextVolu"
168 << std::setw(10) <<
"Process" <<
G4endl;
182 G4cout << std::setw(10) <<
"OutOfWorld" <<
" ";