!ls
TFile *_file0 = TFile::Open("histoOut-ex2.root");
_file0->ls();
_file0->cd("test");
TCanvas *c1= new TCanvas(); h1mReco->Draw(); c1->Draw()
c1->SaveAs("h1mReco.gif");