42 #define G4QPDGCode_h 1
206 static const G4int nQHM=53;
241 if(!thePDGCode) theQCode = -2;
242 else theQCode = MakeQCode(thePDGCode);
248 if(!thePDGCode) theQCode = -2;
249 else theQCode = MakeQCode(thePDGCode);
255 if(!thePDGCode) theQCode = -2;
256 else theQCode = MakeQCode(thePDGCode);
262 if(!thePDGCode) theQCode = -2;
263 else theQCode = MakeQCode(thePDGCode);
269 if(!thePDGCode) theQCode = -2;
270 else theQCode = MakeQCode(thePDGCode);
276 if(!thePDGCode) theQCode = -2;
277 else theQCode = MakeQCode(thePDGCode);
286 G4int szn=PDG-90000000;
292 G4int ns_value=(-szn)/1000000+1;
293 szn+=ns_value*1000000;
298 G4int nz=(-szn)/1000+1;
321 G4int s_value =sz/1000-ds;
332 if(thePDGCode<80000000)
return thePDGCode%10;
342 thePDGCode=newPDGCode;
343 if(!thePDGCode) theQCode = -2;
344 else theQCode = MakeQCode(newPDGCode);
351 if(!thePDGCode) theQCode = -2;
352 else theQCode = MakeQCode(thePDGCode);
359 thePDGCode = MakePDGCode(QCode);