![]() |
ROOT
6.06/09
Reference Guide
|
#include "TNamed.h"
Include dependency graph for TCut.h:
This graph shows which files directly or indirectly include this file: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... | |