#include "RooRarFit/rarVersion.hh"
#include "Riostream.h"
#include "TMath.h"
#include "RooRarFit/RooOsipDisc.hh"
#include "RooFitCore/RooAbsReal.hh"
#include "RooFitCore/RooRealVar.hh"
#include "RooFitCore/RooRandom.hh"
#include "RooFitCore/RooMath.hh"
Go to the source code of this file.
Functions | |
ClassImp (RooOsipDisc) RooOsipDisc |
ClassImp | ( | RooOsipDisc | ) |
Definition at line 16 of file RooOsipDisc.cc.
00020 : 00021 RooAbsPdf(name,title), 00022 x("x","Dependent",this,_x), 00023 r("r","r",this,_r), 00024 bb("b","b",this,_b), 00025 a("a","a",this,_a), 00026 h("h","h",this,_h), 00027 s("s","s",this,_s) 00028 { 00029 }