54 if(upper>max) max=upper;
55 if(lower>max) max=lower;
59 G4int icounter_max=1024;
63 if ( icounter > icounter_max ) {
64 G4cout <<
"Loop-counter exceeded the threshold value at " << __LINE__ <<
"th line of " << __FILE__ <<
"." <<
G4endl;
127 if(theProjectileA==1 || (theProjectileZ==1 && theProjectileA==2)){Ma=1;}
128 else if(theProjectileA==4 && theProjectileZ==2){Ma=0;}
129 else if(theProjectileA==3 && (theProjectileZ==1 || theProjectileZ==2)){Ma=0.5;}
132 throw G4HadronicException(__FILE__, __LINE__,
"Severe error in the sampling of Kallbach-Mann Systematics");
148 result = 15.68*(Ac-AA);
155 if(Zbinding==0&&Abinding==1) totalBinding=0;
156 if(Zbinding==1&&Abinding==1) totalBinding=0;
157 if(Zbinding==1&&Abinding==2) totalBinding=2.224596;
158 if(Zbinding==1&&Abinding==3) totalBinding=8.481798;
159 if(Zbinding==2&&Abinding==3) totalBinding=7.718043;
160 if(Zbinding==2&&Abinding==4) totalBinding=28.29566;
161 result += -totalBinding;