ROOTPWA
Public Member Functions | Public Attributes | Friends | List of all members
wsetentry Class Reference

#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)

Detailed Description

Definition at line 35 of file wset.h.

Member Function Documentation

bool wsetentry::operator!= ( const wsetentry e)
inline

Definition at line 50 of file wset.h.

bool wsetentry::operator< ( const wsetentry e)
inline

Definition at line 48 of file wset.h.

References index.

void wsetentry::operator= ( const wsetentry w)
inline

Definition at line 41 of file wset.h.

References index, name, and threshold.

bool wsetentry::operator== ( const wsetentry e)
inline

Definition at line 49 of file wset.h.

References name.

Friends And Related Function Documentation

bool operator!= ( const wsetentry lhs,
const wsetentry rhs 
)
friend

Definition at line 61 of file wset.h.

bool operator< ( const wsetentry lhs,
const wsetentry rhs 
)
friend

Definition at line 55 of file wset.h.

bool operator== ( const wsetentry lhs,
const wsetentry rhs 
)
friend

Definition at line 58 of file wset.h.

Member Data Documentation

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().


The documentation for this class was generated from the following file: