#include <G4MesonSplitter.hh>
Definition at line 36 of file G4MesonSplitter.hh.
Definition at line 29 of file G4MesonSplitter.cc.
32 G4int absPDGcode = std::abs(PDGcode);
33 if (absPDGcode >= 1000)
return false;
41 G4int heavy = absPDGcode/100;
42 G4int light = (absPDGcode%100)/10;
44 if (PDGcode < 0 ) anti = -anti;
G4double G4ParticleHPJENDLHEData::G4double result
void G4SwapObj(T *a, T *b)
T max(const T t1, const T t2)
brief Return the largest of the two arguments
The documentation for this class was generated from the following files:
- geant4.10.03.p01/source/processes/hadronic/models/parton_string/qgsm/include/G4MesonSplitter.hh
- geant4.10.03.p01/source/processes/hadronic/models/parton_string/qgsm/src/G4MesonSplitter.cc