A GUI for Pixie 16 digitizer
Go to file
2022-11-04 16:42:06 -04:00
firmware add the missing firmware 2022-11-04 16:42:06 -04:00
testing added FIFOEnergies, FIFOEnergies, FIFOChannles, FIFOTimestamps, ScanNumDataBlockInExtFIFO() will fill them 2022-04-12 16:27:24 -04:00
.gitignore add the missing firmware 2022-11-04 16:42:06 -04:00
channelSetting.cpp added Utility Menu, add channels scalar histogram 2022-04-13 16:22:10 -04: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
global_macro.h added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
Makefile added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04: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 fixes 2022-11-04 16:25:33 -04:00
Pixie16Class.h various fixes 2022-11-04 16:25:33 -04:00
pixieDAQ.cpp various fixes 2022-11-04 16:25:33 -04:00
pixieDAQ.h added Utility Menu, add channels scalar histogram 2022-04-13 16:22:10 -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 added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
scalarPanel.h added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
script.C add the missing firmware 2022-11-04 16:42:06 -04:00
settingsSummary.cpp various fixes 2022-11-04 16:25:33 -04:00
settingsSummary.h added global_macro.h, new thread for filling histogram 2022-04-13 15:34:04 -04:00
test_ryan.set various fixes 2022-11-04 16:25:33 -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.