DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "serialization/Serialization.hpp"
#include "trigger/TriggerPrimitive_serialization.hpp"
#include "triggeralgs/TriggerActivity.hpp"
Go to the source code of this file.
Functions | |
DUNE_DAQ_SERIALIZE_NON_INTRUSIVE (dunedaq::trgdataformats, TriggerActivityData, time_start, time_end, time_peak, time_activity, channel_start, channel_end, channel_peak, adc_integral, adc_peak, detid, type, algorithm, version) DUNE_DAQ_SERIALIZE_NON_INTRUSIVE(triggeralgs | |
Variables | |
TriggerActivity | |
time_start | |
time_end | |
time_peak | |
time_activity | |
channel_start | |
channel_end | |
channel_peak | |
adc_integral | |
adc_peak | |
detid | |
type | |
algorithm | |
version | |
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TriggerActivity_serialization.hpp.
DUNE_DAQ_SERIALIZE_NON_INTRUSIVE | ( | dunedaq::trgdataformats | , |
TriggerActivityData | , | ||
time_start | , | ||
time_end | , | ||
time_peak | , | ||
time_activity | , | ||
channel_start | , | ||
channel_end | , | ||
channel_peak | , | ||
adc_integral | , | ||
adc_peak | , | ||
detid | , | ||
type | , | ||
algorithm | , | ||
version | ) |
adc_integral |
Definition at line 45 of file TriggerActivity_serialization.hpp.
adc_peak |
Definition at line 46 of file TriggerActivity_serialization.hpp.
algorithm |
Definition at line 49 of file TriggerActivity_serialization.hpp.
channel_end |
Definition at line 43 of file TriggerActivity_serialization.hpp.
channel_peak |
Definition at line 44 of file TriggerActivity_serialization.hpp.
channel_start |
Definition at line 42 of file TriggerActivity_serialization.hpp.
detid |
Definition at line 47 of file TriggerActivity_serialization.hpp.
time_activity |
Definition at line 41 of file TriggerActivity_serialization.hpp.
time_end |
Definition at line 39 of file TriggerActivity_serialization.hpp.
time_peak |
Definition at line 40 of file TriggerActivity_serialization.hpp.
time_start |
Definition at line 38 of file TriggerActivity_serialization.hpp.
TriggerActivity |
Definition at line 37 of file TriggerActivity_serialization.hpp.
type |
Definition at line 48 of file TriggerActivity_serialization.hpp.
version |
Definition at line 50 of file TriggerActivity_serialization.hpp.