31 #include "SteppingVerbose.hh" 
   58       G4cout << std::setw( 5) << 
"#Step#"     << 
" " 
   59          << std::setw( 6) << 
"X"          << 
"    " 
   60          << std::setw( 6) << 
"Y"          << 
"    "   
   61          << std::setw( 6) << 
"Z"          << 
"    " 
   62          << std::setw( 9) << 
"KineE"      << 
" " 
   63          << std::setw( 9) << 
"dEStep"     << 
" "   
   64          << std::setw(10) << 
"StepLeng"      
   65          << std::setw(10) << 
"TrakLeng"  
   66          << std::setw(10) << 
"Volume"    << 
"  " 
   67          << std::setw(10) << 
"Process"   << 
G4endl;           
 
   84       G4cout << std::setw(10) << 
"OutOfWorld";
 
  102     G4cout << 
"    :----- List of 2ndaries - " 
  103            << 
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot 
 
  106            << 
",Post="  << std::setw(2) << fN2ndariesPostStepDoIt
 
  108            << 
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
 
  109            << 
" ---------------" 
  112     for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot; 
 
  113                         lp1<(*fSecondary).size(); lp1++){
 
  124          << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
 
  128     G4cout << 
"    :-----------------------------" 
  129            << 
"----------------------------------" 
  130            << 
"-- EndOf2ndaries Info ---------------" 
  148     G4cout << std::setw( 5) << 
"Step#"      << 
" " 
  149            << std::setw( 6) << 
"X"          << 
"    " 
  150        << std::setw( 6) << 
"Y"          << 
"    "   
  151        << std::setw( 6) << 
"Z"          << 
"    " 
  152        << std::setw( 9) << 
"KineE"      << 
" " 
  153        << std::setw( 9) << 
"dEStep"     << 
" "   
  154        << std::setw(10) << 
"StepLeng"   
  155        << std::setw(10) << 
"TrakLeng" 
  156        << std::setw(10) << 
"Volume"     << 
"  " 
  157        << std::setw(10) << 
"Process"    << 
G4endl;       
 
  172       G4cout << std::setw(10) << 
"OutOfWorld";