1 #ifndef ALICUTVALUERANGE_H 2 #define ALICUTVALUERANGE_H 15 std::ostream &operator<<(std::ostream &stream, const AliCutValueRange<t> &val);
70 int bin = isUpper ? 1 : 0;
79 int bin = isUpper ? 1 : 0;
void SetLimit(t value, bool isUpper)
bool fUseSmallerEqual
Use smaller equal for upper bound (true by default)
void PrintStream(std::ostream &stream) const
void SetLimits(t min, t max)
bool fUseLargerEqual
Use larger equal for lower bound (true by default)
t fLimits[2]
Specifies the limit in either of the direction (not used unless fHasLimit of that direction is true) ...
bool fNegate
Defines whether result should be inverted.
void UnsetLimit(bool isUpper)
virtual ~AliCutValueRange()
Analysis of high- tracks in triggered events.
void SetUseLargerEqual(Bool_t doUse=true)
Class containing a range for a value to cut on.
void SetUseSmallerEqual(Bool_t doUse=true)
bool fHasLimit[2]
Specifies whether limit in any of the two directions is set.
bool IsInRange(t value) const