ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_GmxInterface.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef HGTD_GeoModelXml_HGTD_GMXINTERFACE_H
6#define HGTD_GeoModelXml_HGTD_GMXINTERFACE_H
7
9#include <GeoModelXml/GmxInterface.h>
10
11#include <map>
12#include <string>
13
15class IRDBAccessSvc;
16class GeoVFullPhysVol;
17
18namespace GeoModelIO{
19 class ReadGeoModel;
20}
21
22namespace InDetDD {
24 class SiCommonItems;
25}
26
27class HGTD_GmxInterface: public GmxInterface, public AthMessaging
28{
29public:
31 InDetDD::SiCommonItems *commonItems);
32
33 virtual int sensorId(std::map<std::string, int> &index) const override final;
34 virtual void addSensorType(const std::string &clas,
35 const std::string &typeName,
36 const std::map<std::string, std::string>& parameters) override final;
37 void addSensor(const std::string& typeName,
38 std::map<std::string, int> &index,
39 int sequentialId,
40 GeoVFullPhysVol *fpv) override final;
41
42 void buildReadoutGeometryFromSqlite(IRDBAccessSvc * rdbAccessSvc, GeoModelIO::ReadGeoModel* sqlreader);
43
44private:
45 void makeLgadModule(const std::string &typeName,
46 const std::map<std::string, std::string> &parameters);
47
48 std::map<std::string, const InDetDD::HGTD_ModuleDesign *> m_geometryMap;
51
52};
53
54#endif // HGTD_GeoModelXml_HGTD_GMXINTERFACE_H
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
The Detector manager has methods to retrieve the Identifier helper and methods to retrieve the detect...
virtual int sensorId(std::map< std::string, int > &index) const override final
InDetDD::SiCommonItems * m_commonItems
HGTD_DetectorManager * m_detectorManager
std::map< std::string, const InDetDD::HGTD_ModuleDesign * > m_geometryMap
void makeLgadModule(const std::string &typeName, const std::map< std::string, std::string > &parameters)
virtual void addSensorType(const std::string &clas, const std::string &typeName, const std::map< std::string, std::string > &parameters) override final
void buildReadoutGeometryFromSqlite(IRDBAccessSvc *rdbAccessSvc, GeoModelIO::ReadGeoModel *sqlreader)
HGTD_GmxInterface(HGTD_DetectorManager *detectorManager, InDetDD::SiCommonItems *commonItems)
void addSensor(const std::string &typeName, std::map< std::string, int > &index, int sequentialId, GeoVFullPhysVol *fpv) override final
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
Class used to describe the design of a module (diode segmentation and readout scheme)
Helper class to concentrate common items, such as the pointer to the IdHelper, the lorentzAngle tool ...
Message Stream Member.
Definition index.py:1