 |
DAS
3.0
Das Analysis System
|
Go to the documentation of this file.
20 operator double ()
const {
return v; }
52 if (w1.size() != w2.size())
return false;
53 for (std::size_t i = 0; i < w1.size(); ++i)
54 if (w1.at(i) != w2.at(i))
return false;
int i
correlation index
Definition: Weight.h:19
Weight & operator/=(Weight &w, const int v)
Definition: Weight.h:35
Weight & operator=(const double v)
Definition: Weight.h:21
static const float w
Definition: common.h:53
std::vector< Weight > Weights
Definition: Weight.h:42
bool operator==(const Weight &w, const int v)
Definition: Weight.h:24
double operator*(const Weight &w, const int v)
Definition: Weight.h:28
double v
value
Definition: Weight.h:18
Everything what concerns physics analysis directly.
Definition: darwin.h:24
Weight & operator*=(Weight &w, const int v)
Definition: Weight.h:34