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
DataQuality
GoodRunsLists
GoodRunsLists
TriggerRegistryTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef GoodRunsLists_TriggerRegistryTool_H
6
#define GoodRunsLists_TriggerRegistryTool_H
7
13
#include "
GoodRunsLists/ITriggerRegistryTool.h
"
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
16
//typedef std::pair< std::vector<std::string>, std::vector<std::string> > vvPair;
17
22
class
TriggerRegistryTool
:
public
extends<AthAlgTool, ITriggerRegistryTool>
23
{
24
public
:
25
TriggerRegistryTool
(
const
std::string&,
const
std::string&,
const
IInterface* );
26
virtual
~TriggerRegistryTool
();
27
29
bool
registerTriggerSelector
(
const
TString&
name
,
const
TString& regexpr,
const
std::list<TString>& trigpar);
31
const
std::map< TString, tvtPair >&
getTriggerSelectorRegistry
() {
return
m_registry
; }
32
33
protected
:
34
35
std::map< TString, tvtPair >
m_registry
;
36
};
37
38
#endif
39
ITriggerRegistryTool.h
TriggerRegistryTool::TriggerRegistryTool
TriggerRegistryTool(const std::string &, const std::string &, const IInterface *)
Definition:
TriggerRegistryTool.cxx:8
TriggerRegistryTool::m_registry
std::map< TString, tvtPair > m_registry
Definition:
TriggerRegistryTool.h:35
AthAlgTool.h
TriggerRegistryTool::getTriggerSelectorRegistry
const std::map< TString, tvtPair > & getTriggerSelectorRegistry()
get selector registry
Definition:
TriggerRegistryTool.h:31
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TriggerRegistryTool
This file contains the class definition for the TriggerRegistryTool class.
Definition:
TriggerRegistryTool.h:23
TriggerRegistryTool::~TriggerRegistryTool
virtual ~TriggerRegistryTool()
Definition:
TriggerRegistryTool.cxx:14
TriggerRegistryTool::registerTriggerSelector
bool registerTriggerSelector(const TString &name, const TString ®expr, const std::list< TString > &trigpar)
register trigger
Definition:
TriggerRegistryTool.cxx:20
Generated on Thu Mar 13 2025 21:20:53 for ATLAS Offline Software by
1.8.18