{ TCanvas *c1 = new TCanvas("c1", "c1", 700, 500); TF1 *poisson = new TF1("poisson", "TMath::Poisson(x, 5)", 0, 15); poisson->Draw("L"); }