Commit Graph

67 Commits

Author SHA1 Message Date
Ryan Tang 3fc682f918 replace splitpole.C/h to SplitPolePlotter.C, to TreeReader 2024-07-19 15:00:29 -04:00
Ryan Tang 00ddf3dcf5 Small change of EventBuilder to support TTreeReader. add SpliitPolePlotter.C 2024-07-17 18:41:47 -04:00
splitPoleDAQ 064c99256b add spltpole.C/h in Aux 2024-07-17 16:02:36 -04:00
Ryan Tang c4263ab06c fix CAEN format. the header only at the beginning of the binary file 2024-07-17 15:30:27 -04:00
Ryan Tang 84bb439ff3 Event Builder can output CAEN binary 2024-07-17 14:53:49 -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 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 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 0cf64daf2e some test code in test.cpp 2024-03-22 14:26:39 -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 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 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 aa361938a4 modified InfluxDB class for inlfuxDB V2 2024-03-01 16:58:27 -05:00
Ryan Tang 257874c822 fix fsuReader.h for modified ClassData 2024-02-26 18:02:34 -05:00
splitPoleDAQ 4ab5e35f66 add info in event builder 2024-02-19 11:54:45 -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
splitPoleDAQ 661241d44f bug fix on EventBuilder outfile 2024-01-24 16:18:20 -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 2e65bbf233 added fsutsReader.h, this is the class to read the time sorted data from fsuReader.h 2024-01-19 03:11:50 -05:00
splitPoleDAQ 55ee3931cc added SaveHit2NewFile() to fsuReader.h, this save the time sorted data to a simple format 2024-01-19 03:11:10 -05:00
splitPoleDAQ 14c2ceab6c [MAJOR CHANGE] change ClassData, Timestamp, energy, etc, be dynamically allocated, NOT TESTED, compiled not problem 2024-01-18 23:09:50 -05:00
splitPoleDAQ c38f4ae401 added EventBuilder2.cpp, modified fsuReader 2024-01-18 18:55:37 -05:00
splitPoleDAQ ec5470a372 fsuReader.h improved, AggSeparator save file in local folder 2024-01-17 18:19:50 -05:00
splitPoleDAQ 12eec58287 added EventBuilderNoTrace, this is an eventbuilder using the fsuReader class 2024-01-16 15:39:41 -05:00
splitPoleDAQ 5cf2aa518e seperate Hit class from MultiBuilder.h, FSUReader will store and sort data, EventBUilderNoTrace is using FSUReader and in progress. 2024-01-12 19:12:37 -05:00