RooBallack.cc File Reference

#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


Function Documentation

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 }


Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7