#include "RooRarFit/rarVersion.hh"
#include "Riostream.h"
#include "RooRarFit/RooFlatte.hh"
#include "RooFitCore/RooAbsReal.hh"
#include "RooFitCore/RooRealVar.hh"
#include "RooFitCore/RooComplex.hh"
Go to the source code of this file.
Functions | |
ClassImp (RooFlatte) RooFlatte |
ClassImp | ( | RooFlatte | ) |
Definition at line 40 of file RooFlatte.cc.
00046 : 00047 RooAbsPdf(name,title), 00048 x("x","Dependent",this,_x), 00049 mean("mean","Mean",this,_mean), 00050 g0("g0","Channel 1 coupling",this,_g0), 00051 m0a("m0a","Mass of particle 1 in channel 1",this,_m0a), 00052 m0b("m0b","Mass of particle 2 in channel 1",this,_m0b), 00053 g1("g1","Channel 2 coupling",this,_g1), 00054 m1a("m1a","Mass of particle 1 in channel 2",this,_m1a), 00055 m1b("m1b","Mass of particle 2 in channel 2",this,_m1b) 00056 { 00057 }