33#define G4AtomicBond_H 1
51 : theFirstAtomKind(firstAtomKind),
52 theFirstAtomNumber(firstAtomNumber),
53 theSecondAtomKind(secondAtomKind),
54 theSecondAtomNumber(secondAtomNumber),
85 G4int theFirstAtomNumber;
88 G4int theSecondAtomNumber;
96 G4bool theAromaticity{
false};
G4Element * GetFirstAtomKind() const
G4AtomicBond(theBondType aType, G4Element *firstAtomKind, G4int firstAtomNumber, G4Element *secondAtomKind, G4int secondAtomNumber)
void SetFirstAtomKind(G4Element *aElement)
void SetType(theBondType aType)
theBondType GetType() const
G4int GetFirstAtomNumber() const
void SetAromaticity(G4bool aBool)
G4int GetSecondAtomNumber() const
G4Element * GetSecondAtomKind() const
void SetSecondAtomNumber(G4int aInt)
G4bool GetAromaticity() const
virtual ~G4AtomicBond()=default
void SetFirstAtomNumber(G4int aInt)
void SetSecondAtomKind(G4Element *aElement)