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 |
|
splitPoleDAQ
|
96e3d2a007
|
modified UI for open digitizer. when click on update Setting, it will overwrite the setting file to make sure the setting is updated
|
2024-01-19 14:15:37 -05:00 |
|
splitPoleDAQ
|
187b3b5b7f
|
fix on the saving setting dialog
|
2024-01-19 13:29:14 -05:00 |
|
splitPoleDAQ
|
4020a2aeac
|
add default setting name
|
2024-01-19 13:21:59 -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
|
5c6b5e7001
|
added getTime_ns() in macro.h
|
2024-01-19 03:07:55 -05:00 |
|
splitPoleDAQ
|
792d1c5545
|
Added traceLength in Hit Class
|
2024-01-19 03:07:16 -05:00 |
|
splitPoleDAQ
|
2ee71637cc
|
bug fix for ClassData for numCh < MAXNCHANNEL
|
2024-01-19 03:06:36 -05:00 |
|
splitPoleDAQ
|
c0e6d7ae9a
|
In setting panel, change save setting as text to a checkbox for update setting
|
2024-01-18 23:41:18 -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 |
|
splitPoleDAQ
|
3b0c22c5d2
|
bug fix on event builder when load from other directory with underscore
|
2024-01-12 16:59:55 -05:00 |
|
splitPoleDAQ
|
c9675bc77d
|
UI improvment for eventbuilder
|
2024-01-11 18:05:18 -05:00 |
|
splitPoleDAQ
|
0686ad67e6
|
added a bash script to rename old fsu file
|
2024-01-11 17:56:55 -05:00 |
|
splitPoleDAQ
|
ea2bf2cb01
|
fix the time jumping problem for eventbuilder
|
2024-01-11 17:32:58 -05:00 |
|
splitPoleDAQ
|
bdc02a5639
|
Change the output filename format, including tick2ns, fix evenbuilder bug
|
2024-01-11 11:52:40 -05:00 |
|
splitPoleDAQ
|
0d9690b5ed
|
small bug fix on EventBuilder. Need to convert to absolute timestamp for various type of digitizers
|
2024-01-10 18:29:15 -05:00 |
|
carina@hades
|
fd0e6d4e38
|
remove the elog password protection
|
2023-12-15 16:53:41 -05:00 |
|
carina@hades
|
fae9762dd9
|
added A4818 support for FSU DAQ, extend MAXNBoard = 8
|
2023-12-15 16:47:11 -05:00 |
|
carina@hades
|
4304a4bd05
|
add A4818 support in ClassDigitizer.cpp, not implemented in FSU DAQ
|
2023-12-15 16:02:46 -05:00 |
|
carina@hades
|
491a5be496
|
fix SplitPole analyzer
|
2023-12-14 16:55:33 -05:00 |
|
carina@hades
|
dc93fba711
|
Histogram2D can logZ
|
2023-12-14 15:52:36 -05:00 |
|
carina@hades
|
d90dd4920f
|
add log-y for histogram 1
|
2023-12-14 15:45:02 -05:00 |
|
carina@hades
|
495d65a112
|
small modifications
|
2023-12-14 15:34:28 -05:00 |
|
carina@hades
|
0b8b4cb388
|
add some board setting to program to board from memory
|
2023-12-12 19:20:31 -05:00 |
|
carina@hades
|
2122097fcc
|
load setting only for channels
|
2023-12-12 19:13:38 -05:00 |
|