63 G4cout << std::setw( 5) <<
"#Step#" <<
" "
64 << std::setw(10) <<
"X" <<
" "
65 << std::setw(10) <<
"Y" <<
" "
66 << std::setw(10) <<
"Z" <<
" "
67 << std::setw(10) <<
"KineE" <<
" "
68 << std::setw(10) <<
"dEStep" <<
" "
69 << std::setw(10) <<
"StepLeng"
70 << std::setw(10) <<
"TrakLeng"
71 << std::setw(10) <<
"NextVolu"
72 << std::setw(10) <<
"Process"
73 << std::setw(10) <<
"Dir_x" <<
" "
74 << std::setw(10) <<
"Dir_y" <<
" "
75 << std::setw(10) <<
"Dir_z" <<
" "
85 GetTotalEnergyDeposit(),
"Energy")
92 G4cout << std::setw(10) <<
"OutOfWorld";
98 GetProcessDefinedStep()->GetProcessName();
117 G4cout <<
" :----- List of 2ndaries - "
118 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
121 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
123 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
124 <<
" ---------------"
127 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
128 lp1<(*fSecondary).size(); lp1++){
139 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
143 G4cout <<
" :-----------------------------"
144 <<
"----------------------------------"
145 <<
"-- EndOf2ndaries Info ---------------"
168 G4cout <<
"*******************************************************"
169 <<
"**************************************************"
171 G4cout <<
"* G4Track Information: "
178 G4cout <<
"*******************************************************"
179 <<
"**************************************************"
185 G4cout << std::setw( 5) <<
"Step#" <<
" "
186 << std::setw( 6) <<
"X" <<
" "
187 << std::setw( 6) <<
"Y" <<
" "
188 << std::setw( 6) <<
"Z" <<
" "
189 << std::setw( 9) <<
"KineE" <<
" "
190 << std::setw( 9) <<
"dEStep" <<
" "
191 << std::setw(10) <<
"StepLeng"
192 << std::setw(10) <<
"TrakLeng"
193 << std::setw(10) <<
"Volume" <<
" "
194 << std::setw(10) <<
"Process" <<
G4endl;
209 G4cout << std::setw(10) <<
"OutOfWorld";