Description Usage Arguments Details Value
View source: R/eventselection.R
Each row in the returned dataframe corresponds to a single event processed.
1 | make_events_df(dx)
|
dx |
an eventselection raw dataframe |
The dataframe columns are:
the MPI rank on which the call was made
timestamp before create_records call
timestamp after records have been filled
timestamp after create_records call
timestamp after slices have been filter for selection
id of this event
number of slices in this event
sum of the size of records (in bytes) of this event
id of block which arried this event
duration of loading data from HEPnOS (ms)
duration of record creation (ms)
duration of filter criterion application (ms)
a tibble containing event-level data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.