67 G4cout << std::setw( 5) <<
"#Step#" <<
" "
68 << std::setw( 6) <<
"X" <<
" "
69 << std::setw( 6) <<
"Y" <<
" "
70 << std::setw( 6) <<
"Z" <<
" "
71 << std::setw( 9) <<
"KineE" <<
" "
72 << std::setw( 9) <<
"dEStep" <<
" "
73 << std::setw(10) <<
"StepLeng"
74 << std::setw(10) <<
"TrakLeng"
75 << std::setw(10) <<
"NextVolu"
76 << std::setw(10) <<
"Process" <<
G4endl;
92 G4cout << std::setw(10) <<
"OutOfWorld";
109 G4cout <<
" :----- List of 2ndaries - "
110 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
113 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
115 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
116 <<
" ---------------"
119 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
120 lp1<(*fSecondary).size(); lp1++){
131 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
135 G4cout <<
" :-----------------------------"
136 <<
"----------------------------------"
137 <<
"-- EndOf2ndaries Info ---------------"
155 G4cout << std::setw( 5) <<
"Step#" <<
" "
156 << std::setw( 6) <<
"X" <<
" "
157 << std::setw( 6) <<
"Y" <<
" "
158 << std::setw( 6) <<
"Z" <<
" "
159 << std::setw( 9) <<
"KineE" <<
" "
160 << std::setw( 9) <<
"dEStep" <<
" "
161 << std::setw(10) <<
"StepLeng"
162 << std::setw(10) <<
"TrakLeng"
163 << std::setw(10) <<
"NextVolu"
164 << std::setw(10) <<
"Process" <<
G4endl;
178 G4cout << std::setw(10) <<
"OutOfWorld" <<
" ";