ATLAS Offline Software
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 
19 ISvcLocator * VP1AthenaPtrs::m_serviceLocator = 0;
20 IToolSvc * VP1AthenaPtrs::m_toolSvc = 0;
21 
22 //____________________________________________________________________
24  StoreGateSvc * detectorStore,
25  ISvcLocator * serviceLocator,
26  IToolSvc * toolSvc )
27 {
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:128
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