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: error while analysing sbitThreshold scan with anaSBitThresh.py #224

Closed giovanni-mocellin closed 5 years ago

giovanni-mocellin commented 5 years ago

Brief summary of issue

Not able to analyse the sbitThreshold scan, because python script for the analysis gives an error.

Types of issue

Expected Behavior

It should run normally and analyse the sbitThreshold scan

Current Behavior

anaSBitThresh.py /data/bigdisk/GEM-Data-Taking/GE11_QC8///sbitRate/channelOR//2019.06.23.18.33/SBitRateData.root Loading info from input TTree Traceback (most recent call last): File "/opt/cmsgemos/bin/anaSBitThresh.py", line 98, in scandate = scandate) File "/usr/lib/python2.7/site-packages/gempython/gemplotting/utils/anautilities.py", line 1465, in sbitRateAnalysis list_bNames.remove('vfatID') ValueError: list.remove(x): x not in list

Steps to Reproduce (for bugs)

  1. Login to the DAQ machine.
  2. Run: anaSBitThresh.py /data/bigdisk/GEM-Data-Taking/GE11_QC8///sbitRate/channelOR//2019.06.23.18.33/SBitRateData.root
  3. Get error as above

Possible Solution (for bugs)

Context (for feature requests)

Analyse sbitThreshold scan, which needs to be done to properly configure the detectors before the data taking.

Your Environment

DAQ machine

bdorney commented 5 years ago

Issue related to patch on the DAQ machine; patch has been reverted. Closing as resolved.