55 G4cout << std::setw( 5) <<
"#Step#" <<
" "
56 << std::setw( 6) <<
"X" <<
" "
57 << std::setw( 6) <<
"Y" <<
" "
58 << std::setw( 6) <<
"Z" <<
" "
59 << std::setw( 9) <<
"KineE" <<
" "
60 << std::setw( 9) <<
"dEStep" <<
" "
61 << std::setw(10) <<
"StepLeng"
62 << std::setw(10) <<
"TrakLeng"
63 << std::setw(10) <<
"Volume" <<
" "
64 << std::setw(10) <<
"Process" <<
G4endl;
81 G4cout << std::setw(10) <<
"OutOfWorld";
99 G4cout <<
" :----- List of 2ndaries - "
100 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
103 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
105 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
106 <<
" ---------------"
109 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
110 lp1<(*fSecondary).size(); lp1++){
121 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
125 G4cout <<
" :-----------------------------"
126 <<
"----------------------------------"
127 <<
"-- EndOf2ndaries Info ---------------"
143 G4cout << std::setw( 5) <<
"Step#" <<
" "
144 << std::setw( 6) <<
"X" <<
" "
145 << std::setw( 6) <<
"Y" <<
" "
146 << std::setw( 6) <<
"Z" <<
" "
147 << std::setw( 9) <<
"KineE" <<
" "
148 << std::setw( 9) <<
"dEStep" <<
" "
149 << std::setw(10) <<
"StepLeng"
150 << std::setw(10) <<
"TrakLeng"
151 << std::setw(10) <<
"Volume" <<
" "
152 << std::setw(10) <<
"Process" <<
G4endl;
167 G4cout << std::setw(10) <<
"OutOfWorld";