76 if(Z == 1 &&
N == 2) {
N = 1; }
77 else if(Z == 2 &&
N == 1) {
N = 2; }
80 if (projPDG==2212) { cs = pxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
81 else if(projPDG==2112) { cs = nxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
82 else if(projPDG==-2212){ cs = PBARxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
83 else if(projPDG== 211) { cs = PIPxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
84 else if(projPDG==-211) { cs = PIMxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
85 else if(projPDG== 321) { cs = KPxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
86 else if(projPDG==-321) { cs = KMxsManager->GetChipsCrossSection(plab,Z,
N,projPDG); }
91 if (projPDG== 2212) { t = pxsManager->GetExchangeT(Z,
N,projPDG); }
92 else if(projPDG== 2112) { t = nxsManager->GetExchangeT(Z,
N,projPDG); }
93 else if(projPDG==-2212) { t = PBARxsManager->GetExchangeT(Z,
N,projPDG); }
94 else if(projPDG== 211) { t = PIPxsManager->GetExchangeT(Z,
N,projPDG); }
95 else if(projPDG== -211) { t = PIMxsManager->GetExchangeT(Z,
N,projPDG); }
96 else if(projPDG== 321) { t = KPxsManager->GetExchangeT(Z,
N,projPDG); }
97 else if(projPDG== -321) { t = KMxsManager->GetExchangeT(Z,
N,projPDG); }
G4int GetPDGEncoding() const