Revision 2 as of 2012-02-19 06:24:27

Clear message
Locked History Actions

ANAROOT/Manual/HowTo

使い方についてざっくばらんに

ridfを解析する場合

book(new TArtAnaLoopExample, "ana/example.ana");
push("ridf/run0001.ridf");
start();
status();
ls();

histの保存・読み込み

...
hstore("hist.root"); // 保存
fetch("hist.root"); // 読み込み

みたいな感じですか? (2012 2/14 田中)