919{
921 {
922 return;
923 }
924
925 G4String volName;
927
928
931 oldprc =
G4cout.precision(16);
932
933
935 G4cout <<
" Step Length (mm) : "
937 G4cout <<
" Energy Deposit (MeV) : " <<
fStep->GetTotalEnergyDeposit()
939
940
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()
967 << std::setw(20)
968 <<
fStep->GetPostStepPoint()->GetMomentumDirection().x() <<
G4endl;
969 G4cout <<
" Momentum Direct - y : " << std::setw(20)
970 <<
fStep->GetPreStepPoint()->GetMomentumDirection().y()
971 << std::setw(20)
972 <<
fStep->GetPostStepPoint()->GetMomentumDirection().y() <<
G4endl;
973 G4cout <<
" Momentum Direct - z : " << std::setw(20)
974 <<
fStep->GetPreStepPoint()->GetMomentumDirection().z()
975 << std::setw(20)
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)
998 {
999 volName =
fStep->GetPostStepPoint()->GetPhysicalVolume()->GetName();
1000 }
1001 else
1002 {
1003 volName = "OutOfWorld";
1004 }
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 : ";
1024 {
1025 G4cout << std::setw(20) <<
"Geom Limit";
1026 }
1028 {
1029 G4cout << std::setw(20) <<
"AlongStep Proc.";
1030 }
1032 {
1033 G4cout << std::setw(20) <<
"PostStep Proc";
1034 }
1036 {
1037 G4cout << std::setw(20) <<
"AtRest Proc";
1038 }
1040 {
1041 G4cout << std::setw(20) <<
"Undefined";
1042 }
1043
1044 tStepStatus =
fStep->GetPostStepPoint()->GetStepStatus();
1046 {
1047 G4cout << std::setw(20) <<
"Geom Limit";
1048 }
1050 {
1051 G4cout << std::setw(20) <<
"AlongStep Proc.";
1052 }
1054 {
1055 G4cout << std::setw(20) <<
"PostStep Proc";
1056 }
1058 {
1059 G4cout << std::setw(20) <<
"AtRest Proc";
1060 }
1062 {
1063 G4cout << std::setw(20) <<
"Undefined";
1064 }
1065
1067 G4cout <<
" Process defined Step: ";
1068 if(
fStep->GetPreStepPoint()->GetProcessDefinedStep() ==
nullptr)
1069 {
1070 G4cout << std::setw(20) <<
"Undefined";
1071 }
1072 else
1073 {
1075 << std::setw(20)
1076 <<
fStep->GetPreStepPoint()->GetProcessDefinedStep()->GetProcessName();
1077 }
1078 if(
fStep->GetPostStepPoint()->GetProcessDefinedStep() ==
nullptr)
1079 {
1080 G4cout << std::setw(20) <<
"Undefined";
1081 }
1082 else
1083 {
1085 << std::setw(20)
1086 <<
fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName();
1087 }
1088 G4cout.precision(oldprc);
1089
1091 G4cout <<
" -------------------------------------------------------"
1092 <<
"----------------" <<
G4endl;
1093}