How to get FGTEventDisplay to run
starver dev
klog
cvs co offline/StFgtDevel/FGTEventDisplay
cd offline/StFgtDevel/FGTEventDisplay/
cvs co StRoot/StEvent
cvs co StRoot/RTS
cvs co StRoot/StFgtUtil/
cons
in FGTEventDisplay.cc:
Change
#include <rtsLog.h> // for my LOG() call
#include <rtsSystems.h>
#include <DAQ_READER/daqReader.h>
#include <DAQ_READER/daq_dta.h>
#include <StFgtUtil/geometry/StFgtGeom.h>
#include <DAQ_FGT/daq_fgt.h>
To:
#include <StRoot/RTS/include/rtsLog , rtsSystems
#include <StRoot/RTS/src/DAQ...
#include <StRoot/StFgtUtil/>
etc
Change in StRoot/RTS/src/DAQ_FGT/daq_fgt.h
#include <DAQ_READER/daq_det.h>
to <StRoot/RTS/src/DAQ_READER...>
use attached Makefile (changed include path, libraries), copy it in the FGTEventDisplay directory
make
- avossen's blog
- Login or register to post comments