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
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
VP1Base
VP1Base
VP1AthenaPtrs.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
7
// //
8
// Header file for class VP1AthenaPtrs //
9
// //
10
// Description: Static access to athena pointers //
11
// //
12
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13
// Initial version: July 2008 //
14
// //
16
17
#ifndef VP1ATHENAPTRS_H
18
#define VP1ATHENAPTRS_H
19
20
class
StoreGateSvc
;
21
class
ISvcLocator;
22
class
IToolSvc;
23
24
class
VP1AthenaPtrs
{
25
public
:
26
27
static
StoreGateSvc
*
eventStore
() {
return
m_eventStore
; }
28
static
StoreGateSvc
*
detectorStore
() {
return
m_detectorStore
; }
29
static
ISvcLocator *
serviceLocator
() {
return
m_serviceLocator
; }
30
static
IToolSvc *
toolSvc
() {
return
m_toolSvc
; }
31
32
private
:
33
VP1AthenaPtrs
();
34
~VP1AthenaPtrs
();
35
static
StoreGateSvc
*
m_eventStore
;
36
static
StoreGateSvc
*
m_detectorStore
;
37
static
ISvcLocator *
m_serviceLocator
;
38
static
IToolSvc *
m_toolSvc
;
39
friend
class
VP1ExecutionScheduler
;
40
static
void
setPointers
(
StoreGateSvc
*
eventStore
,
41
StoreGateSvc
*
detectorStore
,
42
ISvcLocator * , IToolSvc *);
43
44
45
};
46
47
#endif
VP1AthenaPtrs::~VP1AthenaPtrs
~VP1AthenaPtrs()
VP1AthenaPtrs::VP1AthenaPtrs
VP1AthenaPtrs()
VP1AthenaPtrs::m_toolSvc
static IToolSvc * m_toolSvc
Definition:
VP1AthenaPtrs.h:38
VP1AthenaPtrs
Definition:
VP1AthenaPtrs.h:24
VP1AthenaPtrs::setPointers
static void setPointers(StoreGateSvc *eventStore, StoreGateSvc *detectorStore, ISvcLocator *, IToolSvc *)
Definition:
VP1AthenaPtrs.cxx:23
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:125
VP1AthenaPtrs::m_detectorStore
static StoreGateSvc * m_detectorStore
Definition:
VP1AthenaPtrs.h:36
VP1AthenaPtrs::m_serviceLocator
static ISvcLocator * m_serviceLocator
Definition:
VP1AthenaPtrs.h:37
VP1AthenaPtrs::m_eventStore
static StoreGateSvc * m_eventStore
Definition:
VP1AthenaPtrs.h:35
VP1AthenaPtrs::serviceLocator
static ISvcLocator * serviceLocator()
Definition:
VP1AthenaPtrs.h:29
VP1ExecutionScheduler
Definition:
VP1ExecutionScheduler.h:42
VP1AthenaPtrs::eventStore
static StoreGateSvc * eventStore()
Definition:
VP1AthenaPtrs.h:27
VP1AthenaPtrs::toolSvc
static IToolSvc * toolSvc()
Definition:
VP1AthenaPtrs.h:30
VP1AthenaPtrs::detectorStore
static StoreGateSvc * detectorStore()
Definition:
VP1AthenaPtrs.h:28
Generated on Sun Mar 30 2025 21:23:05 for ATLAS Offline Software by
1.8.18