DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
EmulateTCUnit.hpp
Go to the documentation of this file.
1/* @file: EmulateTCUnit.hpp
2 *
3 * Emulation unit for TriggerCandidates.
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_EMULATETCUNIT_HPP_
11#define TRGTOOLS_EMULATETCUNIT_HPP_
12
16
17namespace dunedaq {
18namespace trgtools {
19
21 : public EmulationUnit<triggeralgs::TriggerActivity,
22 triggeralgs::TriggerCandidate,
23 triggeralgs::TriggerCandidateMaker>
24{};
25
26} // namespace trgtools
27} // namespace dunedaq
28
29#endif // TRGTOOLS_EMULATETAUNIT_HPP_
Including Qt Headers.