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