ATLAS Offline Software
|
#include <SCT_SensorsTool.h>
Public Member Functions | |
SCT_SensorsTool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~SCT_SensorsTool ()=default |
virtual StatusCode | initialize () override |
virtual StatusCode | finalize () override |
virtual void | getSensorsData (std::vector< std::string > &userVector, const EventContext &ctx) const override |
virtual void | getSensorsData (std::vector< std::string > &userVector) const override |
virtual const SCT_SensorCondData * | getSensorsData (const unsigned int truncatedSerialNumber, const EventContext &ctx) const override |
virtual const SCT_SensorCondData * | getSensorsData (const unsigned int truncatedSerialNumber) const override |
virtual std::string | getManufacturer (unsigned int truncatedSerialNumber, const EventContext &ctx) const override |
virtual std::string | getManufacturer (unsigned int truncatedSerialNumber) const override |
virtual void | printManufacturers (const EventContext &ctx) const override |
virtual void | printManufacturers () const override |
Private Member Functions | |
const SCT_SensorsCondData * | getCondData (const EventContext &ctx) const |
Private Attributes | |
SG::ReadCondHandleKey< SCT_SensorsCondData > | m_condKey {this, "CondKey", "SCT_SensorsCondData", "SCT sensor conditions"} |
Tool allowing one to manually get Vdep, crystal orientation and Mfr for a sensor(s)
Definition at line 29 of file SCT_SensorsTool.h.
SCT_SensorsTool::SCT_SensorsTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 13 of file SCT_SensorsTool.cxx.
|
virtualdefault |
|
overridevirtual |
Definition at line 24 of file SCT_SensorsTool.cxx.
|
private |
Definition at line 86 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 66 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 53 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 39 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 30 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 48 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 44 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 17 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 80 of file SCT_SensorsTool.cxx.
|
overridevirtual |
Definition at line 71 of file SCT_SensorsTool.cxx.
|
private |
Definition at line 51 of file SCT_SensorsTool.h.