Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TCut.cxx File Reference
#include "TCut.h"
Include dependency graph for TCut.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Functions

TCut operator! (const TCut &rhs)
 Logical negation.
 
TCut operator&& (const char *lhs, const TCut &rhs)
 Logical and.
 
TCut operator&& (const TCut &lhs, const char *rhs)
 Logical and.
 
TCut operator&& (const TCut &lhs, const TCut &rhs)
 Logical and.
 
TCut operator* (const char *lhs, const TCut &rhs)
 Multiplication.
 
TCut operator* (const TCut &lhs, const char *rhs)
 Multiplication.
 
TCut operator* (const TCut &lhs, const TCut &rhs)
 Multiplication.
 
TCut operator+ (const char *lhs, const TCut &rhs)
 Addition.
 
TCut operator+ (const TCut &lhs, const char *rhs)
 Addition.
 
TCut operator+ (const TCut &lhs, const TCut &rhs)
 Addition.
 
TCut operator|| (const char *lhs, const TCut &rhs)
 Logical or.
 
TCut operator|| (const TCut &lhs, const char *rhs)
 Logical or.
 
TCut operator|| (const TCut &lhs, const TCut &rhs)
 Logical or.
 

Function Documentation

◆ operator!()

TCut operator! ( const TCut rhs)

Logical negation.

Definition at line 292 of file TCut.cxx.

◆ operator&&() [1/3]

TCut operator&& ( const char *  lhs,
const TCut rhs 
)

Logical and.

Definition at line 240 of file TCut.cxx.

◆ operator&&() [2/3]

TCut operator&& ( const TCut lhs,
const char *  rhs 
)

Logical and.

Definition at line 232 of file TCut.cxx.

◆ operator&&() [3/3]

TCut operator&& ( const TCut lhs,
const TCut rhs 
)

Logical and.

Definition at line 248 of file TCut.cxx.

◆ operator*() [1/3]

TCut operator* ( const char *  lhs,
const TCut rhs 
)

Multiplication.

Definition at line 216 of file TCut.cxx.

◆ operator*() [2/3]

TCut operator* ( const TCut lhs,
const char *  rhs 
)

Multiplication.

Definition at line 208 of file TCut.cxx.

◆ operator*() [3/3]

TCut operator* ( const TCut lhs,
const TCut rhs 
)

Multiplication.

Definition at line 224 of file TCut.cxx.

◆ operator+() [1/3]

TCut operator+ ( const char *  lhs,
const TCut rhs 
)

Addition.

Definition at line 192 of file TCut.cxx.

◆ operator+() [2/3]

TCut operator+ ( const TCut lhs,
const char *  rhs 
)

Addition.

Definition at line 184 of file TCut.cxx.

◆ operator+() [3/3]

TCut operator+ ( const TCut lhs,
const TCut rhs 
)

Addition.

Definition at line 200 of file TCut.cxx.

◆ operator||() [1/3]

TCut operator|| ( const char *  lhs,
const TCut rhs 
)

Logical or.

Definition at line 268 of file TCut.cxx.

◆ operator||() [2/3]

TCut operator|| ( const TCut lhs,
const char *  rhs 
)

Logical or.

Definition at line 256 of file TCut.cxx.

◆ operator||() [3/3]

TCut operator|| ( const TCut lhs,
const TCut rhs 
)

Logical or.

Definition at line 280 of file TCut.cxx.