DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
tref.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/tref.h to include/dbe/tref.hpp).
5
6
/*
7
* tref.h
8
*
9
* Created on: 15 Jun 2016
10
* Author: Leonidas Georgopoulos
11
*/
12
13
#ifndef DBE_TREF_H_
14
#define DBE_TREF_H_
15
16
#include <string>
17
18
namespace
dbe
19
{
20
21
template
<
typename
>
struct
config_object_linked
;
22
template
<
typename
>
struct
config_object_aggregates
;
23
24
namespace
inner
25
{
26
namespace
configobject
27
{
28
class
tref
;
29
class
vref
;
30
template
<
typename
>
class
aref
;
31
template
<
typename
>
class
gref
;
32
}
33
}
34
35
typedef
inner::configobject::tref
tref
;
36
typedef
inner::configobject::vref
vref
;
37
typedef
inner::configobject::aref<config_object_linked<std::string>
>
aref
;
38
typedef
inner::configobject::gref<config_object_aggregates<std::string>
>
gref
;
39
40
}
// namespace dbe
41
42
#endif
/* DBE_TREF_H_ */
dbe::inner::configobject::aref
Definition
config_reference_copy.hpp:38
dbe::inner::configobject::gref
Definition
config_reference_copy.hpp:73
dbe::inner::configobject::tref
Definition
config_reference.hpp:457
dbe::inner::configobject::vref
Definition
config_reference.hpp:484
dbe::inner::configobject
Definition
config_reference.hpp:39
dbe::inner
Definition
config_reference.hpp:35
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:18
dbe::tref
inner::configobject::tref tref
Definition
tref.hpp:35
dbe::gref
inner::configobject::gref< config_object_aggregates< std::string > > gref
Definition
tref.hpp:38
dbe::vref
inner::configobject::vref vref
Definition
tref.hpp:36
dbe::aref
inner::configobject::aref< config_object_linked< std::string > > aref
Definition
tref.hpp:37
dbe::config_object_aggregates
Definition
confobject_extra.hpp:101
dbe::config_object_linked
Definition
confobject_extra.hpp:130
Generated on
for DUNE-DAQ by
1.17.0