37 TCut(
const char *title);
38 TCut(
const char *
name,
const char *title);
63 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
64 #pragma GCC diagnostic push
65 #pragma GCC diagnostic ignored "-Weffc++"
73 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
74 #pragma GCC diagnostic pop
79 operator const char*()
const {
return GetTitle(); }
92 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
93 #pragma GCC diagnostic push
94 #pragma GCC diagnostic ignored "-Weffc++"
102 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40600
103 #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.
TCut operator*(const TCut &lhs, const char *rhs)
Multiplication.
TCut operator||(const TCut &lhs, const char *rhs)
Logical or.
#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.
Bool_t operator==(const char *rhs) const
Comparison.
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.
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)
TCut operator+(const TCut &lhs, const char *rhs)
Addition.
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.
TCut operator&&(const TCut &lhs, const char *rhs)
Logical and.
friend TCut operator+(const TCut &lhs, const char *rhs)
Addition.