CMS 3D CMS Logo

Public Member Functions | Protected Attributes

ZGeneratorLineShape Class Reference

#include <ZGeneratorLineShape.h>

List of all members.

Public Member Functions

 ClassDef (ZGeneratorLineShape, 1) Double_t evaluate() const
virtual TObject * clone (const char *newname) const
 ZGeneratorLineShape ()
 ZGeneratorLineShape (const char *name, const char *title, RooAbsReal &_m, char *genfile="ZeeGenLevel.root", char *histoName="Mass")
 ZGeneratorLineShape (const ZGeneratorLineShape &other, const char *name)
 ~ZGeneratorLineShape ()

Protected Attributes

RooDataHist * dataHist
RooRealProxy m

Detailed Description

Definition at line 10 of file ZGeneratorLineShape.h.


Constructor & Destructor Documentation

ZGeneratorLineShape::ZGeneratorLineShape ( ) [inline]

Definition at line 13 of file ZGeneratorLineShape.h.

Referenced by clone().

{} ; 
ZGeneratorLineShape::ZGeneratorLineShape ( const char *  name,
const char *  title,
RooAbsReal &  _m,
char *  genfile = "ZeeGenLevel.root",
char *  histoName = "Mass" 
)
ZGeneratorLineShape::ZGeneratorLineShape ( const ZGeneratorLineShape other,
const char *  name 
)

Definition at line 20 of file ZGeneratorLineShape.cc.

                                                                                          :
  RooAbsPdf(other,name),
  m("m", this,other.m),
  dataHist(other.dataHist)
{
}
ZGeneratorLineShape::~ZGeneratorLineShape ( ) [inline]

Definition at line 22 of file ZGeneratorLineShape.h.

{};

Member Function Documentation

ZGeneratorLineShape::ClassDef ( ZGeneratorLineShape  ,
 
) const
virtual TObject* ZGeneratorLineShape::clone ( const char *  newname) const [inline, virtual]

Definition at line 21 of file ZGeneratorLineShape.h.

References ZGeneratorLineShape().

{ return new ZGeneratorLineShape(*this,newname);}

Member Data Documentation

RooDataHist* ZGeneratorLineShape::dataHist [protected]

Definition at line 27 of file ZGeneratorLineShape.h.

RooRealProxy ZGeneratorLineShape::m [protected]

Definition at line 26 of file ZGeneratorLineShape.h.