|
HighLAND
|
Public Member Functions | |
| WeightType (Float_t w=1) | |
| WeightType (Float_t c, Float_t s) | |
| WeightType | operator* (const WeightType &w) |
| WeightType | operator/ (const WeightType &w) |
| WeightType | operator+ (const WeightType &w) |
| WeightType | operator- (const WeightType &w) |
| WeightType | operator* (Float_t a) |
| WeightType | operator/ (Float_t a) |
| WeightType | operator- (Float_t a) |
| WeightType | operator+ (Float_t a) |
| WeightType & | operator*= (const WeightType &w) |
| WeightType & | operator/= (const WeightType &w) |
| WeightType & | operator+= (const WeightType &w) |
| WeightType & | operator-= (const WeightType &w) |
| WeightType & | operator*= (Float_t a) |
| WeightType & | operator/= (Float_t a) |
| WeightType & | operator+= (Float_t a) |
| WeightType & | operator-= (Float_t a) |
| bool | operator== (const WeightType &w) |
| bool | operator!= (const WeightType &w) |
| bool | operator== (Float_t a) |
| bool | operator!= (Float_t a) |
Public Attributes | |
| Float_t | Correction |
| Float_t | Systematic |
Definition at line 6 of file WeightType.hxx.
1.8.13