Opening a histogram from a file

Execute the following and post the output here:
TFile *f = TFile::Open(“first_file.root”);
f->ls();
c1->Draw();
c1->GetListOfPrimitives()->Print();

See also, for example: