ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TCut.cxx File Reference
#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...
 

Function Documentation

ClassImp ( TCut  )

Constructor.

Definition at line 40 of file TCut.cxx.

TCut operator! ( const TCut rhs)

Logical negation.

Definition at line 290 of file TCut.cxx.

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

Logical and.

Definition at line 230 of file TCut.cxx.

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

Logical and.

Definition at line 238 of file TCut.cxx.

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

Logical and.

Definition at line 246 of file TCut.cxx.

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

Multiplication.

Definition at line 206 of file TCut.cxx.

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

Multiplication.

Definition at line 214 of file TCut.cxx.

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

Multiplication.

Definition at line 222 of file TCut.cxx.

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

Addition.

Definition at line 182 of file TCut.cxx.

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

Addition.

Definition at line 190 of file TCut.cxx.

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

Addition.

Definition at line 198 of file TCut.cxx.

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

Logical or.

Definition at line 254 of file TCut.cxx.

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

Logical or.

Definition at line 266 of file TCut.cxx.

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

Logical or.

Definition at line 278 of file TCut.cxx.