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
HLT
Trigger
TrigControl
TrigKernel
TrigKernel
ITrigEventLoopMgr.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGKERNEL_ITRIGEVENTLOOPMGR_H
6
#define TRIGKERNEL_ITRIGEVENTLOOPMGR_H
7
8
#include "GaudiKernel/IInterface.h"
9
#include "
CxxUtils/checker_macros.h
"
10
#include <boost/property_tree/ptree.hpp>
11
19
class
ITrigEventLoopMgr
:
virtual
public
IInterface {
20
public
:
22
DeclareInterfaceID
(
ITrigEventLoopMgr
, 21, 0);
23
27
virtual
StatusCode
prepareForStart
(
const
boost::property_tree::ptree
&) = 0;
28
32
virtual
StatusCode
prepareForRun
ATLAS_NOT_THREAD_SAFE
(
const
boost::property_tree::ptree
&) = 0;
33
37
virtual
StatusCode
hltUpdateAfterFork
(
const
boost::property_tree::ptree
&) = 0;
38
};
39
40
#endif
ITrigEventLoopMgr::prepareForStart
virtual StatusCode prepareForStart(const boost::property_tree::ptree &)=0
invoked py the PSC before calling start() on all components
ITrigEventLoopMgr::hltUpdateAfterFork
virtual StatusCode hltUpdateAfterFork(const boost::property_tree::ptree &)=0
update parameters if necessary after forking workers and issue incident
ITrigEventLoopMgr
EventLoopMgr interface implemented by the HLT event loop manager.
Definition:
ITrigEventLoopMgr.h:19
ITrigEventLoopMgr::DeclareInterfaceID
DeclareInterfaceID(ITrigEventLoopMgr, 21, 0)
Interface ID.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ptree
boost::property_tree::ptree ptree
Definition:
JsonFileLoader.cxx:16
ITrigEventLoopMgr::ATLAS_NOT_THREAD_SAFE
virtual StatusCode prepareForRun ATLAS_NOT_THREAD_SAFE(const boost::property_tree::ptree &)=0
invoked by the PSC before event loop (before forking)
checker_macros.h
Define macros for attributes used to control the static checker.
Generated on Mon Apr 21 2025 21:12:31 for ATLAS Offline Software by
1.8.18