#include <ExN02SteppingVerbose.hh>
Definition at line 48 of file ExN02SteppingVerbose.hh.
◆ ExN02SteppingVerbose()
ExN02SteppingVerbose::ExN02SteppingVerbose |
( |
| ) |
|
◆ ~ExN02SteppingVerbose()
ExN02SteppingVerbose::~ExN02SteppingVerbose |
( |
| ) |
|
◆ StepInfo()
void ExN02SteppingVerbose::StepInfo |
( |
| ) |
|
|
virtual |
Implements G4VSteppingVerbose.
Definition at line 52 of file ExN02SteppingVerbose.cc.
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 <<
"\n :----- List of secondaries ----------------" 109 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
110 lp1<(*fSecondary).size(); lp1++){
113 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName()
123 G4cout <<
" :------------------------------------------" 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 ExN02SteppingVerbose::TrackingStarted |
( |
| ) |
|
|
virtual |
Implements G4VSteppingVerbose.
Definition at line 134 of file ExN02SteppingVerbose.cc.
141 G4cout << std::setw( 5) <<
"Step#" <<
" " 142 << std::setw( 6) <<
"X" <<
" " 143 << std::setw( 6) <<
"Y" <<
" " 144 << std::setw( 6) <<
"Z" <<
" " 145 << std::setw( 9) <<
"KineE" <<
" " 146 << std::setw( 9) <<
"dEStep" <<
" " 147 << std::setw(10) <<
"StepLeng" 148 << std::setw(10) <<
"TrakLeng" 149 << std::setw(10) <<
"Volume" <<
" " 150 << std::setw(10) <<
"Process" <<
G4endl;
152 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " 162 if(
fTrack->GetNextVolume()){
163 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
165 G4cout << std::setw(10) <<
"OutOfWorld";
#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: