58 G4cout << std::setw( 5) <<
"#Step#" <<
" "
59 << std::setw(10) <<
"X" <<
" "
60 << std::setw(10) <<
"Y" <<
" "
61 << std::setw(10) <<
"Z" <<
" "
62 << std::setw(10) <<
"KineE" <<
" "
63 << std::setw(10) <<
"dEStep" <<
" "
64 << std::setw(10) <<
"StepLeng"
65 << std::setw(10) <<
"TrakLeng"
66 << std::setw(10) <<
"NextVolu"
67 << std::setw(10) <<
"Process"
68 << std::setw(10) <<
"Dir_x" <<
" "
69 << std::setw(10) <<
"Dir_y" <<
" "
70 << std::setw(10) <<
"Dir_z" <<
" "
80 GetTotalEnergyDeposit(),
"Energy")
87 G4cout << std::setw(10) <<
"OutOfWorld";
92 << std::setw(10) <<
fStep->
93 GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
111 if ( tN2ndariesTot>0 ) {
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++){
134 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
138 G4cout <<
" :-----------------------------"
139 <<
"----------------------------------"
140 <<
"-- EndOf2ndaries Info ---------------"
160 G4cout <<
"*******************************************************"
161 <<
"**************************************************"
163 G4cout <<
"* G4Track Information: "
170 G4cout <<
"*******************************************************"
171 <<
"**************************************************"
175 G4cout << std::setw( 5) <<
"Step#" <<
" "
176 << std::setw(10) <<
"X" <<
" "
177 << std::setw(10) <<
"Y" <<
" "
178 << std::setw(10) <<
"Z" <<
" "
179 << std::setw(10) <<
"KineE" <<
" "
180 << std::setw(10) <<
"dEStep" <<
" "
181 << std::setw(10) <<
"StepLeng" <<
" "
182 << std::setw(10) <<
"TrakLeng" <<
" "
183 << std::setw(10) <<
"Volume" <<
" "
184 << std::setw(10) <<
"Process" <<
G4endl;
192 GetTotalEnergyDeposit(),
"Energy")
199 G4cout << std::setw(10) <<
"OutOfWorld";