This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
software:root:thstack [2022/05/11 05:42] odagawa created |
software:root:thstack [2022/07/29 12:46] (current) odagawa |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | ===Stack した全体のエントリーが知りたい=== | ||
| + | |||
| + | * 以下を行うことでTHStack の全体と同等なヒストグラムが生成される | ||
| + | < | ||
| + | THStack *hs = new THStack(); | ||
| + | // hs に対する処理 | ||
| + | TH1D *hist = new TH1D(*((TH1D*)(hs-> | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||