4 #ifndef __KVDALITZPLOT_H
5 #define __KVDALITZPLOT_H
38 Int_t
FillMe(Double_t a1, Double_t a2, Double_t a3);
42 KVDalitzPlot(
const char* name,
const char* title, Bool_t ordered = kFALSE, Int_t nbinsx = 120, Double_t xlow = 0., Double_t xup = 1.2, Int_t nbinsy = 120, Double_t ylow = 0., Double_t yup = 1.2);
45 void Copy(TObject&)
const;
47 Int_t
FillAsDalitz(Double_t a1, Double_t a2, Double_t a3);
48 void Draw(Option_t* opt =
"");
Fill 3D observables in a dalitz plot ,.
void Draw(Option_t *opt="")
void SetShowBorder(Int_t value=1)
Int_t FillMe(Double_t a1, Double_t a2, Double_t a3)
void SetShowCenter(Int_t value=1)
void SetOrdered(Bool_t ordered=kTRUE)
KVDalitzPlot()
Default constructor.
void Copy(TObject &) const
virtual ~KVDalitzPlot()
Destructor.
Int_t FillAsDalitz(Double_t a1, Double_t a2, Double_t a3)
TH1 * GetDistanceFromCenter()