This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
software:root:tfile [2022/06/26 15:41] odagawa |
software:root:tfile [2022/07/29 12:44] (current) odagawa |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * '' | * '' | ||
| + | |||
| + | * ファイルに TObject を詰めた際に,ROOT セッションで開いたファイル中のオブジェクトをうまく指定できない | ||
| + | * 例えば, TGraph が '' | ||
| + | < | ||
| + | TFile *file = new TFile(" | ||
| + | TGraph *g = new TGraph(); | ||
| + | g-> | ||
| + | file-> | ||
| + | g-> | ||
| + | file-> | ||
| + | </ | ||