Generic class to hold the relevant information to identify the variation indices. This class may be passed over to physics (simple or composite) objects to vary (or not) the kinematics or the weight respectively.
|
| ~Variation ()=default |
|
| Variation (const char *group, const char *name, size_t index=0, int bit=0) |
|
| Variation (const std::string &group, const std::string &name, size_t index=0, int bit=0) |
|
| Variation (const Variation &v) |
|
| Variation (Variation &&v) |
|
std::string_view | Group () const |
|
std::string_view | Name () const |
|
size_t | Index () const |
|
int | Bit () const |
|
| ~Variation ()=default |
|
| Variation (const char *group, const char *name, size_t index=0, int bit=0) |
|
| Variation (const std::string &group, const std::string &name, size_t index=0, int bit=0) |
|
| Variation (const Variation &v) |
|
| Variation (Variation &&v) |
|
std::string_view | Group () const |
|
std::string_view | Name () const |
|
size_t | Index () const |
|
int | Bit () const |
|