Commit Graph

292 Commits

Author SHA1 Message Date
Ryan Tang 84bb439ff3 Event Builder can output CAEN binary 2024-07-17 14:53:49 -04:00
Ryan Tang cc296f6e94 tested Coincident Analyzer for 20 kHz/channel, backward event builder. added save/load settings for that too 2024-06-28 15:08:58 -04:00
Ryan Tang dde7e39685 added control for using influx and elog 2024-06-27 17:27:28 -04:00
Ryan Tang c8e032390a Histogram2D.h add save/load graphic cuts into/from txt file 2024-06-27 16:51:31 -04:00
Ryan Tang 839b3d2a58 fix CoincidentAnalyzer.h 2024-06-26 17:35:09 -04:00
Ryan Tang 0371f0c560 comment out GDB debug in *.pro 2024-06-26 16:42:37 -04:00
Ryan Tang 5f2a7f067d change MainWindow Class to FSUDAQ Class. fix bug on histThread, fix bug on CoincidentAnalyzer.h 2024-06-26 16:40:40 -04:00
Ryan Tang 6fcebf0c06 Split-Pole analyzer, disable reaction when run analyzer 2024-06-20 13:50:44 -04:00
Ryan Tang 9ea67c4554 remove user input for batch size for EventBuilder and FSU2CAEN 2024-06-19 16:59:16 -04:00
Ryan Tang b9d1a76b7e fsuReader, Scanning fsu file will estimate the best batch size 2024-06-19 16:55:38 -04:00
Ryan Tang 0e8c92a266 when no event build, the suffix is 'single' instead of '-1' 2024-06-18 16:47:54 -04:00
Ryan Tang 02305314ba EventBuilder, trace stored as fixed size array of array 2024-06-18 16:33:23 -04:00
Ryan Tang 1b3c1733ce FSU2CAEN add the energy short 2024-06-18 14:37:23 -04:00
Ryan Tang bbe9ef7990 ClassData, fine timestamp in ps. added flags and trace for FSU2CAEN 2024-06-18 14:15:46 -04:00
Ryan Tang ae6b133138 added FSU2CAEN.cpp, this is a program to timesort the fsu files and output to CoMPASS binary format 2024-06-18 13:45:08 -04:00
Ryan Tang d0133cc864 bugs fix on SingleSpectrum 2D historgram not loading saved setting 2024-06-17 17:44:31 -04:00
Ryan Tang 106fe3f155 change some names in MultiBuilder.h, add setting for event time window in SPlitpotle analyszer 2024-06-13 16:12:29 -04:00
Ryan Tang e9e5ae3023 ClassData::ClearData reset the outFileIndex = 0 2024-06-13 14:55:51 -04:00
Ryan Tang a9b98c36f3 snapshot 2024-06-11 16:15:50 -04:00
Ryan Tang dcb3d73776 add prefix in RunTimeStamp.dat 2024-06-10 16:22:01 -04:00
Ryan Tang 7ad3ed4af0 bugs fix on scope 2024-05-17 17:45:30 -04:00
Ryan Tang b79fd72fe7 kind of complete single channel scope for PHA 2024-05-17 16:41:44 -04:00
Ryan Tang ab61ee1bb0 when EventAgg = 0, set to 30 2024-05-06 18:22:10 -04:00
Ryan Tang ff5120395b use a4818_list.txt for a4818 PID 2024-05-06 16:42:17 -04:00
Ryan Tang 952b352e8a fix display bug on QDC scope RecordLength 2024-05-06 14:06:00 -04:00
Ryan Tang 513608e991 SingleSpectrum, add button to rebin y-axis for whole digitizer 2024-04-25 18:24:05 -04:00
Ryan Tang 8fd4c92c2b Scalar UI update 2024-04-25 17:01:45 -04:00
Ryan Tang dfe4c4738b solved the slow down problem by repaint the main window 2024-04-18 10:06:55 -04:00
Ryan Tang 3c8229fbfb fixed histogram fill zero 2024-04-12 18:53:00 -04:00
Ryan Tang 03c3e79497 added SoftwareDisable Digitizer, Replace SW trigger button with SetNoTrace button 2024-04-09 15:18:48 -04:00
Ryan Tang 6d7daaa13c move saving file size to Scalar 2024-04-09 13:54:44 -04:00
Ryan Tang ff3f94e0de bug fix Histogram2D.h; now no data is white, at least one data is non-white 2024-04-08 20:51:57 -04:00
Ryan Tang 8a0503629c added CustomApplication in main.cpp, for debug what cause the slow down 2024-04-05 22:47:58 -04:00
Ryan Tang bedbe44164 improved Histogram2D color map, set every cell to nan = white; improve the SingleSpectrum filling algorithm, fill random digi and random ch 2024-04-05 22:33:05 -04:00
Ryan Tang 1af2bd4ce9 slightly reduce function call 2024-03-22 17:20:07 -04:00
Ryan Tang a0f9c4d727 add DebugPrint() Macro, for detail debug, fixed the histogram always fill old data 2024-03-22 16:47:33 -04:00
Ryan Tang 0cf64daf2e some test code in test.cpp 2024-03-22 14:26:39 -04:00
Ryan Tang 6a55ceb884 added maxFillTimeMilliSec for filling single spectra 2024-03-22 12:43:17 -04:00
Ryan Tang 66f3ba2f02 when data rate > 10k/sec, histogram will only fill the latest 10k data 2024-03-21 16:57:34 -04:00
Ryan Tang 5c26d60a58 update ACQ status every 1 sec instead of 2 sec 2024-03-20 18:37:26 -04:00
Ryan Tang e947fccd96 fix fileSize not display every 3 sec 2024-03-20 18:36:24 -04:00
Ryan Tang 55ec7995c7 when the trigger rate is small and Event/Agg is large, the trigger rate would be 0/0 = nan, fixed this. disable digiPlanel button when ACQ started 2024-03-20 15:35:48 -04:00
Ryan Tang 405b255344 QDC: fix bug when charge sensitiy change, parity change 2024-03-20 14:13:16 -04:00
Ryan Tang ecd7ea9afd add a buffer safe guard for QDC 2024-03-20 12:57:54 -04:00
Ryan Tang b73505695e added SetOptimalAggOrg() for QDC. This is the key for taking trace 2024-03-19 20:20:33 -04:00
Ryan Tang 64dfac3ee2 QDC Recordlength only for the whole board 2024-03-19 18:36:49 -04:00
Ryan Tang bebff94e62 fix RecordLength bug for QDC. Can't 100% trust CAEN manual 2024-03-19 16:13:44 -04:00
Ryan Tang 00a16ffc2e update Discord link 2024-03-15 12:27:00 -04:00
Ryan Tang 2199f4efd6 fix bugs in MultiBuilder.cpp, some bugs in ClassDigitizer for DT5730 2024-03-13 17:07:34 -04:00
Ryan Tang 4276f7a149 update README.md 2024-03-12 18:10:10 -04:00