5#ifndef PIXELGEOMODELXML_PIXELGMXINTERFACE_H
6#define PIXELGEOMODELXML_PIXELGMXINTERFACE_H
9#include <GeoModelXml/GmxInterface.h>
37 virtual int sensorId(std::map<std::string, int> &
index)
const override;
39 const std::string& typeName,
40 const std::map<std::string, std::string>& parameters)
override;
41 virtual void addSensor(
const std::string& typeName,
42 std::map<std::string, int> &
index,
44 GeoVFullPhysVol *fpv)
override;
46 std::map<std::string, int> &
index,
48 GeoAlignableTransform *transform)
override final;
56 const std::map<std::string, std::string> ¶meters);
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
SiCommonItems * m_commonItems
virtual void addSensorType(const std::string &clas, const std::string &typeName, const std::map< std::string, std::string > ¶meters) override
virtual void addAlignable(int level, std::map< std::string, int > &index, GeoVFullPhysVol *fpv, GeoAlignableTransform *transform) override final
void makePixelModule(const std::string &typeName, const std::map< std::string, std::string > ¶meters)
PixelDetectorManager * m_detectorManager
PixelGmxInterface(PixelDetectorManager *detectorManager, SiCommonItems *commonItems, WaferTree *moduleTree)
virtual void addSensor(const std::string &typeName, std::map< std::string, int > &index, int sequentialId, GeoVFullPhysVol *fpv) override
void buildReadoutGeometryFromSqlite(IRDBAccessSvc *rdbAccessSvc, GeoModelIO::ReadGeoModel *sqlreader)
std::map< std::string, int > m_geometryMap
virtual int sensorId(std::map< std::string, int > &index) const override
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
Tree structure to find the position, index or pitch of a pixel on a semi-regular grid The grid is con...
Helper class to concentrate common items, such as the pointer to the IdHelper, the lorentzAngle tool ...
Base class for the detector design classes for Pixel and SCT.