#include <F02SteppingVerbose.hh>
Definition at line 59 of file F02SteppingVerbose.hh.
F02SteppingVerbose::F02SteppingVerbose |
( |
| ) |
|
F02SteppingVerbose::~F02SteppingVerbose |
( |
| ) |
|
|
virtual |
void F02SteppingVerbose::StepInfo |
( |
| ) |
|
|
virtual |
Implements G4VSteppingVerbose.
Definition at line 54 of file F02SteppingVerbose.cc.
64 G4cout << std::setw( 5) <<
"#Step#" <<
" "
65 << std::setw( 6) <<
"X" <<
" "
66 << std::setw( 6) <<
"Y" <<
" "
67 << std::setw( 6) <<
"Z" <<
" "
68 << std::setw( 9) <<
"KineE" <<
" "
69 << std::setw( 9) <<
"dEStep" <<
" "
70 << std::setw(10) <<
"StepLeng"
71 << std::setw(10) <<
"TrakLeng"
72 << std::setw(10) <<
"NextVolu"
73 << std::setw(10) <<
"Process" <<
G4endl;
88 G4cout << std::setw(10) <<
"OutOfWorld";
106 G4cout <<
" :----- List of 2ndaries - "
107 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
110 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
112 <<
" ---------------"
114 G4cout <<
" :-----------------------------"
115 <<
"----------------------------------"
116 <<
"-- EndOf2ndaries Info ---------------"
G4int fN2ndariesPostStepDoIt
G4double GetStepLength() const
const G4ThreeVector & GetPosition() const
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4int fN2ndariesAlongStepDoIt
G4VPhysicalVolume * GetNextVolume() const
G4double GetKineticEnergy() const
G4GLOB_DLL std::ostream G4cout
G4int fN2ndariesAtRestDoIt
G4int GetCurrentStepNumber() const
const G4String & GetName() const
const G4String & GetProcessName() const
G4double GetTotalEnergyDeposit() const
G4double GetTrackLength() const
const G4VProcess * GetProcessDefinedStep() const
G4StepPoint * GetPostStepPoint() const
void F02SteppingVerbose::TrackingStarted |
( |
| ) |
|
|
virtual |
Implements G4VSteppingVerbose.
Definition at line 127 of file F02SteppingVerbose.cc.
133 G4cout << std::setw( 5) <<
"Step#" <<
" "
134 << std::setw( 6) <<
"X" <<
" "
135 << std::setw( 6) <<
"Y" <<
" "
136 << std::setw( 6) <<
"Z" <<
" "
137 << std::setw( 9) <<
"KineE" <<
" "
138 << std::setw( 9) <<
"dEStep" <<
" "
139 << std::setw(10) <<
"StepLeng"
140 << std::setw(10) <<
"TrakLeng"
141 << std::setw(10) <<
"NextVolu"
142 << std::setw(10) <<
"Process" <<
G4endl;
156 G4cout << std::setw(10) <<
"OutOfWorld" <<
" ";
G4double GetStepLength() const
const G4ThreeVector & GetPosition() const
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4VPhysicalVolume * GetNextVolume() const
G4double GetKineticEnergy() const
G4GLOB_DLL std::ostream G4cout
G4int GetCurrentStepNumber() const
const G4String & GetName() const
G4double GetTotalEnergyDeposit() const
G4double GetTrackLength() const
The documentation for this class was generated from the following files: