#include <PurgMagSteppingVerbose.hh>
Definition at line 46 of file PurgMagSteppingVerbose.hh.
◆ PurgMagSteppingVerbose()
PurgMagSteppingVerbose::PurgMagSteppingVerbose |
( |
| ) |
|
◆ ~PurgMagSteppingVerbose()
PurgMagSteppingVerbose::~PurgMagSteppingVerbose |
( |
| ) |
|
◆ StepInfo()
void PurgMagSteppingVerbose::StepInfo |
( |
| ) |
|
|
virtual |
Implements G4VSteppingVerbose.
Definition at line 55 of file PurgMagSteppingVerbose.cc.
65 G4cout << std::setw( 5) <<
"#Step#" <<
" " 66 << std::setw( 6) <<
"X" <<
" " 67 << std::setw( 6) <<
"Y" <<
" " 68 << std::setw( 6) <<
"Z" <<
" " 69 << std::setw( 9) <<
"KineE" <<
" " 70 << std::setw( 9) <<
"dEStep" <<
" " 71 << std::setw(10) <<
"StepLeng" 72 << std::setw(10) <<
"TrakLeng" 73 << std::setw(10) <<
"NextVolu" 74 << std::setw(10) <<
"Process" <<
G4endl;
77 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 87 if(
fTrack->GetNextVolume() != 0 ) {
88 G4cout << std::setw(10) <<
fTrack->GetNextVolume()->GetName();
90 G4cout << std::setw(10) <<
"OutOfWorld";
93 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != NULL){
94 G4cout << std::setw(10) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()
107 G4cout <<
" :----- List of 2ndaries - " 108 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
111 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
113 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
114 <<
" ---------------" 117 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
118 lp1<(*fSecondary).size(); lp1++){
129 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
133 G4cout <<
" :-----------------------------" 134 <<
"----------------------------------" 135 <<
"-- EndOf2ndaries Info ---------------" 142 G4cout<<
"exit PurgMagSteppingVerbose::StepInfo " <<
G4endl;
G4int fN2ndariesPostStepDoIt
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4int fN2ndariesAlongStepDoIt
G4GLOB_DLL std::ostream G4cout
G4int fN2ndariesAtRestDoIt
G4TrackVector * fSecondary
◆ TrackingStarted()
void PurgMagSteppingVerbose::TrackingStarted |
( |
| ) |
|
|
virtual |
Implements G4VSteppingVerbose.
Definition at line 147 of file PurgMagSteppingVerbose.cc.
153 G4cout << std::setw( 5) <<
"Step#" <<
" " 154 << std::setw( 6) <<
"X" <<
" " 155 << std::setw( 6) <<
"Y" <<
" " 156 << std::setw( 6) <<
"Z" <<
" " 157 << std::setw( 9) <<
"KineE" <<
" " 158 << std::setw( 9) <<
"dEStep" <<
" " 159 << std::setw(10) <<
"StepLeng" 160 << std::setw(10) <<
"TrakLeng" 161 << std::setw(10) <<
"NextVolu" 162 << std::setw(10) <<
"Process" <<
G4endl;
164 G4cout << std::setw( 5) <<
fTrack->GetCurrentStepNumber() <<
" " 169 << std::setw( 6) <<
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy")
173 if(
fTrack->GetNextVolume()){
174 G4cout << std::setw(10) <<
fTrack->GetNextVolume()->GetName() <<
" ";
176 G4cout << std::setw(10) <<
"OutOfWorld" <<
" ";
181 G4cout<<
"exit PurgMagSteppingVerbose::TrackingStarted() " <<
G4endl;
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
The documentation for this class was generated from the following files: