40                            G4int firstAtomNumber,
 
   42                            G4int secondAtomNumber):
 
   43 theFirstAtomKind(firstAtomKind),
 
   44 theFirstAtomNumber(firstAtomNumber),
 
   45 theSecondAtomKind(secondAtomKind),
 
   46 theSecondAtomNumber(secondAtomNumber),
 
G4AtomicBond(theBondType aType, G4Element *firstAtomKind, G4int firstAtomNumber, G4Element *secondAtomKind, G4int secondAtomNumber)