DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
EmulateTAUnit.hpp
Go to the documentation of this file.
1/* @file: EmulateTAUnit.hpp
2 *
3 * Emulation unit for TriggerActivities.
4 *
5 * This is part of the DUNE DAQ Application Framework, copyright 2023.
6 * Licensing/copyright details are in the COPYING file that you should have
7 * received with this code.
8 */
9
10#ifndef TRGTOOLS_EMULATETAUNIT_HPP_
11#define TRGTOOLS_EMULATETAUNIT_HPP_
12
16
17namespace dunedaq {
18namespace trgtools {
19
21 : public EmulationUnit<trgdataformats::TriggerPrimitive, triggeralgs::TriggerActivity, triggeralgs::TriggerActivityMaker>
22{};
23
24} // namespace trgtools
25} // namespace dunedaq
26
27#endif // TRGTOOLS_EMULATETAUNIT_HPP_
Including Qt Headers.