library: libRooFit #include "RooThreshEntry.h" |
RooThreshEntry
class description - source file - inheritance tree (.pdf)
public:
RooThreshEntry()
RooThreshEntry(Double_t thresh, const RooCatType& cat)
RooThreshEntry(const RooThreshEntry& other)
virtual ~RooThreshEntry()
const RooCatType& cat() const
static TClass* Class()
virtual TObject* Clone(const char*) const
virtual Int_t Compare(const TObject*) const
virtual TClass* IsA() const
virtual Bool_t IsSortable() const
RooThreshEntry& operator=(const RooThreshEntry&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Double_t thresh() const
protected:
Double_t _thresh
RooCatType _cat
RooThreshEntry(Double_t thresh, const RooCatType& cat) :
_thresh(thresh), _cat(cat)
RooThreshEntry(const RooThreshEntry& other) :
TObject(other), _thresh(other._thresh), _cat(other._cat)
Int_t Compare(const TObject* other) const
Can only compare objects of same type
Inline Functions
void ~RooThreshEntry()
RooThreshEntry RooThreshEntry(const RooThreshEntry& other)
TObject* Clone(const char*) const
Bool_t IsSortable() const
Double_t thresh() const
const RooCatType& cat() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RooThreshEntry& operator=(const RooThreshEntry&)
Last update: Tue Jun 28 18:15:23 2005
Copyright (c) 2000-2005, Regents of the University of California *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.