# WaveDump_UCAS **Repository Path**: schg_ucas/WaveDump_UCAS ## Basic Information - **Project Name**: WaveDump_UCAS - **Description**: A modified WaveDump (data taking software of CANE DTs) version able to store data in root file with some other features added. - **Primary Language**: C++ - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-13 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Install WaveDump, related libs and Digitizer USB Driver 1. You should have a Ubuntu 20.04 LST system installed on a computer. 2. A CERN root should be installed in the system, and make sure the following line has been added to ~/.bashrc
source /\
sudo sh install_x64
For 32bit sytsem, run:
sudo sh install
6. Go to the Wavedump Folder, run:
sh compile
7. And then you can use WaveDump in WaveDump directory. And if you want to use WaveDump in another directory, just copy the whole WaveDump directory to it and run "sh compile" again. Don't launch WaveDump in a directory twice, not matter what you want to do, this will cause some problem about data reading. So if you have two DTs to read at one time, just make another directory and launch two WaveDumps in two directory independently.
8. I am upgrading this compile process to CMake, but not done yet.
## If you are going to use this code, please cite
arxiv: 2402.05026 and this repository address