ATLAS Offline Software
|
#include <PixelGmxInterface.h>
Public Member Functions | |
PixelGmxInterface (PixelDetectorManager *detectorManager, SiCommonItems *commonItems, WaferTree *moduleTree) | |
virtual int | sensorId (std::map< std::string, int > &index) const override |
virtual void | addSensorType (const std::string &clas, const std::string &typeName, const std::map< std::string, std::string > ¶meters) override |
virtual void | addSensor (const std::string &typeName, std::map< std::string, int > &index, int sequentialId, GeoVFullPhysVol *fpv) override |
virtual void | addAlignable (int level, std::map< std::string, int > &index, GeoVFullPhysVol *fpv, GeoAlignableTransform *transform) override final |
std::shared_ptr< const PixelDiodeMatrix > | buildMatrix (double phiPitch, double etaPitch, double phiPitchLong, double phiPitchEnd, double etaPitchLong, double etaPitchEnd, int nPhiLong, int nPhiEnd, int nEtaLong, int nEtaEnd, int circuitsPhi, int circuitsEta, int diodeColPerCirc, int diodeRowPerCirc) const |
void | buildReadoutGeometryFromSqlite (IRDBAccessSvc *rdbAccessSvc, GeoModelIO::ReadGeoModel *sqlreader) |
bool | msgLvl (const MSG::Level lvl) const |
Test the output level. More... | |
MsgStream & | msg () const |
The standard message stream. More... | |
MsgStream & | msg (const MSG::Level lvl) const |
The standard message stream. More... | |
void | setLevel (MSG::Level lvl) |
Change the current logging level. More... | |
Protected Member Functions | |
void | makePixelModule (const std::string &typeName, const std::map< std::string, std::string > ¶meters) |
Protected Attributes | |
std::map< std::string, int > | m_geometryMap |
PixelDetectorManager * | m_detectorManager {} |
SiCommonItems * | m_commonItems {} |
WaferTree * | m_moduleTree {} |
Private Member Functions | |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Private Attributes | |
std::string | m_nm |
Message source name. More... | |
boost::thread_specific_ptr< MsgStream > | m_msg_tls |
MsgStream instance (a std::cout like with print-out levels) More... | |
std::atomic< IMessageSvc * > | m_imsg { nullptr } |
MessageSvc pointer. More... | |
std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
Current logging level. More... | |
std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
Messaging initialized (initMessaging) More... | |
Definition at line 30 of file PixelGmxInterface.h.
InDetDD::ITk::PixelGmxInterface::PixelGmxInterface | ( | PixelDetectorManager * | detectorManager, |
SiCommonItems * | commonItems, | ||
WaferTree * | moduleTree | ||
) |
Definition at line 34 of file PixelGmxInterface.cxx.
|
finaloverridevirtual |
Definition at line 504 of file PixelGmxInterface.cxx.
|
overridevirtual |
Reimplemented in InDetDD::PLRGmxInterface.
Definition at line 195 of file PixelGmxInterface.cxx.
|
overridevirtual |
std::shared_ptr< const PixelDiodeMatrix > InDetDD::ITk::PixelGmxInterface::buildMatrix | ( | double | phiPitch, |
double | etaPitch, | ||
double | phiPitchLong, | ||
double | phiPitchEnd, | ||
double | etaPitchLong, | ||
double | etaPitchEnd, | ||
int | nPhiLong, | ||
int | nPhiEnd, | ||
int | nEtaLong, | ||
int | nEtaEnd, | ||
int | circuitsPhi, | ||
int | circuitsEta, | ||
int | diodeColPerCirc, | ||
int | diodeRowPerCirc | ||
) | const |
Definition at line 264 of file PixelGmxInterface.cxx.
void InDetDD::ITk::PixelGmxInterface::buildReadoutGeometryFromSqlite | ( | IRDBAccessSvc * | rdbAccessSvc, |
GeoModelIO::ReadGeoModel * | sqlreader | ||
) |
Definition at line 439 of file PixelGmxInterface.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
protected |
Definition at line 102 of file PixelGmxInterface.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 164 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 179 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
lvl | The message level to test against |
true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
overridevirtual |
Reimplemented in InDetDD::PLRGmxInterface.
Definition at line 44 of file PixelGmxInterface.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
protected |
Definition at line 67 of file PixelGmxInterface.h.
|
protected |
Definition at line 66 of file PixelGmxInterface.h.
|
protected |
Definition at line 61 of file PixelGmxInterface.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
protected |
Definition at line 68 of file PixelGmxInterface.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.