602 |
|
public: |
603 |
|
vector<RealType> getMassFactors() { return massFactors_; } |
604 |
|
|
605 |
< |
PairList getExcludedInteractions() { return excludedInteractions_; } |
606 |
< |
PairList getOneTwoInteractions() { return oneTwoInteractions_; } |
607 |
< |
PairList getOneThreeInteractions() { return oneThreeInteractions_; } |
608 |
< |
PairList getOneFourInteractions() { return oneFourInteractions_; } |
605 |
> |
PairList* getExcludedInteractions() { return &excludedInteractions_; } |
606 |
> |
PairList* getOneTwoInteractions() { return &oneTwoInteractions_; } |
607 |
> |
PairList* getOneThreeInteractions() { return &oneThreeInteractions_; } |
608 |
> |
PairList* getOneFourInteractions() { return &oneFourInteractions_; } |
609 |
|
|
610 |
|
private: |
611 |
|
|