ATLAS Offline Software
Loading...
Searching...
No Matches
GeoPixelIBLFwdServices.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GEOPIXELIBLFWDSERVICES_H
6#define GEOPIXELIBLFWDSERVICES_H
7
8#include "GeoVPixelFactory.h"
9
11#include "GeoPixelLadder.h"
12
13#include "GeoModelKernel/GeoPhysVol.h"
14
15class GeoTransform;
16
18
19public:
20
23 GeoModelIO::ReadGeoModel* sqliteReader,
24 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
25 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX,
26 int);
27 virtual GeoVPhysVol* Build() override;
28
30 GeoPhysVol* getSupportA() { return m_supportPhysA; }
31 GeoPhysVol* getSupportC() { return m_supportPhysC; }
32 GeoTransform* getSupportTrfA() { return m_xformSupportA; }
33 GeoTransform* getSupportTrfC() { return m_xformSupportC; }
34
35 private:
36
39
41 GeoPhysVol *m_supportPhysA;
42 GeoPhysVol *m_supportPhysC;
43 GeoTransform *m_xformSupportA;
44 GeoTransform *m_xformSupportC;
45
46};
47
48#endif
49
GeoPixelIBLFwdServices(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX, int)
virtual GeoVPhysVol * Build() override
GeoVPixelFactory(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX)
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...