59       G4cout << std::setw( 5) << 
"#Step#"     << 
" "    60              << std::setw( 6) << 
"X"          << 
"    "    61              << std::setw( 6) << 
"Y"          << 
"    "    62              << std::setw( 6) << 
"Z"          << 
"    "    63              << std::setw( 9) << 
"KineE"      << 
" "    64              << std::setw( 9) << 
"dEStep"     << 
" "    65              << std::setw(10) << 
"StepLeng"    66              << std::setw(10) << 
"TrakLeng"    67              << std::setw(10) << 
"Volume"    << 
"  "    68              << std::setw(10) << 
"Process"   << 
G4endl;
    71     G4cout << std::setw(5) << 
fTrack->GetCurrentStepNumber() << 
" "    82     if( 
fTrack->GetNextVolume() != 0 ) {
    83       G4cout << std::setw(10) << 
fTrack->GetVolume()->GetName();
    85       G4cout << std::setw(10) << 
"OutOfWorld";
    88     if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != 0){
    91              << 
fStep->GetPostStepPoint()->GetProcessDefinedStep()
   104         G4cout << 
"    :----- List of 2ndaries - "   105                << 
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot 
   108                << 
",Post="  << std::setw(2) << fN2ndariesPostStepDoIt
   110                << 
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
   111                << 
" ---------------"   114         for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
   115                         lp1<(*fSecondary).size(); lp1++){
   126                  << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
   130         G4cout << 
"    :-----------------------------"   131                << 
"----------------------------------"   132                << 
"-- EndOf2ndaries Info ---------------"   150     G4cout << std::setw( 5) << 
"Step#"      << 
" "   151            << std::setw( 6) << 
"X"          << 
"    "   152            << std::setw( 6) << 
"Y"          << 
"    "     153            << std::setw( 6) << 
"Z"          << 
"    "   154            << std::setw( 9) << 
"KineE"      << 
" "   155            << std::setw( 9) << 
"dEStep"     << 
" "   156            << std::setw(10) << 
"StepLeng"   157            << std::setw(10) << 
"TrakLeng"   158            << std::setw(10) << 
"Volume"     << 
"  "   159            << std::setw(10) << 
"Process"    << 
G4endl;
   161    G4cout << std::setw( 5) << 
fTrack->GetCurrentStepNumber() << 
" "   166     << std::setw( 6) << 
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy")
   171     if(
fTrack->GetNextVolume()){
   172       G4cout << std::setw(10) << 
fTrack->GetVolume()->GetName();
 virtual void TrackingStarted()
 
G4int fN2ndariesPostStepDoIt
 
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1 
 
G4int fN2ndariesAlongStepDoIt
 
G4GLOB_DLL std::ostream G4cout
 
G4int fN2ndariesAtRestDoIt
 
G4TrackVector * fSecondary
 
virtual ~OpNoviceSteppingVerbose()
 
OpNoviceSteppingVerbose()