ATLAS Offline Software
PixelGeometryManager.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "PixelGeometryManager.h"
6 
7 using namespace std;
8 
10  m_athenaComps(athenaComps)
11 {}
12 
14 {}
15 
16 // Default implementation return 0.
18 {
19  return nullptr;
20 }
21 
22 
PixelGeometryManager.h
PixelGeometryManager::PixelGeometryManager
PixelGeometryManager(PixelGeoModelAthenaComps *athenaComps)
Definition: PixelGeometryManager.cxx:9
PixelLegacyManager
Definition: PixelLegacyManager.h:19
PixelGeoModelAthenaComps
Class to hold various Athena components.
Definition: PixelGeoModelAthenaComps.h:16
PixelGeometryManager::~PixelGeometryManager
virtual ~PixelGeometryManager()
Definition: PixelGeometryManager.cxx:13
PixelGeometryManager::legacyManager
virtual PixelLegacyManager * legacyManager()
Definition: PixelGeometryManager.cxx:17