RooCruijff.cc File Reference

#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


Function Documentation

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 }


Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7