#include "RooRarFit/rarVersion.hh"
#include "Riostream.h"
#include "TMath.h"
#include "RooRarFit/RooBallack.hh"
#include "RooFitCore/RooRealVar.hh"
#include "RooFitCore/RooRealConstant.hh"
Go to the source code of this file.
Functions | |
ClassImp (RooBallack) RooBallack |
ClassImp | ( | RooBallack | ) |
Definition at line 21 of file RooBallack.cc.
00027 : 00028 RooAbsPdf(name, title), 00029 x("x", "x", this, _x), 00030 mean("mean", "mean", this, _mean), 00031 width("width", "width", this, _width), 00032 tail("tail", "tail", this, _tail), 00033 alpha("alpha", "alpha", this, _alpha), 00034 n("n", "n", this, _n) 00035 { 00036 }