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

Addressing Setup, Repo Structure, and Missing xdaq Latency Scan Application #13

Closed bdorney closed 7 years ago

bdorney commented 7 years ago

Removing usage of cd in setup/paths.sh This should address: https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/10

Adding repo structure files requested in https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/11:

And made updates to .gitignore as discussed in https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/11.

Finally added anaXDAQLatency.py script to the repository as mentioned in https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/12. This script was renamed from:

/data/bigdisk/GEM-Data-Taking/latencyAnalysis.py

Created by @jsturdy for analyzing latency scan data taken with xdaq.

bdorney commented 7 years ago

Unit tests successfully run using ana_scans.py with:

Looks good.