ROOT
6.07/01
Reference Guide
|
#include "TNamed.h"
Go to the source code of this file.
Classes | |
class | TCut |
A specialized string object used for TTree selections. More... | |
Functions | |
TCut | operator+ (const TCut &lhs, const char *rhs) |
Addition. More... | |
TCut | operator+ (const char *lhs, const TCut &rhs) |
Addition. More... | |
TCut | operator+ (const TCut &lhs, const TCut &rhs) |
Addition. More... | |
TCut | operator* (const TCut &lhs, const char *rhs) |
Multiplication. More... | |
TCut | operator* (const char *lhs, const TCut &rhs) |
Multiplication. More... | |
TCut | operator* (const TCut &lhs, const TCut &rhs) |
Multiplication. More... | |
TCut | operator&& (const TCut &lhs, const char *rhs) |
Logical and. More... | |
TCut | operator&& (const char *lhs, const TCut &rhs) |
Logical and. More... | |
TCut | operator&& (const TCut &lhs, const TCut &rhs) |
Logical and. More... | |
TCut | operator|| (const TCut &lhs, const char *rhs) |
Logical or. More... | |
TCut | operator|| (const char *lhs, const TCut &rhs) |
Logical or. More... | |
TCut | operator|| (const TCut &lhs, const TCut &rhs) |
Logical or. More... | |
TCut | operator! (const TCut &rhs) |
Logical negation. More... | |