89 ptProcManager = (*fAtRestDoItVector)[(
G4int)np];
96 ptProcManager = (*fAtRestDoItVector)[(
G4int)np];
106 G4cout <<
" -- List of secondaries generated : "
107 <<
"(x,y,z,kE,t,PID) --" <<
G4endl;
109 lp1<(*fSecondary).size(); ++lp1)
123 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName() <<
G4endl;
285#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
286 G4cout << std::setw( 5) <<
"#TrackID" <<
" "
287 << std::setw( 5) <<
"#Step#" <<
" "
288 << std::setw( 8) <<
"X" <<
" " << std::setw( 8) <<
"Y" <<
" "
289 << std::setw( 8) <<
"Z" <<
" "
290 << std::setw( 9) <<
"KineE" <<
" " << std::setw( 8) <<
"dE" <<
" "
291 << std::setw(12) <<
"StepLeng" <<
" " << std::setw(12) <<
"TrackLeng" <<
" "
292 << std::setw(12) <<
"NextVolume" <<
" " << std::setw( 8) <<
"ProcName" <<
G4endl;
294 G4cout << std::setw( 5) <<
"#TrackID" <<
" "
295 << std::setw( 5) <<
"#Step#" <<
" "
296 << std::setw( 8) <<
"X(mm)" <<
" " << std::setw( 8) <<
"Y(mm)" <<
" "
297 << std::setw( 8) <<
"Z(mm)" <<
" "
298 << std::setw( 9) <<
"KinE(MeV)" <<
" " << std::setw( 8) <<
"dE(MeV)" <<
" "
299 << std::setw( 8) <<
"StepLeng" <<
" " << std::setw( 9) <<
"TrackLeng" <<
" "
300 << std::setw(11) <<
"NextVolume" <<
" " << std::setw( 8) <<
"ProcName" <<
G4endl;
303 G4cout << std::setw(5) <<
fTrack->GetTrackID() <<
" " << std::setw(5)
304 <<
fTrack->GetCurrentStepNumber() <<
" " << std::setw(8)
307 <<
" " << std::setw(8)
310 <<
" " << std::setw(8)
313 <<
" " << std::setw(9)
317 if(
fTrack->GetNextVolume() !=
nullptr)
319 G4cout << std::setw(11) <<
fTrack->GetNextVolume()->GetName() <<
" ";
323 G4cout << std::setw(11) <<
"OutOfWorld" <<
" ";
325 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() !=
nullptr)
328 <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
340 if(tN2ndariesTot > 0)
342 G4cout <<
" :----- List of 2ndaries - " <<
"#SpawnInStep="
343 << std::setw(3) << tN2ndariesTot <<
"(Rest=" << std::setw(2)
347 << std::setw(3) << (*fSecondary).size() <<
" ---------------"
350 for(std::size_t lp1=(*fSecondary).size()-tN2ndariesTot;
351 lp1<(*fSecondary).size(); ++lp1)
363 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName() <<
G4endl;
365 G4cout <<
" :-----------------------------" <<
"----------------------------------"
366 <<
"-- EndOf2ndaries Info ---------------" <<
G4endl;
390#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
391 G4cout << std::setw( 5) <<
"#TrackID" <<
" "
392 << std::setw( 5) <<
"#Step#" <<
" "
393 << std::setw( 8) <<
"X" <<
" " << std::setw( 8) <<
"Y" <<
" "
394 << std::setw( 8) <<
"Z" <<
" "
395 << std::setw( 9) <<
"KineE" <<
" " << std::setw( 8) <<
"dE" <<
" "
396 << std::setw(12) <<
"StepLeng" <<
" " << std::setw(12) <<
"TrackLeng" <<
" "
397 << std::setw(12) <<
"NextVolume" <<
" " << std::setw( 8) <<
"ProcName" <<
G4endl;
399 G4cout << std::setw( 5) <<
"#TrackID" <<
" "
400 << std::setw( 5) <<
"#Step#" <<
" "
401 << std::setw( 8) <<
"X(mm)" <<
" " << std::setw( 8) <<
"Y(mm)" <<
" "
402 << std::setw( 8) <<
"Z(mm)" <<
" "
403 << std::setw( 9) <<
"KinE(MeV)" <<
" " << std::setw( 8) <<
"dE(MeV)" <<
" "
404 << std::setw( 8) <<
"StepLeng" <<
" " << std::setw( 9) <<
"TrackLeng" <<
" "
405 << std::setw(11) <<
"NextVolume" <<
" " << std::setw( 8) <<
"ProcName" <<
G4endl;
408 G4cout << std::setw(5) <<
fTrack->GetTrackID() <<
" " << std::setw(5)
409 <<
fTrack->GetCurrentStepNumber() <<
" " << std::setw(8)
412 <<
" " << std::setw(8)
415 <<
" " << std::setw(8)
422 if(
fTrack->GetNextVolume() !=
nullptr)
424 G4cout << std::setw(11) <<
fTrack->GetNextVolume()->GetName() <<
" ";
428 G4cout << std::setw(11) <<
"OutOfWorld" <<
" ";
430 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() !=
nullptr)
433 <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
444 if(tN2ndariesTot > 0)
446 G4cout <<
" :----- List of 2ndaries - " <<
"#SpawnInStep="
447 << std::setw(3) << tN2ndariesTot <<
"(Rest=" << std::setw(2)
451 << std::setw(3) << (*fSecondary).size() <<
" ---------------"
454 for(std::size_t lp1=(*fSecondary).size()-tN2ndariesTot;
455 lp1<(*fSecondary).size(); ++lp1)
467 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName() <<
G4endl;
469 G4cout <<
" :-----------------------------" <<
"----------------------------------"
470 <<
"-- EndOf2ndaries Info ---------------" <<
G4endl;
769 G4cout <<
" -----------------------------------------------" <<
G4endl;
770 G4cout <<
" G4Track Information " << std::setw(20) <<
G4endl;
771 G4cout <<
" -----------------------------------------------" <<
G4endl;
773 G4cout <<
" Step number : " << std::setw(20)
775#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
776 G4cout <<
" Position - x : " << std::setw(20)
778 G4cout <<
" Position - y : " << std::setw(20)
780 G4cout <<
" Position - z : " << std::setw(20)
782 G4cout <<
" Global Time : " << std::setw(20)
784 G4cout <<
" Local Time : " << std::setw(20)
787 G4cout <<
" Position - x (mm) : " << std::setw(20)
789 G4cout <<
" Position - y (mm) : " << std::setw(20)
791 G4cout <<
" Position - z (mm) : " << std::setw(20)
793 G4cout <<
" Global Time (ns) : " << std::setw(20)
795 G4cout <<
" Local Time (ns) : " << std::setw(20)
798 G4cout <<
" Momentum Direct - x : " << std::setw(20)
800 G4cout <<
" Momentum Direct - y : " << std::setw(20)
802 G4cout <<
" Momentum Direct - z : " << std::setw(20)
804#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
805 G4cout <<
" Kinetic Energy : "
807 G4cout <<
" Kinetic Energy (MeV): "
811 G4cout <<
" Polarization - x : " << std::setw(20)
813 G4cout <<
" Polarization - y : " << std::setw(20)
815 G4cout <<
" Polarization - z : " << std::setw(20)
817 G4cout <<
" Track Length : " << std::setw(20)
819 G4cout <<
" Track ID # : " << std::setw(20)
821 G4cout <<
" Parent Track ID # : " << std::setw(20)
823 G4cout <<
" Next Volume : " << std::setw(20);
824 if(
fTrack->GetNextVolume() !=
nullptr)
830 G4cout <<
"OutOfWorld" <<
" ";
833 G4cout <<
" Track Status : " << std::setw(20);
840 G4cout <<
" StopButAlive";
848 G4cout <<
" KillTrackAndSecondaries";
856 G4cout <<
" PostponeToNextEvent";
859#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
860 G4cout <<
" Vertex - x : " << std::setw(20)
862 G4cout <<
" Vertex - y : " << std::setw(20)
864 G4cout <<
" Vertex - z : " << std::setw(20)
867 G4cout <<
" Vertex - x (mm) : " << std::setw(20)
869 G4cout <<
" Vertex - y (mm) : " << std::setw(20)
871 G4cout <<
" Vertex - z (mm) : " << std::setw(20)
874 G4cout <<
" Vertex - Px (MomDir): " << std::setw(20)
876 G4cout <<
" Vertex - Py (MomDir): " << std::setw(20)
878 G4cout <<
" Vertex - Pz (MomDir): " << std::setw(20)
880#ifdef G4_USE_G4BESTUNIT_FOR_VERBOSE
881 G4cout <<
" Vertex - KineE : "
883 G4cout <<
" Vertex - KineE (MeV): "
888 G4cout <<
" Creator Process : " << std::setw(20);
889 if(
fTrack->GetCreatorProcess() ==
nullptr)
898 G4cout <<
" -----------------------------------------------" <<
G4endl;
931 oldprc =
G4cout.precision(16);
935 G4cout <<
" Step Length (mm) : "
937 G4cout <<
" Energy Deposit (MeV) : " <<
fStep->GetTotalEnergyDeposit()
941 G4cout <<
" -------------------------------------------------------"
942 <<
"----------------" <<
G4endl;
943 G4cout <<
" StepPoint Information " << std::setw(20) <<
"PreStep"
944 << std::setw(20) <<
"PostStep" <<
G4endl;
945 G4cout <<
" -------------------------------------------------------"
946 <<
"----------------" <<
G4endl;
947 G4cout <<
" Position - x (mm) : " << std::setw(20)
948 <<
fStep->GetPreStepPoint()->GetPosition().x() << std::setw(20)
949 <<
fStep->GetPostStepPoint()->GetPosition().x() <<
G4endl;
950 G4cout <<
" Position - y (mm) : " << std::setw(20)
951 <<
fStep->GetPreStepPoint()->GetPosition().y() << std::setw(20)
952 <<
fStep->GetPostStepPoint()->GetPosition().y() <<
G4endl;
953 G4cout <<
" Position - z (mm) : " << std::setw(20)
954 <<
fStep->GetPreStepPoint()->GetPosition().z() << std::setw(20)
955 <<
fStep->GetPostStepPoint()->GetPosition().z() <<
G4endl;
956 G4cout <<
" Global Time (ns) : " << std::setw(20)
957 <<
fStep->GetPreStepPoint()->GetGlobalTime() << std::setw(20)
958 <<
fStep->GetPostStepPoint()->GetGlobalTime() <<
G4endl;
959 G4cout <<
" Local Time (ns) : " << std::setw(20)
960 <<
fStep->GetPreStepPoint()->GetLocalTime() << std::setw(20)
961 <<
fStep->GetPostStepPoint()->GetLocalTime() <<
G4endl;
962 G4cout <<
" Proper Time (ns) : " << std::setw(20)
963 <<
fStep->GetPreStepPoint()->GetProperTime() << std::setw(20)
964 <<
fStep->GetPostStepPoint()->GetProperTime() <<
G4endl;
965 G4cout <<
" Momentum Direct - x : " << std::setw(20)
966 <<
fStep->GetPreStepPoint()->GetMomentumDirection().x()
968 <<
fStep->GetPostStepPoint()->GetMomentumDirection().x() <<
G4endl;
969 G4cout <<
" Momentum Direct - y : " << std::setw(20)
970 <<
fStep->GetPreStepPoint()->GetMomentumDirection().y()
972 <<
fStep->GetPostStepPoint()->GetMomentumDirection().y() <<
G4endl;
973 G4cout <<
" Momentum Direct - z : " << std::setw(20)
974 <<
fStep->GetPreStepPoint()->GetMomentumDirection().z()
976 <<
fStep->GetPostStepPoint()->GetMomentumDirection().z() <<
G4endl;
977 G4cout <<
" Momentum - x (MeV/c): " << std::setw(20)
978 <<
fStep->GetPreStepPoint()->GetMomentum().x() << std::setw(20)
979 <<
fStep->GetPostStepPoint()->GetMomentum().x() <<
G4endl;
980 G4cout <<
" Momentum - y (MeV/c): " << std::setw(20)
981 <<
fStep->GetPreStepPoint()->GetMomentum().y() << std::setw(20)
982 <<
fStep->GetPostStepPoint()->GetMomentum().y() <<
G4endl;
983 G4cout <<
" Momentum - z (MeV/c): " << std::setw(20)
984 <<
fStep->GetPreStepPoint()->GetMomentum().z() << std::setw(20)
985 <<
fStep->GetPostStepPoint()->GetMomentum().z() <<
G4endl;
986 G4cout <<
" Total Energy (MeV) : " << std::setw(20)
987 <<
fStep->GetPreStepPoint()->GetTotalEnergy() << std::setw(20)
988 <<
fStep->GetPostStepPoint()->GetTotalEnergy() <<
G4endl;
989 G4cout <<
" Kinetic Energy (MeV): " << std::setw(20)
990 <<
fStep->GetPreStepPoint()->GetKineticEnergy() << std::setw(20)
991 <<
fStep->GetPostStepPoint()->GetKineticEnergy() <<
G4endl;
992 G4cout <<
" Velocity (mm/ns) : " << std::setw(20)
993 <<
fStep->GetPreStepPoint()->GetVelocity() << std::setw(20)
994 <<
fStep->GetPostStepPoint()->GetVelocity() <<
G4endl;
995 G4cout <<
" Volume Name : " << std::setw(20)
996 <<
fStep->GetPreStepPoint()->GetPhysicalVolume()->GetName();
997 if(
fStep->GetPostStepPoint()->GetPhysicalVolume() !=
nullptr)
999 volName =
fStep->GetPostStepPoint()->GetPhysicalVolume()->GetName();
1003 volName =
"OutOfWorld";
1006 G4cout <<
" Safety (mm) : " << std::setw(20)
1007 <<
fStep->GetPreStepPoint()->GetSafety() << std::setw(20)
1008 <<
fStep->GetPostStepPoint()->GetSafety() <<
G4endl;
1009 G4cout <<
" Polarization - x : " << std::setw(20)
1010 <<
fStep->GetPreStepPoint()->GetPolarization().x() << std::setw(20)
1011 <<
fStep->GetPostStepPoint()->GetPolarization().x() <<
G4endl;
1012 G4cout <<
" Polarization - y : " << std::setw(20)
1013 <<
fStep->GetPreStepPoint()->GetPolarization().y() << std::setw(20)
1014 <<
fStep->GetPostStepPoint()->GetPolarization().y() <<
G4endl;
1015 G4cout <<
" Polarization - Z : " << std::setw(20)
1016 <<
fStep->GetPreStepPoint()->GetPolarization().z() << std::setw(20)
1017 <<
fStep->GetPostStepPoint()->GetPolarization().z() <<
G4endl;
1018 G4cout <<
" Weight : " << std::setw(20)
1019 <<
fStep->GetPreStepPoint()->GetWeight() << std::setw(20)
1020 <<
fStep->GetPostStepPoint()->GetWeight() <<
G4endl;
1021 G4cout <<
" Step Status : ";
1025 G4cout << std::setw(20) <<
"Geom Limit";
1029 G4cout << std::setw(20) <<
"AlongStep Proc.";
1033 G4cout << std::setw(20) <<
"PostStep Proc";
1037 G4cout << std::setw(20) <<
"AtRest Proc";
1041 G4cout << std::setw(20) <<
"Undefined";
1044 tStepStatus =
fStep->GetPostStepPoint()->GetStepStatus();
1047 G4cout << std::setw(20) <<
"Geom Limit";
1051 G4cout << std::setw(20) <<
"AlongStep Proc.";
1055 G4cout << std::setw(20) <<
"PostStep Proc";
1059 G4cout << std::setw(20) <<
"AtRest Proc";
1063 G4cout << std::setw(20) <<
"Undefined";
1067 G4cout <<
" Process defined Step: ";
1068 if(
fStep->GetPreStepPoint()->GetProcessDefinedStep() ==
nullptr)
1070 G4cout << std::setw(20) <<
"Undefined";
1076 <<
fStep->GetPreStepPoint()->GetProcessDefinedStep()->GetProcessName();
1078 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() ==
nullptr)
1080 G4cout << std::setw(20) <<
"Undefined";
1086 <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
1088 G4cout.precision(oldprc);
1091 G4cout <<
" -------------------------------------------------------"
1092 <<
"----------------" <<
G4endl;
const G4String & GetParticleName() const
virtual G4VPhysicalVolume * GetVolume(G4int depth=0) const
virtual G4int GetReplicaNumber(G4int depth=0) const