Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
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

@ckierans

Description

@ckierans

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions