 |
DAS
3.0
Das Analysis System
|
Go to the documentation of this file.
22 operator double ()
const {
return v; }
55 if (w1.size() != w2.size())
return false;
56 for (std::size_t i = 0; i < w1.size(); ++i)
57 if (w1.at(i) != w2.at(i))
return false;
Generic entry weight, including a correlation bit.
Definition: Weight.h:19
Weight(double v=1, int i=0)
Definition: Weight.h:24
int i
correlation index
Definition: Weight.h:21
Weight & operator/=(Weight &w, const int v)
Definition: Weight.h:38
Weight & operator=(const double v)
Definition: Weight.h:23
std::vector< Weight > Weights
Definition: Weight.h:45
bool operator==(const Weight &w, const int v)
Definition: Weight.h:27
double operator*(const Weight &w, const int v)
Definition: Weight.h:31
double v
value
Definition: Weight.h:20
Everything what concerns physics analysis directly.
Definition: darwin.h:26
Weight & operator*=(Weight &w, const int v)
Definition: Weight.h:37