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
VP1Base
src
VP1AthenaPtrs.cxx
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
// Implementation of class VP1AthenaPtrs //
9
// //
10
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
11
// Initial version: July 2008 //
12
// //
14
15
#include "
VP1Base/VP1AthenaPtrs.h
"
16
17
StoreGateSvc
*
VP1AthenaPtrs::m_eventStore
= 0;
18
StoreGateSvc
*
VP1AthenaPtrs::m_detectorStore
= 0;
19
ISvcLocator *
VP1AthenaPtrs::m_serviceLocator
= 0;
20
IToolSvc *
VP1AthenaPtrs::m_toolSvc
= 0;
21
22
//____________________________________________________________________
23
void
VP1AthenaPtrs::setPointers
(
StoreGateSvc
* eventStore,
24
StoreGateSvc
* detectorStore,
25
ISvcLocator * serviceLocator,
26
IToolSvc * toolSvc )
27
{
28
VP1AthenaPtrs::m_eventStore
=
eventStore
;
29
VP1AthenaPtrs::m_detectorStore
=
detectorStore
;
30
VP1AthenaPtrs::m_serviceLocator
=
serviceLocator
;
31
VP1AthenaPtrs::m_toolSvc
=
toolSvc
;
32
}
VP1AthenaPtrs::m_toolSvc
static IToolSvc * m_toolSvc
Definition:
VP1AthenaPtrs.h:38
VP1AthenaPtrs::setPointers
static void setPointers(StoreGateSvc *eventStore, StoreGateSvc *detectorStore, ISvcLocator *, IToolSvc *)
Definition:
VP1AthenaPtrs.cxx:23
VP1AthenaPtrs.h
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
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 Tue Apr 1 2025 21:22:58 for ATLAS Offline Software by
1.8.18