DAS
3.0
Das Analysis System
|
Generic structure to hold the relevant information to identify the variation indices. This structure may be passed over to physics (simple or composite) objects to vary (or not) the kinematics or the weight respectively.
#include <Variation.h>
Public Member Functions | |
~Variation ()=default | |
Variation (const TString &group, const TString &name, size_t index=0, int bit=0) | |
Variation (const Variation &v) | |
Variation (Variation &&v) | |
Public Attributes | |
const TString | group |
const TString | name |
const std::size_t | index |
const int | bit |
|
default |
Destructor.
|
inline |
const int bit |
correlation bit
const TString group |
e.g. event, recjet
const std::size_t index |
index in the vector where the variation factor is stored
const TString name |
variation name (including "Up" or "Down")