Problem 704

Summary: Unable to use low energy package
Product: Examples/Advanced Reporter: yram
Component: underground_physicsAssignee: Maria.Grazia.Pia
Status: RESOLVED INVALID    
Severity: normal CC: yram
Priority: P2    
Version: 6.2   
Hardware: Sun   
OS: Linux   

Description yram 2004-12-10 23:14:43 CET
Hi, I have been trying to use the PhysicsList in the underground, dark matter
detector example, however, for some reason, the program is unable to find
certain .dat files in association with G4CompositeEMDataSet.  It seems that the
program has problems with all the low energy processes, for example,
0/comp/ce-sf-1.dat (there are others it complains about).  I don't know if there
is a path name set wrong so that it can't find these files, or if I am actually
missing them, and they need to be installed.  The environment variables that I
have set are as follows (I took out the ones I thought were not important to
keep this message short):

Thank you in advance for your help,
Mary Mackay
(yram@rice.edu)

P.s. This is very important to me, I have been unable to do my work because of
this, and it is very disheartening, please have good news for me.  :)

CERN_ROOT=/usr/local/cern/2002
IDL_PATH=<IDL_DEFAULT>
MEGALIB=/usr/local/MegaSoft/MEGAlib
G4LEDATA=0
G4LIB_BUILD_STATIC=1
IDL_STARTUP=/home/mary/.idlrc
LD_LIBRARY_PATH=/usr/lib/gcc-lib/i386-redhat-linux/2.96:/usr/lib:/usr/local/clhep/1.8.2.0_gcc2.96/CLHEP/lib:/usr/local/geant4.6.2.p01/lib/Linux-g++
G4INSTALL=/usr/local/geant4.6.2.p01
G4LIB_BUILD_SHARED=1
QTDIR=/usr/lib/qt3-gcc2.96
LESSOPEN=|/usr/bin/lesspipe.sh %s
GMEGA=/usr/local/MegaSoft/GMega
CLHEP_LIB_DIR=/usr/local/clhep/1.8.2.0_gcc2.96/CLHEP/lib
G4USE_G3TOG4=1
COSIMA=/usr/local/MegaSoft/Cosima
CERN=/usr/local/cern
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
LHEASOFT=/usr/local
LM_LICENSE_FILE=1700@128.42.11.12
INPUTRC=/etc/inputrc
G4WORKDIR=/home/mary/geant
LANG=en_US
DISPLAY=localhost:11.0
SHLVL=1
RSI_DIR=/usr/local/rsi
FTOOLS=/usr/local
G4UI_USE_XM=1
CLHEP_LIB=CLHEP-g++.1.8.2.0
CLHEP_BASE_DIR=/usr/local/clhep/1.8.2.0_gcc2.96/CLHEP
SHELL=/bin/bash
G4SYSTEM=Linux-g++
IDL_DIR=/usr/local/rsi/idl_5.5
HISTSIZE=1000
TERM=vt100
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
ROOTSYS=/usr/local/root
PATH=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/home/mary/geant/bin/Linux-g++:/opt/adabas/bin:/opt/adabas/pgm:/usr/local/cern/2002/bin:/usr/local/root/bin
SSH_TTY=/dev/pts/13
CLHEP_INCLUDE_DIR=/usr/local/clhep/1.8.2.0_gcc2.96/CLHEP/include
_=/usr/bin/env
Comment 1 yram 2004-12-13 16:10:59 CET
I am unsure as to what I should do at this point.  Do I need to check back at
this webpage?  or will it automatically e-mail me when there is a response since
I have myself listed as cc?  Is there anything that I need to do at this point?
 Anything else that I need to answer?  I would like to do as much as I can right
now in the hopes of resolving this problem over the next couple of days.
Comment 2 yram 2004-12-14 12:23:59 CET
I tried running the example package of the underground dark matter detector on
my computer, however, it complains that the "AIDA" package is not available.
Could this by why I am unable to run the program?  Do I need the AIDA package to
find these .dat files?

I am uncertain as to whether or not anyone has read this.  How do I know if it
has gone through?
Comment 3 Gabriele Cosmo 2004-12-16 01:58:59 CET
You're not setting the correct path to the low-energy data:
  G4LEDATA=0
Please, download the 'low-energy' data set (from the download page),
install it in your system and set the G4LEDATA variable to point to
the correct path where you've installed the data (for example:
G4LEDATA=/usr/local/geant4.6.2.p01/data/G4EMLOW2.3).