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
IHLTConfigSvc.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_IHLTCONFIGSVC_H
8
#define TRIGCONFINTERFACES_IHLTCONFIGSVC_H
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/IService.h"
12
13
// Local include(s):
14
#include "
TrigConfInterfaces/IIHLTConfigSvc.h
"
15
16
#include <string>
17
18
namespace
TrigConf
{
19
20
// Forward declaration(s):
21
class
HLTChainList;
22
class
HLTSequenceList;
23
31
class
IHLTConfigSvc
:
virtual
public
IService,
32
virtual
public
IIHLTConfigSvc
33
34
{
35
36
public
:
38
virtual
~IHLTConfigSvc
()
override
=
default
;
39
41
DeclareInterfaceID
(
IHLTConfigSvc
, 0, 1 );
42
43
// This interface is now empty (was used in Run-1&2)
44
45
};
// class IHLTConfigSvc
46
47
}
// namespace TrigConf
48
49
#endif // TRIGCONFINTERFACES_IHLTCONFIGSVC_H
TrigConf::IHLTConfigSvc
Athena interface for all services that provide HLT menu configuration information.
Definition:
IHLTConfigSvc.h:34
TrigConf::IHLTConfigSvc::DeclareInterfaceID
DeclareInterfaceID(IHLTConfigSvc, 0, 1)
Specify the interface declared by this class.
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition:
Config.h:22
TrigConf::IIHLTConfigSvc
Interface for all services/tools that provide HLT menu configuration information.
Definition:
IIHLTConfigSvc.h:33
TrigConf::IHLTConfigSvc::~IHLTConfigSvc
virtual ~IHLTConfigSvc() override=default
destructor
IIHLTConfigSvc.h
Generated on Sat Mar 15 2025 21:11:42 for ATLAS Offline Software by
1.8.18