64 G4cout << std::setw( 5) <<
"#Step#" <<
" " 65 << std::setw(10) <<
"X" <<
" " 66 << std::setw(10) <<
"Y" <<
" " 67 << std::setw(10) <<
"Z" <<
" " 68 << std::setw(10) <<
"KineE" <<
" " 69 << std::setw(10) <<
"dEStep" <<
" " 70 << std::setw(10) <<
"StepLeng" 71 << std::setw(10) <<
"TrakLeng" 72 << std::setw(10) <<
"NextVolu" 73 << std::setw(10) <<
"Process" 74 << std::setw(10) <<
"Dir_x" <<
" " 75 << std::setw(10) <<
"Dir_y" <<
" " 76 << std::setw(10) <<
"Dir_z" <<
" " 80 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 86 fStep->GetTotalEnergyDeposit(),
"Energy")
90 if(
fTrack->GetNextVolume() != 0 ) {
91 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
93 G4cout << std::setw(10) <<
"OutOfWorld";
96 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != 0){
99 <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()
119 G4cout <<
" :----- List of 2ndaries - " 120 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
123 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
125 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
126 <<
" ---------------" 129 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
130 lp1<(*fSecondary).size(); lp1++){
141 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
145 G4cout <<
" :-----------------------------" 146 <<
"----------------------------------" 147 <<
"-- EndOf2ndaries Info ---------------" 165 G4cout << std::setw( 5) <<
"Step#" <<
" " 166 << std::setw( 6) <<
"X" <<
" " 167 << std::setw( 6) <<
"Y" <<
" " 168 << std::setw( 6) <<
"Z" <<
" " 169 << std::setw( 9) <<
"KineE" <<
" " 170 << std::setw( 9) <<
"dEStep" <<
" " 171 << std::setw(10) <<
"StepLeng" 172 << std::setw(10) <<
"TrakLeng" 173 << std::setw(10) <<
"Volume" <<
" " 174 << std::setw(10) <<
"Process" <<
G4endl;
176 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 182 fStep->GetTotalEnergyDeposit(),
"Energy")
186 if(
fTrack->GetNextVolume()){
187 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
189 G4cout << std::setw(10) <<
"OutOfWorld";
G4int fN2ndariesPostStepDoIt
virtual ~F03SteppingVerbose()
virtual void TrackingStarted()
#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 F03SteppingVerbose class.