64       G4cout << std::setw( 5) << 
"#Step#"     << 
" "    65              << std::setw( 6) << 
"X"          << 
"    "    66              << std::setw( 6) << 
"Y"          << 
"    "    67              << std::setw( 6) << 
"Z"          << 
"    "    68              << std::setw( 9) << 
"KineE"      << 
" "    69              << std::setw( 9) << 
"dEStep"     << 
" "    70              << std::setw(10) << 
"StepLeng"    71              << std::setw(10) << 
"TrakLeng"    72              << std::setw(10) << 
"NextVolu"    73              << std::setw(10) << 
"Process"   << 
G4endl;
    76     G4cout << std::setw( 5)<<
fTrack->GetCurrentStepNumber() << 
" "    85     if( 
fTrack->GetNextVolume() != 0 ) {
    86       G4cout << std::setw(10) << 
fTrack->GetNextVolume()->GetName();
    88       G4cout << std::setw(10) << 
"OutOfWorld";
    91     if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != 0){
    93              << 
fStep->GetPostStepPoint()->GetProcessDefinedStep()
   106         G4cout << 
"    :----- List of 2ndaries - "   107                << 
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
   110                << 
",Post="  << std::setw(2) << fN2ndariesPostStepDoIt
   112                << 
" ---------------"   114         G4cout << 
"    :-----------------------------"   115                << 
"----------------------------------"   116                << 
"-- EndOf2ndaries Info ---------------"   133     G4cout << std::setw( 5) << 
"Step#"      << 
" "   134            << std::setw( 6) << 
"X"          << 
"    "   135            << std::setw( 6) << 
"Y"          << 
"    "   136            << std::setw( 6) << 
"Z"          << 
"    "   137            << std::setw( 9) << 
"KineE"      << 
" "   138            << std::setw( 9) << 
"dEStep"     << 
" "   139            << std::setw(10) << 
"StepLeng"   140            << std::setw(10) << 
"TrakLeng"   141            << std::setw(10) << 
"NextVolu"   142            << std::setw(10) << 
"Process"    << 
G4endl;
   144     G4cout << std::setw( 5)<<
fTrack->GetCurrentStepNumber() << 
" "   153     if(
fTrack->GetNextVolume()){
   154       G4cout << std::setw(10) << 
fTrack->GetNextVolume()->GetName() << 
" ";
   156       G4cout << std::setw(10) << 
"OutOfWorld" << 
" ";
 G4int fN2ndariesPostStepDoIt
 
virtual void TrackingStarted()
 
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1 
 
G4int fN2ndariesAlongStepDoIt
 
G4GLOB_DLL std::ostream G4cout
 
G4int fN2ndariesAtRestDoIt
 
Definition of the F02SteppingVerbose class. 
 
virtual ~F02SteppingVerbose()