30 #include "SteppingVerbose.hh"
54 G4cout << std::setw( 5) <<
"#Step#" <<
" "
55 << std::setw( 6) <<
"X" <<
" "
56 << std::setw( 6) <<
"Y" <<
" "
57 << std::setw( 6) <<
"Z" <<
" "
58 << std::setw( 9) <<
"KineE" <<
" "
59 << std::setw( 9) <<
"dEStep" <<
" "
60 << std::setw(10) <<
"StepLeng"
61 << std::setw(10) <<
"TrakLeng"
62 << std::setw(10) <<
"NextVolu"
63 << std::setw(10) <<
"Process" <<
G4endl;
79 G4cout << std::setw(10) <<
"OutOfWorld";
96 G4cout <<
" :----- List of 2ndaries - "
97 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
100 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
102 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
103 <<
" ---------------"
106 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
107 lp1<(*fSecondary).size(); lp1++){
118 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
122 G4cout <<
" :-----------------------------"
123 <<
"----------------------------------"
124 <<
"-- EndOf2ndaries Info ---------------"
142 G4cout << std::setw( 5) <<
"Step#" <<
" "
143 << std::setw( 6) <<
"X" <<
" "
144 << std::setw( 6) <<
"Y" <<
" "
145 << std::setw( 6) <<
"Z" <<
" "
146 << std::setw( 9) <<
"KineE" <<
" "
147 << std::setw( 9) <<
"dEStep" <<
" "
148 << std::setw(10) <<
"StepLeng"
149 << std::setw(10) <<
"TrakLeng"
150 << std::setw(10) <<
"NextVolu"
151 << std::setw(10) <<
"Process" <<
G4endl;
165 G4cout << std::setw(10) <<
"OutOfWorld" <<
" ";
170 G4cout<<
"exit SteppingVerbose::TrackingStarted() " <<
G4endl;