#include "RooRarFit/rarVersion.hh"
#include "Riostream.h"
#include "RooRarFit/RooCruijff.hh"
#include "RooFitCore/RooRealVar.hh"
#include "RooFitCore/RooRealConstant.hh"
Go to the source code of this file.
Functions | |
ClassImp (RooCruijff) RooCruijff |
ClassImp | ( | RooCruijff | ) |
Definition at line 21 of file RooCruijff.cc.
00027 : 00028 RooAbsPdf(name, title), 00029 x("x", "x", this, _x), 00030 m0("m0", "m0", this, _m0), 00031 sigmaL("sigmaL", "sigmaL", this, _sigmaL), 00032 sigmaR("sigmaR", "sigmaR", this, _sigmaR), 00033 alphaL("alphaL", "alphaL", this, _alphaL), 00034 alphaR("alphaR", "alphaR", this, _alphaR) 00035 { 00036 }