void drawrand(TString filename="testrand.root"){ TFile *pippo = new TFile(filename); funz->Draw(); inv->Draw("same"); rej->Draw("same"); standroot->Draw("same"); }