#include "Riostream.h"
#include "RooRarFit/RooLass.hh"
#include "RooFitCore/RooAbsReal.hh"
#include "RooFitCore/RooRealVar.hh"
#include "RooFitCore/RooComplex.hh"
#include "TMath.h"
Go to the source code of this file.
Functions | |
ClassImp (RooLass) RooLass |
ClassImp | ( | RooLass | ) |
Definition at line 34 of file RooLass.cc.
00040 : RooAbsPdf(name,title), 00041 x("x","Dependent",this,fitVariable), 00042 mean("mean","Mean",this,theMean), 00043 width("width","Width",this,theWidth), 00044 effRange("effRange","Effective Range",this,effectiveRange), 00045 scatLen("scatLen","Scattering Length",this,scatteringLength), 00046 turnOffVal("turnOffVal","Turn Off Value",this,turnOffValue) 00047 { 00048 }