Closed vkuznet closed 12 years ago
Once coral is installed, I need to do several actions
ver=CORAL_2_3_21-cms20
coral=$CMSSH_ROOT/CMSSW/$SCRAM_ARCH/cms/coral/$ver/$SCRAM_ARCH
coral_external=$CMSSH_ROOT/CMSSW/$SCRAM_ARCH/cms/coral/$ver/external/$SCRAM_ARCH/lib
export PYTHONPATH=$PYTHONPATH:$PWD:$coral/python:$coral/lib:$coral_external
export PATH=$PATH:$PWD/tmp/RecoLuminosity/LumiDB/scripts
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$coral/lib:$coral_external
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$coral/lib:$coral_external
python $PWD/tmp/RecoLuminosity/LumiDB/scripts/lumiCalc2.py -i collision.json --without-checkforupdate --without-correction delivered
please note that I need to run lumiCalc script without-checkforupdate since it will ask for CVS access to repository. This should be set in setup.sh
Done and released in v0.25
I need to install coral and checkout from CVS RecoLuminosity/LumiDB. Then I can add into info command for dataset the parallel look-up of its lumi numbers.