You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Trigger Replay App is a tool for running the trigger system in isolation from the rest of the DAQ apps. replay_tp_to_chain
It accepts input file(s) that are simple '.txt' TPs and runs your configured algorithm over them. These could be real streamed TPs (from the cold-box for example) or simulated ones, maybe in LArSoft.
How to use:
python -m trigger.replay_tp_to_chain runs the configuration generation code here
-s 10 slows down the input by a factor 10 (by decreasing the clock rate by that factor) which is useful when outputting
large logs/debugging information for example
--trigger-activity-plugin specifies the name of the TAMaker you
would like to use
--trigger-candidate-plugin identifies the TCMaker
--trigger-activity-config provides a dictionary, which maps the configuration for your specified TAMaker, triggering thresholds etc. This can be done for the TCMaker too
-l specifies the number of times you would like to play the data file through the system
--input-file points to your input TPs file, which have the standard format:
A good sample of real TPs taken from the March 2023 Vertical Drift ColdBox (VDCB) runs can be found on the DUNE GPVMS [here](/nashome/c/cbatchel/Public/tp dataset run020472 60s.txt). These are 60 seconds of streamed TPs directly from readout, on CRP 004, across all induction and collection channels.
The Trigger Replay App is a tool for running the trigger system in isolation from the rest of the DAQ apps.
replay_tp_to_chain
It accepts input file(s) that are simple '.txt' TPs and runs your configured algorithm over them. These could be real streamed TPs (from the cold-box for example) or simulated ones, maybe in LArSoft.
How to use:
large logs/debugging information for example
would like to use
A good sample of real TPs taken from the March 2023 Vertical Drift ColdBox (VDCB) runs can be found on the DUNE GPVMS [here](/nashome/c/cbatchel/Public/tp dataset run020472 60s.txt). These are 60 seconds of streamed TPs directly from readout, on CRP 004, across all induction and collection channels.
Example code to run:
There are several tasks that are required for the replay app:
The text was updated successfully, but these errors were encountered: