Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
DuneInterface
Tool
RunDataTool.h
Go to the documentation of this file.
1
// RunDataTool.h
2
3
#ifndef RunDataTool_H
4
#define RunDataTool_H
5
6
// Interface for a tool providing access to run conditions data.
7
8
#include "
dunecore/DuneInterface/Data/RunData.h
"
9
10
class
RunDataTool
{
11
12
public
:
13
14
using
Index
=
unsigned
int
;
15
16
virtual
~RunDataTool
() =
default
;
17
18
virtual
RunData
runData
(
Index
run
,
Index
subRun =0)
const
=0;
19
20
};
21
22
#endif
RunData
Definition:
RunData.h:21
RunData.h
filelisting.run
int run
Definition:
filelisting.py:13
RunDataTool::Index
unsigned int Index
Definition:
RunDataTool.h:14
RunDataTool::runData
virtual RunData runData(Index run, Index subRun=0) const =0
keras_to_tensorflow.int
int
Definition:
keras_to_tensorflow.py:69
RunDataTool::~RunDataTool
virtual ~RunDataTool()=default
RunDataTool
Definition:
RunDataTool.h:10
Generated by
1.8.11