使い方についてざっくばらんに
Contents
ridfを解析する場合
book(new TArtAnaLoopExample, "ana/example.ana"); push("ridf/run0001.ridf"); start(); status(); ls();
histの保存・読み込み
... hstore("hist.root"); // 保存 fetch("hist.root"); // 読み込み
みたいな感じですか? (2012 2/14 田中)
使い方についてざっくばらんに
Contents
book(new TArtAnaLoopExample, "ana/example.ana"); push("ridf/run0001.ridf"); start(); status(); ls();
... hstore("hist.root"); // 保存 fetch("hist.root"); // 読み込み
みたいな感じですか? (2012 2/14 田中)