cms-gem-daq-project / gem-plotting-tools

Repository for GEM commissioning plotting tools
GNU General Public License v3.0
1 stars 26 forks source link

Bug report: ImportError in get2DMapOfDetector #129

Closed AndrewLevin closed 6 years ago

AndrewLevin commented 6 years ago

I ran anaUltraScans.py using the ana_scans.py wrapper, and found the error message below in the anaLog.log file:

[gemuser@gem904qc8daq gemdaq]$ tail /data/bigdisk/GEM-Data-Taking/GE11_QC8/GE11-X-S-CERN-0004/scurve/2018.07.09.16.30/anaLog.log 
| 22 | 0 | 5 | 1 | 2 | 0 |
| 23 | 0 | 0 | 0 | 0 | 0 |
Removing Hot Channels from Output Histograms
Storing Output Data
Traceback (most recent call last):
  File "/opt/cmsgemos/bin/anaUltraScurve.py", line 664, in <module>
    hDetMapThresh = get2DMapOfDetector(dict_vfatChanLUT, allThresh, stripChanOrPinType, "threshold")
  File "/usr/lib/python2.7/site-packages/gempython/gemplotting/utils/anautilities.py", line 68, in get2DMapOfDetector
    from ..mapping.chamberInfo import chamber_vfatPos2iEtaiPhi
ImportError: cannot import name chamber_vfatPos2iEtaiPhi

Types of issue

Steps to Reproduce (for bugs)

  1. [amlevin@lxplus039 ~]$ ssh gemuser@gem904qc8daq
  2. [gemuser@gem904qc8daq gemdaq]$ ana_scans.py --scandate=2018.07.09.16.30 --ztrim=4 --anaType=scurve 2>&1 | tee -a ana_scurve_log.txt