Using Root for LCD Simulation Studies

STDHEP                 
1. Copy and unpack tar.gz file under LCDROOT home directory (= RootApps).
2. Type       . setup.sh             (for sh / bash users)      or       
                   source setup.csh  (for csh / tchs users)
SIO2root_common 
Copy and unpack tar.gz file under LCDROOT home directory (= RootApps).
ZLIB package
1. Copy and unpack tar.gz file under LCDROOT home directory (= RootApps).cd zlib-1.1.3  and Type the following command:
./configure --prefix=$LCDROOT/$LCDVERSION \ --libdir=$:CDROOT/$LCDVERSION/lib/'uname' \ --includedir=$LCDROOT/$LCDVERSION/inc
2. Edit Makefile : put the position-independent-compiling-option flag in CFLAGS
                --->  Add   -fPIC (for gcc)   or  -KPIC (for Sun CC5), etc ...   in CFLAGS
3. Type   make install
PANDORA
1. mkdir  pandoraV2.1   under the LCDROOT home directory (=RootApps)
2. Go to pandoraV2.1 directory     
3. Copy and unpack tar.gz file
PANDORA_PYTHIA
Copy and unpack tar.gz file under LCDROOT home directory (=RootApps).
LCDROOT V3.2
1. Copy and unpack tar.gz file under RootApps/V3.2 directory
2. Go to Common/bld directory
3. Edit Makefile.common :  check the following variables

ROOTSYS_DEFAULT   or   RIITSYS
LCDROOT
LCDVERSION
STDHEPBASE
SIOCOMMONPATH
ZLIB
PANDORADIR   
(if following this instlaction, please modify V2.2 to V2.1)
PANDOPYTHDIR

4. Go to RootApps/V3.2 directory, and  type  make install