otsdaq
v2_05_02_indev
Return to top level
Main Page
Classes
Files
File List
TemplateTable.h
1
#ifndef _ots_TemplateTable_h_
2
#define _ots_TemplateTable_h_
3
4
#include "otsdaq/TableCore/TableBase.h"
5
6
namespace
ots
7
{
8
class
TemplateTable
:
public
TableBase
9
{
10
public
:
11
TemplateTable
(
void
);
12
virtual
~
TemplateTable
(
void
);
13
14
// Methods
15
void
init(
ConfigurationManager
* configManager);
16
17
// Getters
18
19
private
:
20
// Column names
21
struct
ColTemplate
22
{
23
std::string
const
colColumnName_ =
"ColumnName"
;
24
} colNames_;
25
};
26
}
// namespace ots
27
#endif
ots::ConfigurationManager
Definition:
ConfigurationManager.h:18
ots::TableBase
Definition:
TableBase.h:19
ots::TemplateTable
Definition:
TemplateTable.h:8
otsdaq
otsdaq
TablePlugins
TemplateTable.h
Generated on Wed Apr 29 2020 18:41:49 for otsdaq by
1.8.5