library: libRooFit
#include "RooLandau.h"

RooLandau


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

class RooLandau : public RooAbsPdf

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooAbsPdf
<-
RooLandau

    protected:
virtual Double_t evaluate() const public:
RooLandau(const char* name, const char* title, RooAbsReal& _x, RooAbsReal& _mean, RooAbsReal& _sigma) RooLandau(const RooLandau& other, const char* name = "0") virtual ~RooLandau() static TClass* Class() virtual TObject* clone(const char* newname) const virtual void generateEvent(Int_t code) virtual Int_t getGenerator(const RooArgSet& directVars, RooArgSet& generateVars, Bool_t staticInitOK = kTRUE) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
RooRealProxy x RooRealProxy mean RooRealProxy sigma

Class Description

RooLandau(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _mean, RooAbsReal& _sigma)
RooLandau(const RooLandau& other, const char* name)
Double_t evaluate()
void generateEvent(Int_t code)
TObject* clone(const char* newname)
virtual ~RooLandau()
Int_t getGenerator(const RooArgSet& directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE)

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