| 135 |
|
DeclareParameter(MTM_Io, RealType); |
| 136 |
|
DeclareParameter(MTM_Sigma, RealType); |
| 137 |
|
DeclareParameter(MTM_R, RealType); |
| 138 |
+ |
DeclareParameter(UseRNEMD, bool); |
| 139 |
+ |
DeclareParameter(RNEMD_swapTime, RealType); |
| 140 |
+ |
DeclareParameter(RNEMD_nBins, int); |
| 141 |
+ |
DeclareParameter(RNEMD_swapType, std::string); |
| 142 |
+ |
DeclareParameter(RNEMD_objectSelection, std::string); |
| 143 |
|
|
| 144 |
|
public: |
| 145 |
|
bool addComponent(Component* comp); |
| 160 |
|
std::vector<ZConsStamp*> zconstraints_; |
| 161 |
|
std::map<std::string, MoleculeStamp*> moleculeStamps_; |
| 162 |
|
std::pair<int, int> taggedAtomPair_; |
| 158 |
– |
|
| 163 |
|
}; |
| 164 |
|
} |
| 165 |
|
#endif |