A GUI for Pixie 16 digitizer
Go to file
2022-04-08 17:01:48 -04:00
testing snapshot 2022-04-08 17:01:48 -04:00
.gitignore added scalar pannel 2022-03-30 16:09:12 -04:00
channelSetting.cpp the common settings are OK 2022-04-01 18:16:37 -04:00
channelSetting.h the common settings are OK 2022-04-01 18:16:37 -04:00
DataBlock.h good state, don't understand why the baseline is so high 2022-03-04 18:52:58 -05:00
Makefile add Channel Setting pannel, cannot not edit 2022-03-30 18:48:58 -04:00
moduleSetting.cpp the common settings are OK 2022-04-01 18:16:37 -04:00
moduleSetting.h can change Sych_wait InSych, and Slow Filter Range in Module setting 2022-04-01 15:14:11 -04:00
Pixie16.config snapshot 2022-03-15 19:59:36 -04:00
Pixie16Class.cpp snapshot 2022-04-08 17:01:48 -04:00
Pixie16Class.h snapshot 2022-04-08 17:01:48 -04:00
pixieDAQ.cpp snapshot 2022-04-08 17:01:48 -04:00
pixieDAQ.h add Real time and live time in scalar 2022-04-01 18:54:59 -04:00
pixieDAQLinkDef.h mainSetting plannel is done. 2022-03-16 18:46:14 -04:00
README.md Create README 2022-03-16 21:20:52 -04:00
scalarPanel.cpp snapshot 2022-04-08 17:01:48 -04:00
scalarPanel.h add Real time and live time in scalar 2022-04-01 18:54:59 -04:00
settingsSummary.cpp the common settings are OK 2022-04-01 18:16:37 -04:00
settingsSummary.h the common settings are OK 2022-04-01 18:16:37 -04:00
test_ryan.set the common settings are OK 2022-04-01 18:16:37 -04:00

Pixie16_GUI_DAQ

This is a GUI DAQ for XIA Pixie16 digitizer.

requires

PlxSDK8.0+, installed at /usr/opt/PlxSdk PixieSDK 3.3, installed at /usr/opt/xia/PixieSDK CERN ROOT 6.0+ (using 6.24/06)

The program is developing on Debian 10. using g++ 8.3.0, using Pixie16 16-bit 250MHz revision F.

make

just $make, it will create object files and link all together to pixieDAQ it will also make test and example under testing folder.

Pixie16Class

this is the main class for controlling the pixie16 digitizer. It unfolds some control for the CHANNEL_CSRA. It likes a C++ wrapper for the C code for the PixieSDK. Before PixieSDK3.3, it also decode the data.

DataBlock

this is a C++ class for a data Block, which is a Block for pixie output.