Loading [MathJax]/jax/output/SVG/config.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
w
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
Commission
CommissionRec
src
CosTriggerTimeAlg.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 COMMISSIONINGREC_COSTRIGTIMEALG_H
6
#define COMMISSIONINGREC_COSTRIGTIMEALG_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
CommissionEvent/CosTrigTime.h
"
10
#include "
LArSimEvent/LArHitContainer.h
"
11
#include "
StoreGate/ReadHandleKeyArray.h
"
12
#include "
StoreGate/WriteHandleKey.h
"
13
14
class
CosTriggerTimeAlg
:
public
AthReentrantAlgorithm
{
15
16
public
:
17
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
18
19
virtual
~CosTriggerTimeAlg
()=
default
;
20
21
virtual
StatusCode
initialize
();
22
23
virtual
StatusCode
execute
(
const
EventContext& cxt)
const
;
24
25
private
:
26
SG::ReadHandleKeyArray<LArHitContainer>
m_larHitKeys
{
this
,
"LArHitKeys"
,{
"LArHitEMB"
,
"LArHitEMEC"
,
"LArHitHEC"
,
"LArHitFCAL"
},
"input keys"
};
27
SG::WriteHandleKey<CosTrigTime>
m_timeKey
{
this
,
"CosTimeKey"
,
"CosTrigTime"
};
28
};
29
30
31
#endif
ReadHandleKeyArray.h
SG::HandleKeyArray
Definition:
StoreGate/StoreGate/HandleKeyArray.h:38
CosTriggerTimeAlg::m_larHitKeys
SG::ReadHandleKeyArray< LArHitContainer > m_larHitKeys
Definition:
CosTriggerTimeAlg.h:26
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
CosTriggerTimeAlg::execute
virtual StatusCode execute(const EventContext &cxt) const
Definition:
CosTriggerTimeAlg.cxx:14
CosTrigTime.h
SG::WriteHandleKey< CosTrigTime >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
LArHitContainer.h
CosTriggerTimeAlg::m_timeKey
SG::WriteHandleKey< CosTrigTime > m_timeKey
Definition:
CosTriggerTimeAlg.h:27
CosTriggerTimeAlg
Definition:
CosTriggerTimeAlg.h:14
CosTriggerTimeAlg::initialize
virtual StatusCode initialize()
Definition:
CosTriggerTimeAlg.cxx:7
CosTriggerTimeAlg::~CosTriggerTimeAlg
virtual ~CosTriggerTimeAlg()=default
Generated on Sun May 11 2025 21:07:53 for ATLAS Offline Software by
1.8.18