59 G4cout << std::setw( 5) <<
"#Step#" <<
" "
60 << std::setw( 6) <<
"X" <<
" "
61 << std::setw( 6) <<
"Y" <<
" "
62 << std::setw( 6) <<
"Z" <<
" "
63 << std::setw( 9) <<
"KineE" <<
" "
64 << std::setw( 9) <<
"dEStep" <<
" "
65 << std::setw(10) <<
"StepLeng"
66 << std::setw(10) <<
"TrakLeng"
67 << std::setw(10) <<
"Volume" <<
" "
68 << std::setw(10) <<
"Process" <<
G4endl;
85 G4cout << std::setw(10) <<
"OutOfWorld";
103 G4cout <<
" :----- List of 2ndaries - "
104 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
107 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
109 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
110 <<
" ---------------"
113 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
114 lp1<(*fSecondary).size(); lp1++){
125 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
129 G4cout <<
" :-----------------------------"
130 <<
"----------------------------------"
131 <<
"-- EndOf2ndaries Info ---------------"
149 G4cout << std::setw( 5) <<
"Step#" <<
" "
150 << std::setw( 6) <<
"X" <<
" "
151 << std::setw( 6) <<
"Y" <<
" "
152 << std::setw( 6) <<
"Z" <<
" "
153 << std::setw( 9) <<
"KineE" <<
" "
154 << std::setw( 9) <<
"dEStep" <<
" "
155 << std::setw(10) <<
"StepLeng"
156 << std::setw(10) <<
"TrakLeng"
157 << std::setw(10) <<
"Volume" <<
" "
158 << std::setw(10) <<
"Process" <<
G4endl;
173 G4cout << std::setw(10) <<
"OutOfWorld";