Individual components of BRAT

From: Kris Hagel (hagel@comp.tamu.edu)
Date: Mon Jul 05 1999 - 18:46:30 EDT


Hello,
This message is to let interested parties know that I have made it work
to checkout
and modify only one component of BRAT, eg TOF, at a time and compile it
and link it and dynamically load it into ROOT. It works as advertised
in the
message of last Wednesday, 30-Jun where I wrote:

If you would like to use BRAT as it is, but modify one component, eg
brat/tpc, it is necessary to replace the second line with the following
two lines

setenv BRATHOME top level directory where you put your component
setenv LD_LIBRARY_PATH \

$LD_LIBRARY_PATH\:$BRATHOME/lib/$BRAHMS_ARCH

An example of this would be my .login that I used for the test, namely

source ~brahmlib/brahms_login.csh
setenv BRATHOME ~/brat_test/brat
setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH\:$BRATHOME/lib/$BRAHMS_ARCH

To make sure you load your personal file into ROOT, it is necessary to
specify
in the .rootrc file $(BRATHOME)/lib/$(BRAHMS_ARCH) as a component of the
search path in the DynamicPath variable. Make sure it comes in the list
before
$(BRATSYS)/lib/$(BRAHMS_ARCH)

I have also changed in BrRawDataInput the counting of slats, tubeno's
and Id's. They are now made to count from 1 instead of 0 in accordance
with a decision taken sometime back.

I am leaving town right now and will not be back until next Wednesday.
You can send mail because I will have e-mail access as well as login
access to rcf from Fredericksburg. But any logging in I do will be at
night, so you can expect a delay in a response.

Regards

Kris



This archive was generated by hypermail 2b29 : Tue Feb 01 2000 - 20:35:19 EST