134 if (!rhs || !rhs[0])
return *
this;
160 if (!rhs || !rhs[0])
return *
this;
186 return TCut(lhs) += rhs;
194 return TCut(lhs) += rhs;
202 return TCut(lhs) += rhs;
210 return TCut(lhs) *= rhs;
218 return TCut(lhs) *= rhs;
226 return TCut(lhs) *= rhs;
234 return TCut(lhs) += rhs;
242 return TCut(lhs) += rhs;
250 return TCut(lhs) += rhs;
260 if (!rhs || !rhs[0])
return TCut(lhs);
271 if (!lhs || !lhs[0])
return TCut(rhs);
TCut & operator+=(const char *rhs)
Addition.
TMatrixT< Element > operator&&(const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
Logical AND.
const char * Data() const
virtual ~TCut()
Typical destructor.
TCut & operator=(const char *rhs)
Assignment.
The TNamed class is the base class for all named ROOT classes.
TMatrixT< Element > operator||(const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
Logical OR.
Bool_t operator==(const char *rhs) const
Comparison.
TString operator+(const TString &s1, const TString &s2)
Use the special concatenation constructor.
TCut & operator*=(const char *rhs)
Multiplication.
A specialized string object used for TTree selections.
TCut operator!(const TCut &rhs)
Logical negation.
TNamed & operator=(const TNamed &rhs)
TNamed assignment operator.
TTime operator*(const TTime &t1, const TTime &t2)
Bool_t operator!=(const char *rhs) const
Comparison.