62 G4cout << std::setw( 5) <<
"#Step#" <<
" " 63 << std::setw(10) <<
"X" <<
" " 64 << std::setw(10) <<
"Y" <<
" " 65 << std::setw(10) <<
"Z" <<
" " 66 << std::setw(10) <<
"Direction x" <<
" " 67 << std::setw(10) <<
"dir y" <<
" " 68 << std::setw(10) <<
"dir z" <<
" " 69 << std::setw( 8) <<
"Time" <<
" " 70 << std::setw( 6) <<
"dEStep" <<
" " 71 << std::setw(10) <<
"StepLeng" 72 << std::setw(10) <<
"TrakLeng" 73 << std::setw(10) <<
"NextVolu" 74 << std::setw(10) <<
"Process" <<
" " 78 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 82 G4cout << std::setw(10) <<
fTrack->GetMomentumDirection().x() <<
" " 83 << std::setw(10) <<
fTrack->GetMomentumDirection().y() <<
" " 84 << std::setw(10) <<
fTrack->GetMomentumDirection().z() <<
" ";
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){
98 << std::setw(10) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()
110 G4cout <<
" :----- List of 2ndaries - " 111 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
114 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
116 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
117 <<
" ---------------" 120 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
121 lp1<(*fSecondary).size(); lp1++)
133 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
137 G4cout <<
" :-----------------------------" 138 <<
"----------------------------------" 139 <<
"-- EndOf2ndaries Info ---------------" 157 G4cout << std::setw( 5) <<
"Step#" <<
" " 158 << std::setw(10) <<
"X" <<
" " 159 << std::setw(10) <<
"Y" <<
" " 160 << std::setw(10) <<
"Z" <<
" " 161 << std::setw(10) <<
"Direction x" <<
" " 162 << std::setw(10) <<
"dir y" <<
" " 163 << std::setw(10) <<
"dir z" <<
" " 164 << std::setw(10) <<
"Time" <<
" " 165 << std::setw(10) <<
"dEStep" <<
" " 166 << std::setw(10) <<
"StepLeng" 167 << std::setw(10) <<
"TrakLeng" 168 << std::setw(10) <<
"Volume" <<
" " 169 << std::setw(10) <<
"Process" 172 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 176 G4cout << std::setw(10) <<
fTrack->GetMomentumDirection().x() <<
" " 177 << std::setw(10) <<
fTrack->GetMomentumDirection().y() <<
" " 178 << std::setw(10) <<
fTrack->GetMomentumDirection().z() <<
" ";
180 << std::setw( 6) <<
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy")
184 if(
fTrack->GetNextVolume()){
185 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
187 G4cout << std::setw(10) <<
"OutOfWorld";
G4int fN2ndariesPostStepDoIt
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4int fN2ndariesAlongStepDoIt
Definition of the F05SteppingVerbose class.
G4GLOB_DLL std::ostream G4cout
G4int fN2ndariesAtRestDoIt
G4TrackVector * fSecondary
virtual ~F05SteppingVerbose()
virtual void TrackingStarted()