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
graphics
VP1
VP1Systems
VP1TriggerDecisionSystems
VP1TriggerDecisionSystems
VP1TriggerDecisionSystem.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef VP1TRIGGERDECISIONSYSTEM_H
6
#define VP1TRIGGERDECISIONSYSTEM_H
7
9
// //
10
// Header file for class VP1TriggerDecisionSystem //
11
// Weiyi Zhang <wyizhang@cern.ch> //
12
// June 18 2007 //
13
//
14
// Major updates:
15
// - 2022/03, Riccardo Maria BIANCHI <riccardo.maria.bianchi@cern.ch>
16
// //
18
#include "
VP1Base/IVP1System.h
"
19
#include <QStringList>
20
21
class
VP1TriggerDecisionSystem
:
public
IVP1System
22
{
23
Q_OBJECT
24
25
public
:
26
VP1TriggerDecisionSystem
();
27
virtual
~VP1TriggerDecisionSystem
() {};
28
29
void
create
(
StoreGateSvc
* detstore );
30
void
refresh
(
StoreGateSvc
* storegate );
31
void
erase
();
32
33
QStringList
getInfoForEntry
(QString
key
,QString
type
);
34
void
getInfo
(
const
std::string&
key
,
const
std::string&,std::ostringstream&
os
);
35
36
signals
:
37
void
entriesChanged
(
const
QStringList& entry_key,
const
QStringList& entry_type);
38
39
private
:
40
41
class
Clockwork
;
42
Clockwork
*
m_clock
;
43
};
44
45
#endif
VP1TriggerDecisionSystem::~VP1TriggerDecisionSystem
virtual ~VP1TriggerDecisionSystem()
Definition:
VP1TriggerDecisionSystem.h:27
VP1TriggerDecisionSystem::VP1TriggerDecisionSystem
VP1TriggerDecisionSystem()
Definition:
VP1TriggerDecisionSystem.cxx:39
VP1TriggerDecisionSystem::getInfoForEntry
QStringList getInfoForEntry(QString key, QString type)
Definition:
VP1TriggerDecisionSystem.cxx:122
VP1TriggerDecisionSystem::erase
void erase()
Definition:
VP1TriggerDecisionSystem.cxx:115
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:124
IVP1System
Definition:
IVP1System.h:36
VP1TriggerDecisionSystem::getInfo
void getInfo(const std::string &key, const std::string &, std::ostringstream &os)
VP1TriggerDecisionSystem::refresh
void refresh(StoreGateSvc *storegate)
Definition:
VP1TriggerDecisionSystem.cxx:58
VP1TriggerDecisionSystem::create
void create(StoreGateSvc *detstore)
Definition:
VP1TriggerDecisionSystem.cxx:50
python.L1.Config.LegacyTopoMergerMap.signals
signals
Definition:
LegacyTopoMergerMap.py:13
ReadFromCoolCompare.os
os
Definition:
ReadFromCoolCompare.py:231
VP1TriggerDecisionSystem::m_clock
Clockwork * m_clock
Definition:
VP1TriggerDecisionSystem.h:41
VP1TriggerDecisionSystem::entriesChanged
void entriesChanged(const QStringList &entry_key, const QStringList &entry_type)
VP1TriggerDecisionSystem
Definition:
VP1TriggerDecisionSystem.h:22
IVP1System.h
VP1TriggerDecisionSystem::Clockwork
Definition:
VP1TriggerDecisionSystem.cxx:21
mapkey::key
key
Definition:
TElectronEfficiencyCorrectionTool.cxx:37
Generated on Wed Apr 23 2025 21:23:34 for ATLAS Offline Software by
1.8.18