62 G4cout << std::setw( 5) <<
"#Step#" <<
" "
63 << std::setw(10) <<
"X" <<
" "
64 << std::setw(10) <<
"Y" <<
" "
65 << std::setw(10) <<
"Z" <<
" "
66 << std::setw(10) <<
"Direction x" <<
" "
67 << std::setw(10) <<
"dir y" <<
" "
68 << std::setw(10) <<
"dir z" <<
" "
69 << std::setw( 8) <<
"KineE" <<
" "
70 << std::setw( 6) <<
"dEStep" <<
" "
71 << std::setw(10) <<
"StepLeng"
72 << std::setw(10) <<
"TrakLeng"
73 << std::setw(10) <<
"NextVolu"
74 << std::setw(10) <<
"Process" <<
" "
94 G4cout << std::setw(10) <<
"OutOfWorld";
112 G4cout <<
" :----- List of 2ndaries - "
113 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
116 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
118 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
119 <<
" ---------------"
122 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
123 lp1<(*fSecondary).size(); lp1++)
135 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
139 G4cout <<
" :-----------------------------"
140 <<
"----------------------------------"
141 <<
"-- EndOf2ndaries Info ---------------"
158 G4cout << std::setw( 5) <<
"Step#" <<
" "
159 << std::setw(10) <<
"X" <<
" "
160 << std::setw(10) <<
"Y" <<
" "
161 << std::setw(10) <<
"Z" <<
" "
162 << std::setw(10) <<
"Direction x" <<
" "
163 << std::setw(10) <<
"dir y" <<
" "
164 << std::setw(10) <<
"dir z" <<
" "
165 << std::setw(10) <<
"KineE" <<
" "
166 << std::setw(10) <<
"dEStep" <<
" "
167 << std::setw(10) <<
"StepLeng"
168 << std::setw(10) <<
"TrakLeng"
169 << std::setw(10) <<
"Volume" <<
" "
170 << std::setw(10) <<
"Process"
189 G4cout << std::setw(10) <<
"OutOfWorld";