57 G4cout << std::setw( 5) <<
"#Step#" <<
" " 58 << std::setw( 6) <<
"X" <<
" " 59 << std::setw( 6) <<
"Y" <<
" " 60 << std::setw( 6) <<
"Z" <<
" " 61 << std::setw( 9) <<
"KineE" <<
" " 62 << std::setw( 9) <<
"dEStep" <<
" " 63 << std::setw(10) <<
"StepLeng" 64 << std::setw(10) <<
"TrakLeng" 65 << std::setw(10) <<
"Volume" <<
" " 66 << std::setw(10) <<
"Process" <<
G4endl;
69 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " 80 if(
fTrack->GetNextVolume() != 0 ) {
81 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
83 G4cout << std::setw(10) <<
"OutOfWorld";
86 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() != NULL){
88 << std::setw(10) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()
101 G4cout <<
" :----- List of 2ndaries - " 102 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot
105 <<
",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
107 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
108 <<
" ---------------" 111 for(
size_t lp1=(*fSecondary).size()-tN2ndariesTot;
112 lp1<(*fSecondary).size(); lp1++){
123 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
127 G4cout <<
" :-----------------------------" 128 <<
"----------------------------------" 129 <<
"-- EndOf2ndaries Info ---------------" 145 G4cout << std::setw( 5) <<
"Step#" <<
" " 146 << std::setw( 6) <<
"X" <<
" " 147 << std::setw( 6) <<
"Y" <<
" " 148 << std::setw( 6) <<
"Z" <<
" " 149 << std::setw( 9) <<
"KineE" <<
" " 150 << std::setw( 9) <<
"dEStep" <<
" " 151 << std::setw(10) <<
"StepLeng" 152 << std::setw(10) <<
"TrakLeng" 153 << std::setw(10) <<
"Volume" <<
" " 154 << std::setw(10) <<
"Process" <<
G4endl;
156 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " 166 if(
fTrack->GetNextVolume()){
167 G4cout << std::setw(10) <<
fTrack->GetVolume()->GetName();
169 G4cout << std::setw(10) <<
"OutOfWorld";
Definition of the LXeSteppingVerbose class.
G4int fN2ndariesPostStepDoIt
virtual ~LXeSteppingVerbose()
virtual void TrackingStarted()
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4int fN2ndariesAlongStepDoIt
G4GLOB_DLL std::ostream G4cout
G4int fN2ndariesAtRestDoIt
G4TrackVector * fSecondary