61 G4cout << std::setw( 5) <<
"#Step#" <<
" "
62 << std::setw(10) <<
"X" <<
" "
63 << std::setw(10) <<
"Y" <<
" "
64 << std::setw(10) <<
"Z" <<
" "
65 << std::setw(10) <<
"Direction x" <<
" "
66 << std::setw(10) <<
"dir y" <<
" "
67 << std::setw(10) <<
"dir z" <<
" "
68 << std::setw( 8) <<
"Time" <<
" "
69 << std::setw( 6) <<
"dEStep" <<
" "
70 << std::setw(10) <<
"StepLeng"
71 << std::setw(10) <<
"TrakLeng"
72 << std::setw(10) <<
"NextVolu"
73 << std::setw(10) <<
"Process" <<
" "
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++)
132 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
136 G4cout <<
" :-----------------------------"
137 <<
"----------------------------------"
138 <<
"-- EndOf2ndaries Info ---------------"
156 G4cout << std::setw( 5) <<
"Step#" <<
" "
157 << std::setw(10) <<
"X" <<
" "
158 << std::setw(10) <<
"Y" <<
" "
159 << std::setw(10) <<
"Z" <<
" "
160 << std::setw(10) <<
"Direction x" <<
" "
161 << std::setw(10) <<
"dir y" <<
" "
162 << std::setw(10) <<
"dir z" <<
" "
163 << std::setw(10) <<
"Time" <<
" "
164 << std::setw(10) <<
"dEStep" <<
" "
165 << std::setw(10) <<
"StepLeng"
166 << std::setw(10) <<
"TrakLeng"
167 << std::setw(10) <<
"Volume" <<
" "
168 << std::setw(10) <<
"Process"
186 G4cout << std::setw(10) <<
"OutOfWorld";