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