![]() |
ROOT
6.06/09
Reference Guide
|
#include "TCut.h"
Include dependency graph for TCut.cxx: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... | |