35 TCut(
const char *title);
36 TCut(
const char *
name,
const char *title);
61 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
62 #pragma GCC diagnostic push
63 #pragma GCC diagnostic ignored "-Weffc++"
71 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
72 #pragma GCC diagnostic pop
77 operator const char*()
const {
return GetTitle(); }
90 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
91 #pragma GCC diagnostic push
92 #pragma GCC diagnostic ignored "-Weffc++"
100 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
101 #pragma GCC diagnostic pop
TCut & operator+=(const char *rhs)
Addition.
friend TCut operator*(const TCut &lhs, const char *rhs)
Multiplication.
virtual const char * GetTitle() const
Returns title of object.
TMatrixT< Element > operator&&(const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
Logical AND.
#define ClassDef(name, id)
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.
friend TCut operator||(const TCut &lhs, const char *rhs)
Logical or.
TCut operator!(const TCut &rhs)
Logical negation.
TTime operator*(const TTime &t1, const TTime &t2)
Bool_t operator!=(const char *rhs) const
Comparison.
friend TCut operator&&(const TCut &lhs, const char *rhs)
Logical and.
Bool_t operator>=(const TCut &rhs)
Bool_t operator<(const TCut &rhs)
Bool_t operator>(const TCut &rhs)
Bool_t operator<=(const TCut &rhs)
friend TCut operator!(const TCut &rhs)
Logical negation.
friend TCut operator+(const TCut &lhs, const char *rhs)
Addition.