This repository was archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
Different event counters for each ASIC in local triggering #164
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When running local triggering in the Layer 0 testing (i.e. with a detector connected and biased), and only a single ASIC with triggering enabled, I see a different number of events on each ASIC. For example, see the output below when I had ASIC 3 as the only ASIC with local triggering enabled. Logically, all other ASICs should report the same event count as ASIC 3.
Clearing the event data and then starting the data stream:
client.reset_ASIC_event_data()
client.print_ASIC_event_data()
print("------------------------")
sleep(0.1)
client.start_data_stream()
sleep(1000)
client.stop_data_stream()
client.print_ASIC_event_data()
The output:
ASIC 00 -- N_fifo: 0 event count: 0
ASIC 01 -- N_fifo: 0 event count: 0
ASIC 02 -- N_fifo: 0 event count: 0
ASIC 03 -- N_fifo: 0 event count: 0
ASIC 04 -- N_fifo: 0 event count: 0
ASIC 05 -- N_fifo: 0 event count: 0
ASIC 06 -- N_fifo: 0 event count: 0
ASIC 07 -- N_fifo: 0 event count: 0
ASIC 08 -- N_fifo: 0 event count: 0
ASIC 09 -- N_fifo: 0 event count: 0
ASIC 10 -- N_fifo: 0 event count: 0
ASIC 11 -- N_fifo: 0 event count: 0
------------------------
ASIC 00 -- N_fifo: 0 event count: 12555
ASIC 01 -- N_fifo: 0 event count: 12555
ASIC 02 -- N_fifo: 0 event count: 12471
ASIC 03 -- N_fifo: 0 event count: 12437
ASIC 04 -- N_fifo: 0 event count: 12415
ASIC 05 -- N_fifo: 0 event count: 12555
ASIC 06 -- N_fifo: 0 event count: 12535
ASIC 07 -- N_fifo: 0 event count: 12555
ASIC 08 -- N_fifo: 0 event count: 12503
ASIC 09 -- N_fifo: 0 event count: 12474
ASIC 10 -- N_fifo: 0 event count: 12484
ASIC 11 -- N_fifo: 0 event count: 12433
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working