63 G4cout << std::setw( 5) <<
"#Step#" <<
" " 64 << std::setw(10) <<
"X" <<
" " 65 << std::setw(10) <<
"Y" <<
" " 66 << std::setw(10) <<
"Z" <<
" " 67 << std::setw(10) <<
"KineE" <<
" " 68 << std::setw(10) <<
"dEStep" <<
" " 69 << std::setw(10) <<
"StepLeng" 70 << std::setw(10) <<
"TrakLeng" 71 << std::setw(10) <<
"NextVolu" 72 << std::setw(10) <<
"Process" 73 << std::setw(10) <<
"Dir_x" <<
" " 74 << std::setw(10) <<
"Dir_y" <<
" " 75 << std::setw(10) <<
"Dir_z" <<
" " 79 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 89 if(
fTrack->GetNextVolume() != 0 ) {
90 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
92 G4cout << std::setw(10) <<
"OutOfWorld";
95 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != NULL){
97 << std::setw(10) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()
105 << std::setw(12) <<
G4BestUnit(
fTrack->GetMomentumDirection().z(),
"Length");
114 G4cout <<
" :----- List of 2ndaries - " 115 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
118 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
120 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
121 <<
" ---------------" 124 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
125 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) <<
"Volume" <<
" " 170 << std::setw(10) <<
"Process" <<
G4endl;
172 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 177 << std::setw( 6) <<
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy")
181 if(
fTrack->GetNextVolume()){
182 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
184 G4cout << std::setw(10) <<
"OutOfWorld";
G4int fN2ndariesPostStepDoIt
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4int fN2ndariesAlongStepDoIt
Definition of the Em10SteppingVerbose class.
G4GLOB_DLL std::ostream G4cout
G4int fN2ndariesAtRestDoIt
G4TrackVector * fSecondary