cms-tau-pog / TauFW

Analysis framework for tau analysis at CMS using NanoAOD
9 stars 40 forks source link

Fix HTCondor environment issue, external acces to EOS & more #67

Closed IzaakWN closed 3 months ago

IzaakWN commented 3 months ago

@pmastrap, can you help me validate the changes in EOS.py on your UCL system by running the following unit test with this PR (i.e. the hackathon branch if you have a version), please?

source /cvmfs/cms.cern.ch/cmsset_default.sh
export CMSSW=CMSSW_12_4_8
export SCRAM_ARCH=slc7_amd64_gcc10
cmsrel $CMSSW
cd $CMSSW/src
cmsenv
git clone -b hackathon https://github.com/cms-tau-pog/TauFW TauFW
scram b -j8

# or if you have a TauFW locally:
#git fetch origin hackathon
#git checkout hackathon
#git pull origin hackathon

cd TauFW/PicoProducer
python3 test/testStorage.py /eos/user/${USER::1}/$USER/test -v10
IzaakWN commented 3 months ago

Thank you, @pmastrap for testing! I'm merging this now...