5#ifndef PLRGEOMODELXML_PLRGMXINTERFACE_H
6#define PLRGEOMODELXML_PLRGMXINTERFACE_H
32 virtual int sensorId(std::map<std::string, int> &
index)
const override final;
34 const std::string& typeName,
35 const std::map<std::string, std::string>& parameters)
override final;
36 virtual void addSensor(
const std::string& typeName,
37 std::map<std::string, int> &
index,
39 GeoVFullPhysVol *fpv)
override final;
45 const std::map<std::string, std::string> ¶meters);
Definition of the abstract IRDBAccessSvc interface.
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
void makePLRModule(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
virtual int sensorId(std::map< std::string, int > &index) const override final
PLRGmxInterface(PixelDetectorManager *detectorManager, SiCommonItems *commonItems, WaferTree *moduleTree)
virtual void addSensor(const std::string &typeName, std::map< std::string, int > &index, int sequentialId, GeoVFullPhysVol *fpv) override final
virtual void buildReadoutGeometryFromSqlite(IRDBAccessSvc *RDBAccessSvc, GeoModelIO::ReadGeoModel *sqlreader)
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
Helper class to concentrate common items, such as the pointer to the IdHelper, the lorentzAngle tool ...
RDBAccessSvc is the implementation of IRDBAccessSvc interface.