library: libRooFit
#include "RooCatType.h"

RooCatType


class description - header file - source file - inheritance tree (.pdf)

class RooCatType : public TObject, public RooPrintable

Inheritance Chart:
TObject
RooPrintable
<-
RooCatType

    public:
RooCatType() RooCatType(const char* name, Int_t value) RooCatType(const RooCatType& other) virtual ~RooCatType() static TClass* Class() virtual TObject* Clone(const char*) const virtual const Text_t* GetName() const Int_t getVal() const virtual TClass* IsA() const RooCatType& operator=(const RooCatType& other) Bool_t operator==(const RooCatType& other) Bool_t operator==(Int_t index) Bool_t operator==(const char* label) virtual void Print(Option_t* options = "0") const virtual void printToStream(ostream& os, RooPrintable::PrintOption opt = Standard, TString indent = ) const virtual void SetName(const Text_t* name) void setVal(Int_t newValue) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t _value char _label[256]

Class Description

inline RooCatType()
inline RooCatType(const char* name, Int_t value)
inline RooCatType(const RooCatType& other)
virtual ~RooCatType()
TObject* Clone(const char*)
const Text_t* GetName()
void SetName(const Text_t* name)
RooCatType& operator=(const RooCatType& other)
Bool_t operator==(const RooCatType& other)
Bool_t operator==(Int_t index)
Bool_t operator==(const char* label)
Int_t getVal()
void setVal(Int_t newValue)
void printToStream(ostream& os, PrintOption opt= Standard, TString indent= "")
void Print(Option_t *options= 0)

Last update: Tue Jul 11 11:45:22 2006
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.