74 ptProcManager = (*fAtRestDoItVector)[(
G4int)np];
80 ptProcManager = (*fAtRestDoItVector)[(
G4int)np];
88 G4cout <<
" -- List of secondaries generated : "
89 <<
"(x,y,z,kE,t,PID) --" <<
G4endl;
91 lp1 < (*fSecondary).size(); ++lp1)
93 G4cout <<
" " << std::setw(9)
99 << std::setw(18) << (*fSecondary)[lp1]->GetDefinition()->GetParticleName() <<
G4endl;
231#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
232 G4cout << std::setw(5) <<
"#Step#"
233 <<
" " << std::setw(8) <<
"X"
234 <<
" " << std::setw(8) <<
"Y"
235 <<
" " << std::setw(8) <<
"Z"
236 <<
" " << std::setw(9) <<
"KineE"
237 <<
" " << std::setw(8) <<
"dE"
238 <<
" " << std::setw(12) <<
"StepLeng"
239 <<
" " << std::setw(12) <<
"TrackLeng"
240 <<
" " << std::setw(12) <<
"NextVolume"
241 <<
" " << std::setw(8) <<
"ProcName" <<
G4endl;
243 G4cout << std::setw(5) <<
"#Step#"
244 <<
" " << std::setw(8) <<
"X(mm)"
245 <<
" " << std::setw(8) <<
"Y(mm)"
246 <<
" " << std::setw(8) <<
"Z(mm)"
247 <<
" " << std::setw(9) <<
"KinE(MeV)"
248 <<
" " << std::setw(8) <<
"dE(MeV)"
249 <<
" " << std::setw(8) <<
"StepLeng"
250 <<
" " << std::setw(9) <<
"TrackLeng"
251 <<
" " << std::setw(11) <<
"NextVolume"
252 <<
" " << std::setw(8) <<
"ProcName" <<
G4endl;
255 G4cout << std::setw(5) <<
fTrack->GetCurrentStepNumber() <<
" " << std::setw(8)
260 <<
G4BestUnit(
fStep->GetTotalEnergyDeposit(),
"Energy") <<
" " << std::setw(8)
264 if (
fTrack->GetNextVolume() !=
nullptr) {
265 G4cout << std::setw(11) <<
fTrack->GetNextVolume()->GetName() <<
" ";
268 G4cout << std::setw(11) <<
"OutOfWorld"
271 if (
fStep->GetPostStepPoint()->GetProcessDefinedStep() !=
nullptr) {
272 G4cout <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
280 if (tN2ndariesTot > 0) {
281 G4cout <<
" :----- List of 2ndaries - "
282 <<
"#SpawnInStep=" << std::setw(3) << tN2ndariesTot <<
"(Rest=" << std::setw(2)
285 <<
"#SpawnTotal=" << std::setw(3) << (*fSecondary).size() <<
" ---------------"
288 for (std::size_t lp1 = (*fSecondary).size() - tN2ndariesTot; lp1 < (*fSecondary).size();
291 G4cout <<
" : " << std::setw(9)
294 <<
" " << std::setw(9)
297 <<
" " << std::setw(18) << (*fSecondary)[lp1]->GetDefinition()->GetParticleName()
300 G4cout <<
" :-----------------------------"
301 <<
"----------------------------------"
302 <<
"-- EndOf2ndaries Info ---------------" <<
G4endl;
549 G4cout <<
" -----------------------------------------------" <<
G4endl;
550 G4cout <<
" G4Track Information " << std::setw(20) <<
G4endl;
551 G4cout <<
" -----------------------------------------------" <<
G4endl;
553 G4cout <<
" Step number : " << std::setw(20) <<
fTrack->GetCurrentStepNumber()
555#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
556 G4cout <<
" Position - x : " << std::setw(20)
558 G4cout <<
" Position - y : " << std::setw(20)
560 G4cout <<
" Position - z : " << std::setw(20)
562 G4cout <<
" Global Time : " << std::setw(20)
564 G4cout <<
" Local Time : " << std::setw(20)
567 G4cout <<
" Position - x (mm) : " << std::setw(20) <<
fTrack->GetPosition().x() / mm
569 G4cout <<
" Position - y (mm) : " << std::setw(20) <<
fTrack->GetPosition().y() / mm
571 G4cout <<
" Position - z (mm) : " << std::setw(20) <<
fTrack->GetPosition().z() / mm
573 G4cout <<
" Global Time (ns) : " << std::setw(20) <<
fTrack->GetGlobalTime() /
ns
575 G4cout <<
" Local Time (ns) : " << std::setw(20) <<
fTrack->GetLocalTime() /
ns
578 G4cout <<
" Momentum Direct - x : " << std::setw(20) <<
fTrack->GetMomentumDirection().x()
580 G4cout <<
" Momentum Direct - y : " << std::setw(20) <<
fTrack->GetMomentumDirection().y()
582 G4cout <<
" Momentum Direct - z : " << std::setw(20) <<
fTrack->GetMomentumDirection().z()
584#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
585 G4cout <<
" Kinetic Energy : "
587 G4cout <<
" Kinetic Energy (MeV): "
590 G4cout <<
" Polarization - x : " << std::setw(20) <<
fTrack->GetPolarization().x()
592 G4cout <<
" Polarization - y : " << std::setw(20) <<
fTrack->GetPolarization().y()
594 G4cout <<
" Polarization - z : " << std::setw(20) <<
fTrack->GetPolarization().z()
596 G4cout <<
" Track Length : " << std::setw(20)
599 G4cout <<
" Parent Track ID # : " << std::setw(20) <<
fTrack->GetParentID() <<
G4endl;
600 G4cout <<
" Next Volume : " << std::setw(20);
601 if (
fTrack->GetNextVolume() !=
nullptr) {
609 G4cout <<
" Track Status : " << std::setw(20);
614 G4cout <<
" StopButAlive";
620 G4cout <<
" KillTrackAndSecondaries";
626 G4cout <<
" PostponeToNextEvent";
629#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
630 G4cout <<
" Vertex - x : " << std::setw(20)
632 G4cout <<
" Vertex - y : " << std::setw(20)
634 G4cout <<
" Vertex - z : " << std::setw(20)
637 G4cout <<
" Vertex - x (mm) : " << std::setw(20)
639 G4cout <<
" Vertex - y (mm) : " << std::setw(20)
641 G4cout <<
" Vertex - z (mm) : " << std::setw(20)
644 G4cout <<
" Vertex - Px (MomDir): " << std::setw(20)
646 G4cout <<
" Vertex - Py (MomDir): " << std::setw(20)
648 G4cout <<
" Vertex - Pz (MomDir): " << std::setw(20)
650#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
651 G4cout <<
" Vertex - KineE : "
653 G4cout <<
" Vertex - KineE (MeV): "
657 G4cout <<
" Creator Process : " << std::setw(20);
658 if (
fTrack->GetCreatorProcess() ==
nullptr) {
665 G4cout <<
" -----------------------------------------------" <<
G4endl;
695 oldprc =
G4cout.precision(16);
699 G4cout <<
" Step Length (mm) : " <<
fStep->GetTrack()->GetStepLength() <<
G4endl;
700 G4cout <<
" Energy Deposit (MeV) : " <<
fStep->GetTotalEnergyDeposit() <<
G4endl;
703 G4cout <<
" -------------------------------------------------------"
704 <<
"----------------" <<
G4endl;
705 G4cout <<
" StepPoint Information " << std::setw(20) <<
"PreStep" << std::setw(20)
707 G4cout <<
" -------------------------------------------------------"
708 <<
"----------------" <<
G4endl;
709 G4cout <<
" Position - x (mm) : " << std::setw(20)
710 <<
fStep->GetPreStepPoint()->GetPosition().x() << std::setw(20)
711 <<
fStep->GetPostStepPoint()->GetPosition().x() <<
G4endl;
712 G4cout <<
" Position - y (mm) : " << std::setw(20)
713 <<
fStep->GetPreStepPoint()->GetPosition().y() << std::setw(20)
714 <<
fStep->GetPostStepPoint()->GetPosition().y() <<
G4endl;
715 G4cout <<
" Position - z (mm) : " << std::setw(20)
716 <<
fStep->GetPreStepPoint()->GetPosition().z() << std::setw(20)
717 <<
fStep->GetPostStepPoint()->GetPosition().z() <<
G4endl;
718 G4cout <<
" Global Time (ns) : " << std::setw(20)
719 <<
fStep->GetPreStepPoint()->GetGlobalTime() << std::setw(20)
720 <<
fStep->GetPostStepPoint()->GetGlobalTime() <<
G4endl;
721 G4cout <<
" Local Time (ns) : " << std::setw(20)
722 <<
fStep->GetPreStepPoint()->GetLocalTime() << std::setw(20)
723 <<
fStep->GetPostStepPoint()->GetLocalTime() <<
G4endl;
724 G4cout <<
" Proper Time (ns) : " << std::setw(20)
725 <<
fStep->GetPreStepPoint()->GetProperTime() << std::setw(20)
726 <<
fStep->GetPostStepPoint()->GetProperTime() <<
G4endl;
727 G4cout <<
" Momentum Direct - x : " << std::setw(20)
728 <<
fStep->GetPreStepPoint()->GetMomentumDirection().x() << std::setw(20)
729 <<
fStep->GetPostStepPoint()->GetMomentumDirection().x() <<
G4endl;
730 G4cout <<
" Momentum Direct - y : " << std::setw(20)
731 <<
fStep->GetPreStepPoint()->GetMomentumDirection().y() << std::setw(20)
732 <<
fStep->GetPostStepPoint()->GetMomentumDirection().y() <<
G4endl;
733 G4cout <<
" Momentum Direct - z : " << std::setw(20)
734 <<
fStep->GetPreStepPoint()->GetMomentumDirection().z() << std::setw(20)
735 <<
fStep->GetPostStepPoint()->GetMomentumDirection().z() <<
G4endl;
736 G4cout <<
" Momentum - x (MeV/c): " << std::setw(20)
737 <<
fStep->GetPreStepPoint()->GetMomentum().x() << std::setw(20)
738 <<
fStep->GetPostStepPoint()->GetMomentum().x() <<
G4endl;
739 G4cout <<
" Momentum - y (MeV/c): " << std::setw(20)
740 <<
fStep->GetPreStepPoint()->GetMomentum().y() << std::setw(20)
741 <<
fStep->GetPostStepPoint()->GetMomentum().y() <<
G4endl;
742 G4cout <<
" Momentum - z (MeV/c): " << std::setw(20)
743 <<
fStep->GetPreStepPoint()->GetMomentum().z() << std::setw(20)
744 <<
fStep->GetPostStepPoint()->GetMomentum().z() <<
G4endl;
745 G4cout <<
" Total Energy (MeV) : " << std::setw(20)
746 <<
fStep->GetPreStepPoint()->GetTotalEnergy() << std::setw(20)
747 <<
fStep->GetPostStepPoint()->GetTotalEnergy() <<
G4endl;
748 G4cout <<
" Kinetic Energy (MeV): " << std::setw(20)
749 <<
fStep->GetPreStepPoint()->GetKineticEnergy() << std::setw(20)
750 <<
fStep->GetPostStepPoint()->GetKineticEnergy() <<
G4endl;
751 G4cout <<
" Velocity (mm/ns) : " << std::setw(20)
752 <<
fStep->GetPreStepPoint()->GetVelocity() << std::setw(20)
753 <<
fStep->GetPostStepPoint()->GetVelocity() <<
G4endl;
754 G4cout <<
" Volume Name : " << std::setw(20)
755 <<
fStep->GetPreStepPoint()->GetPhysicalVolume()->GetName();
756 if (
fStep->GetPostStepPoint()->GetPhysicalVolume() !=
nullptr) {
757 volName =
fStep->GetPostStepPoint()->GetPhysicalVolume()->GetName();
760 volName =
"OutOfWorld";
763 G4cout <<
" Safety (mm) : " << std::setw(20)
764 <<
fStep->GetPreStepPoint()->GetSafety() << std::setw(20)
765 <<
fStep->GetPostStepPoint()->GetSafety() <<
G4endl;
766 G4cout <<
" Polarization - x : " << std::setw(20)
767 <<
fStep->GetPreStepPoint()->GetPolarization().x() << std::setw(20)
768 <<
fStep->GetPostStepPoint()->GetPolarization().x() <<
G4endl;
769 G4cout <<
" Polarization - y : " << std::setw(20)
770 <<
fStep->GetPreStepPoint()->GetPolarization().y() << std::setw(20)
771 <<
fStep->GetPostStepPoint()->GetPolarization().y() <<
G4endl;
772 G4cout <<
" Polarization - Z : " << std::setw(20)
773 <<
fStep->GetPreStepPoint()->GetPolarization().z() << std::setw(20)
774 <<
fStep->GetPostStepPoint()->GetPolarization().z() <<
G4endl;
775 G4cout <<
" Weight : " << std::setw(20)
776 <<
fStep->GetPreStepPoint()->GetWeight() << std::setw(20)
777 <<
fStep->GetPostStepPoint()->GetWeight() <<
G4endl;
778 G4cout <<
" Step Status : ";
781 G4cout << std::setw(20) <<
"Geom Limit";
784 G4cout << std::setw(20) <<
"AlongStep Proc.";
787 G4cout << std::setw(20) <<
"PostStep Proc";
790 G4cout << std::setw(20) <<
"AtRest Proc";
793 G4cout << std::setw(20) <<
"Undefined";
796 tStepStatus =
fStep->GetPostStepPoint()->GetStepStatus();
798 G4cout << std::setw(20) <<
"Geom Limit";
801 G4cout << std::setw(20) <<
"AlongStep Proc.";
804 G4cout << std::setw(20) <<
"PostStep Proc";
807 G4cout << std::setw(20) <<
"AtRest Proc";
810 G4cout << std::setw(20) <<
"Undefined";
814 G4cout <<
" Process defined Step: ";
815 if (
fStep->GetPreStepPoint()->GetProcessDefinedStep() ==
nullptr) {
816 G4cout << std::setw(20) <<
"Undefined";
819 G4cout << std::setw(20) <<
fStep->GetPreStepPoint()->GetProcessDefinedStep()->GetProcessName();
821 if (
fStep->GetPostStepPoint()->GetProcessDefinedStep() ==
nullptr) {
822 G4cout << std::setw(20) <<
"Undefined";
825 G4cout << std::setw(20) <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
830 G4cout <<
" -------------------------------------------------------"
831 <<
"----------------" <<
G4endl;