Reference for Classes defined in ANAROOT
Here gives some reference of ANAROOT classes. As of autumn 2011, libraries for RIDF decoding, BigRIPS reconstruction are supported. Libraries for SAMURAI detectors and EURICA detectors are supposed to be developed soon.
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
How to add new class created by yourself.
- Create YOURCLASS.h and YOURCLASS.cc.
- Put each files to ${ANAROOT_SYS}/source/Core/include/ and ${ANAROOT_SYS}/source/Core/src/, respectively.
- Add following line to ${ANAROOT_SYS}/source/Core/anacore_linkdef.h.
#pragma link C++ class YOURCLASS-!; - Recompile libanacore.so
$cd ${ANAROOT_SYS} $make install
Example Core
Last-modified: Thu, 06 Feb 2014 22:59:44 HAST (3959d)