DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SchemaCustomMethodImplementationModel.hpp
Go to the documentation of this file.
1// DUNE DAQ modification notice:
2// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4// Renamed since fork: yes (from dbe/SchemaCustomMethodImplementationModel.h to include/dbe/SchemaCustomMethodImplementationModel.hpp).
5
6#ifndef CUSTOMMETHODIMPLEMENTATION_H
7#define CUSTOMMETHODIMPLEMENTATION_H
8
12#include "oks/method.hpp"
13
14namespace dbse
15{
16
26
27} // namespace dbse
28#endif // CUSTOMMETHODIMPLEMENTATION_H
CustomMethodImplementationModel(dunedaq::oks::OksMethod *Method, QStringList Headers)
CustomModelInterface(QStringList Headers, QObject *parent=nullptr)
Including Schema Editor.
OKS method class.
Definition method.hpp:158
Including QT Headers.