EnglishJapanese Reload Front page List of pages Search Recent changes RSS of recent changes

Reference for Classes defined in ANAROOT

ANAROOTのクラスに関するリファレンスページです。 2011年秋現在ではRIDFフォーマットのデータデコーディングと、BigRIPSのリコンストラクションのための機能がサポートされています。 SAMURAI, EURICAのためのライブラリは鋭意製作中です。

RIDF file decoder

Location

${ANAROOT_SYS}/source/Core/

${ANAROOT_SYS} is the directory where ANAROOT is installed in.

Members of Core

Create and add your class

新たに作成したクラスをライブラリに登録する方法は以下のとおりです。

  1. YOURCLASS.hとYOURCLASS.ccを作成し、${ANAROOT_SYS}/source/Core/includeと${ANAROOT_SYS}/source/Core/srcにそれぞれ保存します。
  2. ${ANAROOT_SYS}/source/Core/anacore_linkdef.hに次の行を追加します。

    #pragma link C++ class YOURCLASS-!;

  3. ${ANAROOT_SYS}に移動し、make installを実行してください。

Example Core

  1. RIDF2Histo.C
  2. RIDF2Tree.C
  3. RIDF2Histo_online.C
Last-modified: Fri, 07 Feb 2014 17:59:44 JST (4052d)