Locked History Actions

Diff for "ANAROOT/Manual/HowTo"

Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
ANAROOT/UIコマンド/HowToについて、ここに記述してください。 使い方についてざっくばらんに
Line 3: Line 3:
aaa <<TableOfContents(3)>>

=== ridfを解析する場合 ===
{{{
book(new TArtAnaLoopExample, "ana/example.ana");
push("ridf/run0001.ridf");
start();
status();
ls();
}}}
=== histの保存・読み込み ===
{{{
...
hstore("hist.root"); // 保存
fetch("hist.root"); // 読み込み
}}}
みたいな感じですか? (2012 2/14 田中)

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

ridfを解析する場合

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

histの保存・読み込み

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

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