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
TrigT1
TGCTriggerCondSvc
src
TGCTriggerCondAlg.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 TGCTRIGGERCONDALG_H
6
#define TGCTRIGGERCONDALG_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
12
#include "
TGCTriggerCondSvc/TGCTriggerLUTs.h
"
13
#include "
TGCTriggerCondSvc/TGCTriggerBWCWReader.h
"
14
15
class
TGCTriggerCondAlg
:
public
AthAlgorithm
{
16
17
public
:
18
19
TGCTriggerCondAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
20
virtual
~TGCTriggerCondAlg
() =
default
;
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
()
override
;
23
24
private
:
25
26
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey_bw
{
this
,
"ReadKeyBw"
,
"/TGC/TRIGGER/CW_BW_RUN3"
};
27
SG::WriteCondHandleKey<TGCTriggerLUTs>
m_writeKey
{
this
,
"WriteKey"
,
"TGCTriggerLUTs"
};
28
29
// LUT Readers
30
TGCTriggerBWCWReader
m_bwCWReader
{0};
31
};
32
33
#endif
34
35
TGCTriggerCondAlg::m_readKey_bw
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_bw
Definition:
TGCTriggerCondAlg.h:26
TGCTriggerCondAlg::TGCTriggerCondAlg
TGCTriggerCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TGCTriggerCondAlg.cxx:11
TGCTriggerCondAlg::m_bwCWReader
TGCTriggerBWCWReader m_bwCWReader
Definition:
TGCTriggerCondAlg.h:30
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
WriteCondHandleKey.h
TGCTriggerLUTs.h
TGCTriggerBWCWReader
Definition:
TGCTriggerBWCWReader.h:14
TGCTriggerCondAlg::initialize
virtual StatusCode initialize() override
Definition:
TGCTriggerCondAlg.cxx:16
AthAlgorithm.h
TGCTriggerCondAlg::~TGCTriggerCondAlg
virtual ~TGCTriggerCondAlg()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TGCTriggerBWCWReader.h
TGCTriggerCondAlg::execute
virtual StatusCode execute() override
Definition:
TGCTriggerCondAlg.cxx:26
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TGCTriggerCondAlg
Definition:
TGCTriggerCondAlg.h:15
SG::ReadCondHandleKey< CondAttrListCollection >
SG::WriteCondHandleKey< TGCTriggerLUTs >
TGCTriggerCondAlg::m_writeKey
SG::WriteCondHandleKey< TGCTriggerLUTs > m_writeKey
Definition:
TGCTriggerCondAlg.h:27
Generated on Sun Mar 30 2025 21:20:02 for ATLAS Offline Software by
1.8.18