A GUI for Pixie 16 digitizer
Go to file
2022-12-20 18:17:36 -05:00
firmware add the missing firmware 2022-11-04 16:42:06 -04:00
testing various bug fix 2022-12-20 17:46:39 -05:00
.gitignore various fixes and change for testClover 2022-11-07 17:42:11 -05:00
channelSetting.cpp bugs fix on channelSetting.cpp and settignsSummary 2022-12-07 16:26:49 -05:00
channelSetting.h added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
DataBlock.h good state, don't understand why the baseline is so high 2022-03-04 18:52:58 -05:00
elogEntry.sh various fixes and change for testClover 2022-11-07 17:42:11 -05:00
global_macro.h added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
Makefile various fixes and change for testClover 2022-11-07 17:42:11 -05:00
moduleSetting.cpp added Utility Menu, add channels scalar histogram 2022-04-13 16:22:10 -04:00
moduleSetting.h added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
Pixie16.config various fixes 2022-11-04 16:25:33 -04:00
Pixie16Class.cpp various bug fix 2022-12-20 17:46:39 -05:00
Pixie16Class.h various bug fix 2022-12-20 17:46:39 -05:00
pixieDAQ.cpp added histogram draw, should add a checkbox for on;/off 2022-12-20 18:17:36 -05:00
pixieDAQ.h various fixes and change for testClover 2022-11-07 17:42:11 -05: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 various fixes and change for testClover 2022-11-07 17:42:11 -05:00
scalarPanel.h various fixes and change for testClover 2022-11-07 17:42:11 -05:00
script.C add the missing firmware 2022-11-04 16:42:06 -04:00
settingsSummary.cpp various bug fix 2022-12-20 17:46:39 -05:00
settingsSummary.h bugs fix on channelSetting.cpp and settignsSummary 2022-12-07 16:26:49 -05:00
startStopDialog.cpp various fixes and change for testClover 2022-11-07 17:42:11 -05:00
startStopDialog.h various fixes and change for testClover 2022-11-07 17:42:11 -05:00
test_ryan.set various bug fix 2022-12-20 17:46:39 -05: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.