Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigConfiguration
TrigConfInterfaces
TrigConfInterfaces
ITrigConfigSvc.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef TRIGCONFINTERFACES_ITRIGCONFIGSVC_H
8
#define TRIGCONFINTERFACES_ITRIGCONFIGSVC_H
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/IInterface.h"
12
#include "GaudiKernel/extend_interfaces.h"
13
14
// Local include(s):
15
#include "
TrigConfInterfaces/ILVL1ConfigSvc.h
"
16
#include "
TrigConfInterfaces/IHLTConfigSvc.h
"
17
18
namespace
TrigConf
{
19
27
class
ITrigConfigSvc
:
public
extend_interfaces< ILVL1ConfigSvc,
28
IHLTConfigSvc > {
29
30
public
:
32
virtual
~ITrigConfigSvc
()
override
=
default
;
33
35
DeclareInterfaceID
(
ITrigConfigSvc
, 0, 1 );
36
37
virtual
std::string
configurationSource
()
const
= 0;
38
39
};
// class ITrigConfigSvc
40
41
}
// namespace TrigConf
42
43
#endif // TRIGCONFINTERFACES_ITRIGCONFIGSVC_H
TrigConf::ITrigConfigSvc
Athena interface for all service that provide L1Topo, LVL1, and HLT menu configuration information.
Definition:
ITrigConfigSvc.h:28
IHLTConfigSvc.h
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition:
Config.h:22
ILVL1ConfigSvc.h
TrigConf::ITrigConfigSvc::~ITrigConfigSvc
virtual ~ITrigConfigSvc() override=default
destructor
TrigConf::ITrigConfigSvc::DeclareInterfaceID
DeclareInterfaceID(ITrigConfigSvc, 0, 1)
Specify the interface declared by this class.
TrigConf::ITrigConfigSvc::configurationSource
virtual std::string configurationSource() const =0
Generated on Sat Mar 15 2025 21:12:23 for ATLAS Offline Software by
1.8.18