5#ifndef HGTD_GeoModelXml_HGTD_GMXINTERFACE_H
6#define HGTD_GeoModelXml_HGTD_GMXINTERFACE_H
9#include <GeoModelXml/GmxInterface.h>
33 virtual int sensorId(std::map<std::string, int> &
index)
const override final;
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,
40 GeoVFullPhysVol *fpv)
override final;
46 const std::map<std::string, std::string> ¶meters);
48 std::map<std::string, const InDetDD::HGTD_ModuleDesign *>
m_geometryMap;
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 > ¶meters)
virtual void addSensorType(const std::string &clas, const std::string &typeName, const std::map< std::string, std::string > ¶meters) 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 ...