|
SSAGES
0.9.3
Software Suite for Advanced General Ensemble Simulations
|
Nested class to store different FFS Config IDs. More...
#include <ForwardFlux.h>
Public Member Functions | |
| FFSConfigID (const unsigned int l, const unsigned int n, const unsigned int a, const unsigned int lprev, const unsigned int nprev, const unsigned int aprev) | |
| Constructor. More... | |
| FFSConfigID () | |
| Empty Constructor. | |
Public Attributes | |
| unsigned int | l |
| Interface number. | |
| unsigned int | n |
| Configuration Number. | |
| unsigned int | a |
| Attempt number. | |
| unsigned int | lprev |
| Previous Interface number (i.e. traj I came from) | |
| unsigned int | nprev |
| Previous Configuration Number. | |
| unsigned int | aprev |
| Previous Attempt number. | |
Nested class to store different FFS Config IDs.
Definition at line 42 of file ForwardFlux.h.
|
inline |
Constructor.
| l | Interface number |
| n | Configuration number |
| a | Attempt number |
| lprev | Previous interface number |
| nprev | Previous configuration number |
| aprev | Previous attempt number |
Definition at line 61 of file ForwardFlux.h.