31 G4BaryonWidth & G4ConcreteMesonBaryonToResonance::theBaryonWidth()
53 : thePrimary1(aPrimary), thePrimary2(bPrimary), theSecondary(aSecondary)
57 theBaryonPartialWidth(),
64 delete crossSectionSource;
71 if (myConv().GetGenericType(trk1)==myConv().GetGenericType(thePrimary1) &&
72 myConv().GetGenericType(trk2)==myConv().GetGenericType(thePrimary2))
return true;
73 if (myConv().GetGenericType(trk1)==myConv().GetGenericType(thePrimary2) &&
74 myConv().GetGenericType(trk2)==myConv().GetGenericType(thePrimary1))
return true;
83 if ( (state = myConv().FindIso3State(myConv().GetGenericType(theSecondary), secondaryIso3)) == NULL)
86 throw G4HadronicException(__FILE__, __LINE__,
"G4ConcreteMesonBaryonToResonance: Can't find iso3 state!");