62 G4cout << std::setw( 5) <<
"#Step#" <<
" " 63 << std::setw( 6) <<
"X" <<
" " 64 << std::setw( 6) <<
"Y" <<
" " 65 << std::setw( 6) <<
"Z" <<
" " 66 << std::setw( 9) <<
"KineE" <<
" " 67 << std::setw( 9) <<
"dEStep" <<
" " 68 << std::setw(10) <<
"StepLeng" 69 << std::setw(10) <<
"TrakLeng" 70 << std::setw(10) <<
"Volume" <<
" " 71 << std::setw(10) <<
"Process" <<
G4endl;
74 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " 85 if(
fTrack->GetNextVolume() != 0 ) {
86 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
88 G4cout << std::setw(10) <<
"OutOfWorld";
91 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != NULL){
93 << std::setw(10) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()
106 G4cout <<
" :----- List of 2ndaries - " 107 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
110 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
112 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
113 <<
" ---------------" 116 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
117 lp1<(*fSecondary).size(); lp1++){
128 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
132 G4cout <<
" :-----------------------------" 133 <<
"----------------------------------" 134 <<
"-- EndOf2ndaries Info ---------------" 152 G4cout << std::setw( 5) <<
"Step#" <<
" " 153 << std::setw( 6) <<
"X" <<
" " 154 << std::setw( 6) <<
"Y" <<
" " 155 << std::setw( 6) <<
"Z" <<
" " 156 << std::setw( 9) <<
"KineE" <<
" " 157 << std::setw( 9) <<
"dEStep" <<
" " 158 << std::setw(10) <<
"StepLeng" 159 << std::setw(10) <<
"TrakLeng" 160 << std::setw(10) <<
"Volume" <<
" " 161 << std::setw(10) <<
"Process" <<
G4endl;
163 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " 173 if(
fTrack->GetNextVolume()){
174 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
176 G4cout << std::setw(10) <<
"OutOfWorld";
G4int fN2ndariesPostStepDoIt
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4int fN2ndariesAlongStepDoIt
G4GLOB_DLL std::ostream G4cout
G4int fN2ndariesAtRestDoIt
G4TrackVector * fSecondary
Definition of the RE05SteppingVerbose class.