Commit Graph

345 Commits

Author SHA1 Message Date
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
Ryan Tang cab0f1d5c4 add README.md for the Aux folder 2024-03-12 18:09:02 -04:00
Ryan Tang 729b8bc4f1 bug fix on EventBuilder 2024-03-12 17:34:33 -04:00
Ryan Tang 2be2b21923 clean up Aux folder 2024-03-12 17:11:04 -04:00
Ryan Tang 2dd4f3fd78 add back the .gitignore 2024-03-12 16:49:14 -04:00
Ryan Tang ed7ee00510 rebuild the eventbuilder using wonderful method 2024-03-12 16:43:12 -04:00
Ryan Tang 663d99a5f8 fsuReader can read list of file like a chain; SortAndSaveTS() to sort and save as TS file. 2024-03-09 12:08:16 -05:00
Ryan Tang 128f7da0ff use CAEN method for cal the buffer size 2024-03-07 16:11:08 -05:00
Ryan Tang 98cddbd5b3 add ClassDigitizer::CalByteForBufferCAEN() 2024-03-06 20:10:33 -05:00
Ryan Tang 8cb3908043 bug fix on EncoreChMap 2024-03-04 12:22:23 -05:00
Ryan Tang cc79c7ea3c Chnage enum DPPType -> DPPTypeCode; reduce the fsu.ts size; remove Hit::bd 2024-03-02 00:33:08 -05:00
Ryan Tang b3ab5da207 hide the token from GUI 2024-03-01 20:22:51 -05:00
Ryan Tang 7eb02891a5 update README.md 2024-03-01 19:56:31 -05:00
Ryan Tang 8f614e98cc add discord channel information 2024-03-01 19:28:48 -05:00
Ryan Tang 1b07b043aa Number of Coupled channel for DT5730 is number of channel /2 2024-03-01 19:19:33 -05:00
Ryan Tang eb799802ab added inlfux token for supporting influxDB 2, and update ClassDigitizer for DT5730 model 2024-03-01 19:18:23 -05:00
Ryan Tang aa361938a4 modified InfluxDB class for inlfuxDB V2 2024-03-01 16:58:27 -05:00
Ryan Tang 661aa5f928 added AggCount and ReadCount in Scalar. AggCount is the agg decoded. readcount is the number of read attemp 2024-02-26 19:05:16 -05:00
Ryan Tang 257874c822 fix fsuReader.h for modified ClassData 2024-02-26 18:02:34 -05:00
Ryan Tang 3039a20f61 save setting for each digitizer before run 2024-02-26 16:17:41 -05:00
Ryan Tang 08b7a60ec2 various changes on data rate. Scope will set the Agg/Read = 1, and restore when scope stop 2024-02-26 15:37:06 -05:00
Ryan Tang 93f89d9264 simplify trigger rate calculation 2024-02-23 18:31:39 -05:00
carina@hades 8e3dabb3f8 small change in README.md 2024-02-21 19:03:31 -05:00
carina@hades 3e0f786b22 update README.md 2024-02-21 19:02:01 -05:00
carina@hades 4c4c7f3860 fix bug when no programSettings.txt 2024-02-21 18:50:40 -05:00
carina@hades c6eabca9d1 added green color for active tab in DigiPanel; bug fix; 2024-02-20 14:23:29 -05:00
splitPoleDAQ ccfe99fb02 remove fine gate for PHA in DigiPanel 2024-02-20 13:52:34 -05:00
splitPoleDAQ cc2f336a6c added Trapazoid Rescaling and fine Gate calculation for PHA 2024-02-19 16:42:04 -05:00
splitPoleDAQ 4ab5e35f66 add info in event builder 2024-02-19 11:54:45 -05:00
Ryan@iMac 9c7dc1309a update README.md 2024-02-06 12:06:02 -05:00
carina@hades 97709891d4 fix Scope unzoom, scope trace length 2024-01-29 17:23:11 -05:00
carina@hades 6e9393d476 small change 2024-01-26 15:36:06 -05:00
carina@hades 86ac37d898 seperate FileInfo and GroupInfo struct 2024-01-26 15:11:20 -05:00
carina@hades 0927cca571 better data encaptule for ClassData.h 2024-01-26 14:53:52 -05:00
splitPoleDAQ 99bb47c25e update Eventbuilder(s), add pileUp, and change the fsu.ts, add hitCount at the header 2024-01-25 18:34:58 -05:00
carina@hades f1f1de91ef scope bug fix and performance improve 2024-01-25 16:18:47 -05:00
splitPoleDAQ 661241d44f bug fix on EventBuilder outfile 2024-01-24 16:18:20 -05:00
splitPoleDAQ 7e3aaf9c83 bug fix on loading setting. DigiPanel Combox = Mixed when channels has mixed setting 2024-01-24 12:58:50 -05:00
splitPoleDAQ 9398bfbe16 reduce printf 2024-01-23 15:26:35 -05:00
splitPoleDAQ 06f9191095 move the FIleIno and Group structure to fsuReader.h 2024-01-22 13:56:18 -05:00
splitPoleDAQ 80eb7cb56b bugs fix for EventBuilder. use 600 data size due to max event /agg is 511 2024-01-20 13:35:19 -05:00
splitPoleDAQ 39cda3bc3c Performance boot of EventBuilderNoTrace.cpp 2024-01-20 01:44:13 -05:00
splitPoleDAQ 3f282f9e8e fixed bug in FSUReader::ReadNextBlock() 2024-01-20 01:01:10 -05:00
splitPoleDAQ aa3bd81bd3 mv the old EventBuilder to EventBuilder_old, EventBuilder2 to EventBuilder 2024-01-19 19:52:14 -05:00
splitPoleDAQ bfd5f38def EventBuilder2 can accept *.fsu.ts files 2024-01-19 19:45:41 -05:00
splitPoleDAQ 6da09f6232 complete EventBuilder2.cpp 2024-01-19 19:24:51 -05:00
splitPoleDAQ 9921fbdd34 DigiPlanel: change button send clock sync to AutoSet reading conf. 2024-01-19 14:40:59 -05:00
splitPoleDAQ db0859908b fix previous update 2024-01-19 14:20:30 -05:00