73 G4cout << std::setw(5) <<
"Step#"
74 <<
" " << std::setw(fprec + 3) <<
"X"
75 <<
" " << std::setw(fprec + 3) <<
"Y"
76 <<
" " << std::setw(fprec + 3) <<
"Z"
77 <<
" " << std::setw(fprec + 6) <<
"KineE"
78 <<
" " << std::setw(fprec + 10) <<
"dEStep"
79 <<
" " << std::setw(fprec + 7) <<
"StepLeng" << std::setw(fprec + 7) <<
"TrakLeng"
80 << std::setw(10) <<
"Volume"
81 <<
" " << std::setw(10) <<
"Process" <<
G4endl;
83 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " << std::setw(fprec + 3)
88 <<
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy") << std::setw(fprec + 3)
91 <<
fTrack->GetVolume()->GetName() << std::setw(9) <<
" initStep" <<
G4endl;
107 G4cout << std::setw(5) <<
"#Step#"
108 <<
" " << std::setw(fprec + 3) <<
"X"
109 <<
" " << std::setw(fprec + 3) <<
"Y"
110 <<
" " << std::setw(fprec + 3) <<
"Z"
111 <<
" " << std::setw(fprec + 6) <<
"KineE"
112 <<
" " << std::setw(fprec + 10) <<
"dEStep"
113 <<
" " << std::setw(fprec + 7) <<
"StepLeng" << std::setw(fprec + 7) <<
"TrakLeng"
114 << std::setw(10) <<
"Volume"
115 <<
" " << std::setw(10) <<
"Process" <<
G4endl;
118 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " << std::setw(fprec + 3)
123 <<
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy") << std::setw(fprec + 3)
124 <<
G4BestUnit(
fStep->GetStepLength(),
"Length") << std::setw(fprec + 3)
126 <<
fTrack->GetVolume()->GetName();
128 const G4VProcess* process =
fStep->GetPostStepPoint()->GetProcessDefinedStep();
132 G4cout <<
" " << std::setw(9) << procName;
136 const std::vector<const G4Track*>* secondary =
fStep->GetSecondaryInCurrentStep();
137 if (! secondary->empty()) {
138 G4cout <<
"\n :----- List of secondaries ----------------" <<
G4endl;
140 for (
auto lp : *secondary) {
141 G4cout <<
" " << std::setw(13) << lp->GetDefinition()->GetParticleName()
142 <<
": energy =" << std::setw(6) <<
G4BestUnit(lp->GetKineticEnergy(),
"Energy")
143 <<
" time =" << std::setw(6) <<
G4BestUnit(lp->GetGlobalTime(),
"Time");
147 G4cout <<
" :------------------------------------------\n" <<
G4endl;
151 G4cout.precision(oldprec);
460 G4cout <<
" -----------------------------------------------" <<
G4endl;
461 G4cout <<
" G4Track Information " << std::setw(20) <<
G4endl;
462 G4cout <<
" -----------------------------------------------" <<
G4endl;
464 G4cout <<
" Step number : " << std::setw(20) <<
fTrack->GetCurrentStepNumber()
466 G4cout <<
" Position - x : " << std::setw(20)
468 G4cout <<
" Position - y : " << std::setw(20)
470 G4cout <<
" Position - z : " << std::setw(20)
472 G4cout <<
" Global Time : " << std::setw(20)
474 G4cout <<
" Local Time : " << std::setw(20)
476 G4cout <<
" Momentum Direct - x : " << std::setw(20) <<
fTrack->GetMomentumDirection().x()
478 G4cout <<
" Momentum Direct - y : " << std::setw(20) <<
fTrack->GetMomentumDirection().y()
480 G4cout <<
" Momentum Direct - z : " << std::setw(20) <<
fTrack->GetMomentumDirection().z()
482 G4cout <<
" Kinetic Energy : " << std::setw(20)
484 G4cout <<
" Polarization - x : " << std::setw(20) <<
fTrack->GetPolarization().x()
486 G4cout <<
" Polarization - y : " << std::setw(20) <<
fTrack->GetPolarization().y()
488 G4cout <<
" Polarization - z : " << std::setw(20) <<
fTrack->GetPolarization().z()
490 G4cout <<
" Track Length : " << std::setw(20)
493 G4cout <<
" Parent Track ID # : " << std::setw(20) <<
fTrack->GetParentID() <<
G4endl;
494 G4cout <<
" Next Volume : " << std::setw(20);
495 if (
fTrack->GetNextVolume() !=
nullptr)
501 G4cout <<
" Track Status : " << std::setw(20);
505 G4cout <<
" StopButAlive";
509 G4cout <<
" KillTrackAndSecondaries";
513 G4cout <<
" PostponeToNextEvent";
515 G4cout <<
" Vertex - x : " << std::setw(20)
517 G4cout <<
" Vertex - y : " << std::setw(20)
519 G4cout <<
" Vertex - z : " << std::setw(20)
521 G4cout <<
" Vertex - Px (MomDir): " << std::setw(20)
523 G4cout <<
" Vertex - Py (MomDir): " << std::setw(20)
525 G4cout <<
" Vertex - Pz (MomDir): " << std::setw(20)
527 G4cout <<
" Vertex - KineE : " << std::setw(20)
530 G4cout <<
" Creator Process : " << std::setw(20);
531 if (
fTrack->GetCreatorProcess() ==
nullptr)
536 G4cout <<
" -----------------------------------------------" <<
G4endl;
537 G4cout.precision(oldprec);
560 G4cout <<
" Step Length : "
566 G4cout <<
" -------------------------------------------------------"
567 <<
"----------------" <<
G4endl;
568 G4cout <<
" StepPoint Information " << std::setw(20) <<
"PreStep" << std::setw(20)
570 G4cout <<
" -------------------------------------------------------"
571 <<
"----------------" <<
G4endl;
572 G4cout <<
" Position - x : " << std::setw(17)
573 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetPosition().x(),
"Length") << std::setw(17)
575 G4cout <<
" Position - y : " << std::setw(17)
576 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetPosition().y(),
"Length") << std::setw(17)
578 G4cout <<
" Position - z : " << std::setw(17)
579 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetPosition().z(),
"Length") << std::setw(17)
581 G4cout <<
" Global Time : " << std::setw(17)
582 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetGlobalTime(),
"Time") << std::setw(17)
584 G4cout <<
" Local Time : " << std::setw(17)
585 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetLocalTime(),
"Time") << std::setw(17)
587 G4cout <<
" Proper Time : " << std::setw(17)
588 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetProperTime(),
"Time") << std::setw(17)
590 G4cout <<
" Momentum Direct - x : " << std::setw(20)
591 <<
fStep->GetPreStepPoint()->GetMomentumDirection().x() << std::setw(20)
592 <<
fStep->GetPostStepPoint()->GetMomentumDirection().x() <<
G4endl;
593 G4cout <<
" Momentum Direct - y : " << std::setw(20)
594 <<
fStep->GetPreStepPoint()->GetMomentumDirection().y() << std::setw(20)
595 <<
fStep->GetPostStepPoint()->GetMomentumDirection().y() <<
G4endl;
596 G4cout <<
" Momentum Direct - z : " << std::setw(20)
597 <<
fStep->GetPreStepPoint()->GetMomentumDirection().z() << std::setw(20)
598 <<
fStep->GetPostStepPoint()->GetMomentumDirection().z() <<
G4endl;
599 G4cout <<
" Momentum - x : " << std::setw(14)
600 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetMomentum().x(),
"Momentum") << std::setw(14)
602 G4cout <<
" Momentum - y : " << std::setw(14)
603 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetMomentum().y(),
"Momentum") << std::setw(14)
605 G4cout <<
" Momentum - z : " << std::setw(14)
606 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetMomentum().z(),
"Momentum") << std::setw(14)
608 G4cout <<
" Total Energy : " << std::setw(16)
609 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetTotalEnergy(),
"Energy") << std::setw(16)
611 G4cout <<
" Kinetic Energy : " << std::setw(16)
612 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetKineticEnergy(),
"Energy") << std::setw(16)
614 G4cout <<
" Velocity : " << std::setw(14)
615 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetVelocity(),
"Velocity") << std::setw(14)
617 G4cout <<
" Volume Name : " << std::setw(20)
618 <<
fStep->GetPreStepPoint()->GetPhysicalVolume()->GetName();
620 if (
fStep->GetPostStepPoint()->GetPhysicalVolume() !=
nullptr)
621 volName =
fStep->GetPostStepPoint()->GetPhysicalVolume()->GetName();
623 G4cout <<
" Safety : " << std::setw(17)
624 <<
G4BestUnit(
fStep->GetPreStepPoint()->GetSafety(),
"Length") << std::setw(17)
626 G4cout <<
" Polarization - x : " << std::setw(20)
627 <<
fStep->GetPreStepPoint()->GetPolarization().x() << std::setw(20)
628 <<
fStep->GetPostStepPoint()->GetPolarization().x() <<
G4endl;
629 G4cout <<
" Polarization - y : " << std::setw(20)
630 <<
fStep->GetPreStepPoint()->GetPolarization().y() << std::setw(20)
631 <<
fStep->GetPostStepPoint()->GetPolarization().y() <<
G4endl;
632 G4cout <<
" Polarization - Z : " << std::setw(20)
633 <<
fStep->GetPreStepPoint()->GetPolarization().z() << std::setw(20)
634 <<
fStep->GetPostStepPoint()->GetPolarization().z() <<
G4endl;
635 G4cout <<
" Weight : " << std::setw(20)
636 <<
fStep->GetPreStepPoint()->GetWeight() << std::setw(20)
637 <<
fStep->GetPostStepPoint()->GetWeight() <<
G4endl;
638 G4cout <<
" Step Status : ";
641 G4cout << std::setw(20) <<
"Geom Limit";
644 G4cout << std::setw(20) <<
"AlongStep Proc.";
647 G4cout << std::setw(20) <<
"PostStep Proc";
650 G4cout << std::setw(20) <<
"AtRest Proc";
653 G4cout << std::setw(20) <<
"Undefined";
656 tStepStatus =
fStep->GetPostStepPoint()->GetStepStatus();
658 G4cout << std::setw(20) <<
"Geom Limit";
661 G4cout << std::setw(20) <<
"AlongStep Proc.";
664 G4cout << std::setw(20) <<
"PostStep Proc";
667 G4cout << std::setw(20) <<
"AtRest Proc";
670 G4cout << std::setw(20) <<
"Undefined";
674 G4cout <<
" Process defined Step: ";
675 if (
fStep->GetPreStepPoint()->GetProcessDefinedStep() ==
nullptr) {
676 G4cout << std::setw(20) <<
"Undefined";
679 G4cout << std::setw(20) <<
fStep->GetPreStepPoint()->GetProcessDefinedStep()->GetProcessName();
681 if (
fStep->GetPostStepPoint()->GetProcessDefinedStep() ==
nullptr) {
682 G4cout << std::setw(20) <<
"Undefined";
685 G4cout << std::setw(20) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
690 G4cout <<
" -------------------------------------------------------"
691 <<
"----------------" <<
G4endl;