DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SchemaCustomSuperClassModel.hpp
Go to the documentation of this file.
1#ifndef CUSTOMSUPERCLASSMODEL_H
2#define CUSTOMSUPERCLASSMODEL_H
3
5#include "oks/class.hpp"
9
10namespace dbse
11{
12
14{
15public:
16 CustomSuperClassModel ( dunedaq::oks::OksClass * ClassInfo, QStringList Headers, bool Derived = false );
18 void setupModel();
19private:
22};
23
24} // namespace dbse
25#endif // CUSTOMSUPERCLASSMODEL_H
CustomSuperClassModel(dunedaq::oks::OksClass *ClassInfo, QStringList Headers, bool Derived=false)
The OKS class.
Definition class.hpp:200
Including QT Headers.