Open *name*.root

Hello! How can i open a file with root extension?


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


$ root name.root

or:

$ root
root [0] TFile f("name.root");

He requires a “Title” what is it?

Can you copy/paste here what you get ?

(TFile &) Name: histo1.root Title:

just means the title of your histo1.root is empty.
e.g.

root [0] TFile f("hsimple_hpr.root")
(TFile &) Name: hsimple_hpr.root Title: Demo ROOT file with histograms

If you intend to use ROOT there is no other way but to
learn some basisc:
e.g.
https://root.cern.ch/root/htmldoc/guides/users-guide/ROOTUsersGuide.html
Otto

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.