ALICE FMD Off-line code

0.1

Contents

Introduction:

This file contains a short overview of the FMD code. It is by no means authoritative - only the code is good for that. However, I'll try to explain things a bit here.

Structure:

There are 4 libraries build for the FMD. These are

libFMDbase:

This currently (18th or March 2006) contains the classes

libFMDsim:

This currently (18th or March 2006) contains the classes

libFMDrec:

This currently (18th or March 2006) contains the classes

libFMDutil:

This currently (18th or March 2006) contains the classes

Scripts

Most scripts live in FMD/scripts. The notiable exceptions are Simulate.C, Reconstruct.C, and Config.C

Quick start

First, install ROOT. Then Install TGeant3:
    > cd ~/
    > mkdir alice
    > cd alice
    > cvs -d :pserver:cvs@root.cern.ch:/user/cvs login 
    Password: cvs
    > cvs -d :pserver:cvs@root.cern.ch:/user/cvs co geant3
    > cd geant3
    > make 
    

Now you can install AliRoot

    > cd ../
    > cvs -d :pserver:cvs@alisoft.cern.ch:/soft/cvsroot login
    Password: <empty>
    > cvs -d :pserver:cvs@alisoft.cern.ch:/soft/cvsroot co AliRoot
    > cd AliRoot
    > export ALICE_TARGET=`root-config --arch`
    > export ALICE=${HOME}/alice
    > export ALICE_ROOT=${ALICE}/AliRoot
    > export ALICE_LEVEL=new
    > export LD_LIBRARY_PATH=${ALICE_ROOT}/lib/tgt_${ALICE_TERGET}:${LD_LIBRARY_PATH}
    > export PATH=${ALICE_ROOT}/bin/tgt_${ALICE_TERGET}:${PATH}
    > export G3SYS=${ALICE}/geant3
    > make 
    

To simulate one event, do something like

    > aliroot ${ALICE_ROOT}/FMD/Simulate.C
    

To reconstruct the generated event, do

    > aliroot ${ALICE_ROOT}/FMD/Reconstruct.C
    

Now, open the file `AliESDs.root' in AliRoot, and browse through that.

Authors:


Generated on Fri Mar 24 17:11:21 2006 for ALICE FMD Off-line by  doxygen 1.4.6