cms-gem-detqc-project / CMS_GEM_Analysis_Framework

Analysis framework for the CMS GEM collaboration
GNU General Public License v3.0
0 stars 4 forks source link

Bug Report: setup script does not point to proper libraries #15

Open JeremieMerlin opened 5 years ago

JeremieMerlin commented 5 years ago

Found issue when running computeGainMap.py

Types of issue

Expected Behavior

Running python script for calculate gain map should trigger analysis of the data and generate output files.

Current Behavior

Impossible to run python script computeGainMap.py

Steps to Reproduce (for bugs)

  1. source script/setup_CMS_GEM.sh
  2. python2.7 python/computeGainMap.py --file=QC5_Uniformity_GE11-X-L-GHENT-0001.root --gp0=0.0346261 --gp0Err=0.0022929 --gp1=-14.3921 --gp1Err=1.47084 --name=GE11-X-L-GHENT-0001 --hvPoint=557.149372726627 --hvlist=600,625,650,660,670,680,690,700,710,720,730 --fileMap=config/Mapping_GE11-VII-L.cfg

Terminal return error Permission denied

Possible Solution (for bugs)

In the script setup_CMS_GEM.sh , /afs/cern.ch/sw/ should be replaced by /cvmfs/sft.cern.ch/ in lines 23, 26 and 32. Solved with the help of Jared Sturdy

Context (for feature requests)

Your Environment