ATLAS Offline Software
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 Sun Dec 22 2024 21:22:27 for ATLAS Offline Software by
1.8.18