ROOT
6.07/01
Reference Guide
|
#include "TCut.h"
Go to the source code of this file.
Functions | |
ClassImp (TCut) TCut | |
Constructor. More... | |
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... | |