62       G4cout << std::setw( 5) << 
"#Step#"     << 
" " 
   63              << std::setw(10) << 
"X"          << 
"    " 
   64              << std::setw(10) << 
"Y"          << 
"    " 
   65              << std::setw(10) << 
"Z"          << 
"    " 
   66              << std::setw(10) << 
"KineE"      << 
" " 
   67              << std::setw(10) << 
"dEStep"     << 
" " 
   68              << std::setw(10) << 
"StepLeng" 
   69              << std::setw(10) << 
"TrakLeng" 
   70              << std::setw(10) << 
"NextVolu" 
   71              << std::setw(10) << 
"Process" 
   72              << std::setw(10) << 
"Dir_x"        << 
"    " 
   73              << std::setw(10) << 
"Dir_y"        << 
"    "   
   74              << std::setw(10) << 
"Dir_z"        << 
"    " 
   84                                              GetTotalEnergyDeposit(),
"Energy")
 
   91       G4cout << std::setw(10) << 
"OutOfWorld";
 
   97                                    GetProcessDefinedStep()->GetProcessName();
 
  116         G4cout << 
"    :----- List of 2ndaries - " 
  117                << 
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
 
  120                << 
",Post="  << std::setw(2) << fN2ndariesPostStepDoIt
 
  122                << 
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
 
  123                << 
" ---------------" 
  126         for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
 
  127                    lp1<(*fSecondary).size(); lp1++){
 
  138                  << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
 
  142         G4cout << 
"    :-----------------------------" 
  143                << 
"----------------------------------" 
  144                << 
"-- EndOf2ndaries Info ---------------" 
  167   G4cout << 
"*******************************************************" 
  168          << 
"**************************************************" 
  170   G4cout << 
"* G4Track Information: " 
  177   G4cout << 
"*******************************************************" 
  178          << 
"**************************************************" 
  184     G4cout << std::setw( 5) << 
"Step#"      << 
" " 
  185            << std::setw( 6) << 
"X"          << 
"    " 
  186            << std::setw( 6) << 
"Y"          << 
"    " 
  187            << std::setw( 6) << 
"Z"          << 
"    " 
  188            << std::setw( 9) << 
"KineE"      << 
" " 
  189            << std::setw( 9) << 
"dEStep"     << 
" " 
  190            << std::setw(10) << 
"StepLeng" 
  191            << std::setw(10) << 
"TrakLeng" 
  192            << std::setw(10) << 
"Volume"     << 
"  " 
  193            << std::setw(10) << 
"Process"    << 
G4endl;
 
  208       G4cout << std::setw(10) << 
"OutOfWorld";