#include <RooThreshEntry.h>
Inheritance diagram for RooThreshEntry:
Public Member Functions | |
RooThreshEntry () | |
virtual | ~RooThreshEntry () |
RooThreshEntry (Double_t thresh, const RooCatType &cat) | |
RooThreshEntry (const RooThreshEntry &other) | |
virtual TObject * | Clone (const char *) const |
virtual Int_t | Compare (const TObject *) const |
virtual Bool_t | IsSortable () const |
Double_t | thresh () const |
const RooCatType & | cat () const |
RooThreshEntry () | |
virtual | ~RooThreshEntry () |
RooThreshEntry (Double_t thresh, const RooCatType &cat) | |
RooThreshEntry (const RooThreshEntry &other) | |
virtual TObject * | Clone (const char *) const |
virtual Int_t | Compare (const TObject *) const |
virtual Bool_t | IsSortable () const |
Double_t | thresh () const |
const RooCatType & | cat () const |
Protected Attributes | |
Double_t | _thresh |
RooCatType | _cat |
Definition at line 23 of file RooThreshEntry.h.
RooThreshEntry::RooThreshEntry | ( | ) | [inline] |
virtual RooThreshEntry::~RooThreshEntry | ( | ) | [inline, virtual] |
Definition at line 26 of file RooThreshEntry.h.
RooThreshEntry::RooThreshEntry | ( | Double_t | thresh, | |
const RooCatType & | cat | |||
) |
Definition at line 35 of file RooThreshEntry.cxx.
RooThreshEntry::RooThreshEntry | ( | const RooThreshEntry & | other | ) |
Definition at line 44 of file RooThreshEntry.cxx.
RooThreshEntry::RooThreshEntry | ( | ) | [inline] |
Definition at line 25 of file RooThreshEntry.h.
virtual RooThreshEntry::~RooThreshEntry | ( | ) | [inline, virtual] |
Definition at line 26 of file RooThreshEntry.h.
RooThreshEntry::RooThreshEntry | ( | Double_t | thresh, | |
const RooCatType & | cat | |||
) |
RooThreshEntry::RooThreshEntry | ( | const RooThreshEntry & | other | ) |
virtual TObject* RooThreshEntry::Clone | ( | const char * | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 29 of file RooThreshEntry.h.
References RooThreshEntry().
Reimplemented from TObject.
Definition at line 53 of file RooThreshEntry.cxx.
References _thresh, xmlio::Class, and TObject::InheritsFrom().
virtual Bool_t RooThreshEntry::IsSortable | ( | ) | const [inline, virtual] |
Double_t RooThreshEntry::thresh | ( | ) | const [inline] |
Definition at line 34 of file RooThreshEntry.h.
References _thresh.
Referenced by RooThresholdCategory::addThreshold(), RooThresholdCategory::printMultiline(), and RooThresholdCategory::writeToStream().
const RooCatType& RooThreshEntry::cat | ( | ) | const [inline] |
Definition at line 35 of file RooThreshEntry.h.
References _cat.
Referenced by RooThresholdCategory::evaluate(), RooThresholdCategory::printMultiline(), and RooThresholdCategory::writeToStream().
virtual TObject* RooThreshEntry::Clone | ( | const char * | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 29 of file RooThreshEntry.h.
References RooThreshEntry().
Reimplemented from TObject.
virtual Bool_t RooThreshEntry::IsSortable | ( | ) | const [inline, virtual] |
Double_t RooThreshEntry::thresh | ( | ) | const [inline] |
const RooCatType& RooThreshEntry::cat | ( | ) | const [inline] |
Double_t RooThreshEntry::_thresh [protected] |
RooCatType RooThreshEntry::_cat [protected] |