Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
atladdpkg DetectorDescription/DetDescrCond/DetDescrCondTools
cd DetectorDescription/DetDescrCond/DetDescrCondTools/cmt
vi ../src/CoolHistSvc.cxx, change "tfile=new TFile" to "tfile=TFile::Open"
make

OR
use DetectorDescription/DetDescrCond/DetDescrCondTools version DetDescrCondTools-00-03-04 (not tested)

You can also try using the conditions database here, which points to the same hotdisk files (thanks Wei):

Code Block

export ATLAS_POOLCOND_PATH="/nfs/slac/g/grid/osg/app/atlas_app/atlas_rel/local/conditions"

See: https://twiki.cern.ch/twiki/bin/view/Atlas/AthenaDBAccess

...