Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
DuneInterface
Tool
DataMapViewer.h
Go to the documentation of this file.
1
// DataMapViewer.h
2
3
// David Adams
4
// October 2017
5
//
6
// Interface for tools that provide a view of DataMap data, i.e.
7
// of the result from another tool.
8
9
#ifndef DataMapViewer_H
10
#define DataMapViewer_H
11
12
#include "
dunecore/DuneInterface/Data/DataMap.h
"
13
14
class
DataMapViewer
{
15
16
public
:
17
18
virtual
~DataMapViewer
() =
default
;
19
20
// Tool process method.
21
// acd - Input ADC channel data
22
virtual
DataMap
view
(
const
DataMap
& dm)
const
=0;
23
24
};
25
26
#endif
DataMap.h
DataMapViewer::view
virtual DataMap view(const DataMap &dm) const =0
DataMapViewer::~DataMapViewer
virtual ~DataMapViewer()=default
DataMap
Definition:
DataMap.h:43
DataMapViewer
Definition:
DataMapViewer.h:14
Generated by
1.8.11