ROOTPWA
|
#include <wset.h>
Public Member Functions | |
void | operator= (const wsetentry &w) |
bool | operator< (const wsetentry &e) |
bool | operator== (const wsetentry &e) |
bool | operator!= (const wsetentry &e) |
Public Attributes | |
TString | name |
double | threshold |
unsigned int | index |
Friends | |
bool | operator< (const wsetentry &lhs, const wsetentry &rhs) |
bool | operator== (const wsetentry &lhs, const wsetentry &rhs) |
bool | operator!= (const wsetentry &lhs, const wsetentry &rhs) |
|
inline |
|
inline |
|
inline |
unsigned int wsetentry::index |
Definition at line 39 of file wset.h.
Referenced by main(), operator<(), operator<(), operator=(), and readWavelist().
TString wsetentry::name |
Definition at line 37 of file wset.h.
Referenced by findByName(), main(), operator=(), operator==(), operator==(), and readWavelist().
double wsetentry::threshold |
Definition at line 38 of file wset.h.
Referenced by operator=(), and readWavelist().