27 fUseSmallerEqual(true),
68 result = withinLower && withinUpper;
91 std::ostream &operator<<(std::ostream &stream, const AliCutValueRange<t> &val){
92 val.PrintStream(stream);
102 template std::ostream &operator<<(std::ostream &stream, const AliCutValueRange<int> &val);
103 template std::ostream &operator<<(std::ostream &stream, const AliCutValueRange<double> &val);
104 template std::ostream &operator<<(std::ostream &stream, const AliCutValueRange<float> &val);
templateClassImp(AliTHnT) template< class TemplateArray
bool fUseSmallerEqual
Use smaller equal for upper bound (true by default)
void PrintStream(std::ostream &stream) const
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.
Analysis of high- tracks in triggered events.
Class containing a range for a value to cut on.
bool fHasLimit[2]
Specifies whether limit in any of the two directions is set.
bool IsInRange(t value) const