133   if (!
rhs || !
rhs[0]) 
return *
this;
 
 
  146   if (
rhs.fTitle.Length() == 0) 
return *
this;
 
 
  159if (!
rhs || !
rhs[0]) 
return *
this;
 
 
  172   if (
rhs.fTitle.Length() == 0) 
return *
this;
 
 
  257   if (
lhs.fTitle.Length() == 0 && (!
rhs || !
rhs[0])) 
return TCut();
 
  258   if (
lhs.fTitle.Length() == 0) 
return TCut(
rhs);
 
 
  269   if ((!
lhs || !
lhs[0]) && 
rhs.fTitle.Length() == 0) 
return TCut();
 
  271   if (
rhs.fTitle.Length() == 0) 
return TCut(
lhs);
 
 
  281   if (
lhs.fTitle.Length() == 0 && 
rhs.fTitle.Length() == 0) 
return TCut();
 
  282   if (
lhs.fTitle.Length() == 0) 
return TCut(
rhs);
 
  283   if (
rhs.fTitle.Length() == 0) 
return TCut(
lhs);
 
 
  293   if (
rhs.fTitle.Length() == 0) 
return TCut();
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TCut operator*(const TCut &lhs, const char *rhs)
Multiplication.
TCut operator!(const TCut &rhs)
Logical negation.
TCut operator+(const TCut &lhs, const char *rhs)
Addition.
TCut operator||(const TCut &lhs, const char *rhs)
Logical or.
TCut operator&&(const TCut &lhs, const char *rhs)
Logical and.
A specialized string object used for TTree selections.
bool operator==(const char *rhs) const
Comparison.
TCut & operator*=(const char *rhs)
Multiplication.
~TCut() override
Typical destructor.
TCut & operator=(const char *rhs)
Assignment.
TCut & operator+=(const char *rhs)
Addition.
bool operator!=(const char *rhs) const
Comparison.
The TNamed class is the base class for all named ROOT classes.
TNamed & operator=(const TNamed &rhs)
TNamed assignment operator.
const char * Data() const