73       G4cout << std::setw( 5) << 
"#Step#"     << 
" " 
   74              << std::setw( 6) << 
"X"          << 
"    " 
   75              << std::setw( 6) << 
"Y"          << 
"    "   
   76              << std::setw( 6) << 
"Z"          << 
"    " 
   77              << std::setw( 9) << 
"KineE"      << 
" " 
   78              << std::setw( 9) << 
"dEStep"     << 
" "   
   79              << std::setw(10) << 
"StepLeng"      
   80              << std::setw(10) << 
"TrakLeng"  
   81              << std::setw(10) << 
"NextVolu"  
   82              << std::setw(10) << 
"Process"   << 
G4endl;           
 
   98       G4cout << std::setw(10) << 
"OutOfWorld";
 
  115         G4cout << 
"    :----- List of 2ndaries - " 
  116                << 
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot 
 
  119                << 
",Post="  << std::setw(2) << fN2ndariesPostStepDoIt
 
  121                << 
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
 
  122                << 
" ---------------" 
  125         for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot; 
 
  126                         lp1<(*fSecondary).size(); lp1++){
 
  137                  << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
 
  141         G4cout << 
"    :-----------------------------" 
  142                << 
"----------------------------------" 
  143                << 
"-- EndOf2ndaries Info ---------------" 
  161     G4cout << std::setw( 5) << 
"Step#"      << 
" " 
  162            << std::setw( 6) << 
"X"          << 
"    " 
  163            << std::setw( 6) << 
"Y"          << 
"    "   
  164            << std::setw( 6) << 
"Z"          << 
"    " 
  165            << std::setw( 9) << 
"KineE"      << 
" " 
  166            << std::setw( 9) << 
"dEStep"     << 
" "   
  167            << std::setw(10) << 
"StepLeng"   
  168            << std::setw(10) << 
"TrakLeng" 
  169            << std::setw(10) << 
"NextVolu" 
  170            << std::setw(10) << 
"Process"    << 
G4endl;       
 
  184       G4cout << std::setw(10) << 
"OutOfWorld" << 
" ";
 
XrayFluoSteppingVerbose()
 
G4int fN2ndariesPostStepDoIt
 
G4double GetStepLength() const 
 
const G4ThreeVector & GetPosition() const 
 
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1 
 
G4int fN2ndariesAlongStepDoIt
 
G4VPhysicalVolume * GetNextVolume() const 
 
G4double GetKineticEnergy() const 
 
G4GLOB_DLL std::ostream G4cout
 
G4int fN2ndariesAtRestDoIt
 
G4int GetCurrentStepNumber() const 
 
G4TrackVector * fSecondary
 
const G4String & GetName() const 
 
const G4String & GetProcessName() const 
 
G4double GetTotalEnergyDeposit() const 
 
G4double GetTrackLength() const 
 
~XrayFluoSteppingVerbose()
 
const G4VProcess * GetProcessDefinedStep() const 
 
G4StepPoint * GetPostStepPoint() const