![]() |
ATLAS Offline Software
|
#include <InducedChargeModel.h>
Public Member Functions | |
| SCT_InducedChargeModelData (const float vdepl, const float vbias, const InDetDD::SolidStateDetectorElementBase *element, const Amg::Vector3D &magneticField, const float bulk_depth, const EFieldModel model, const ToolHandle< ISiliconConditionsTool > &siConditionsTool, CLHEP::HepRandomEngine *rndmEngine, const EventContext &ctx) | |
Public Attributes | |
| float | m_VD {} |
| float | m_VB {} |
| float | m_T {} |
| float | m_depletion_depth {} |
| const InDetDD::SolidStateDetectorElementBase * | m_element {} |
| Amg::Vector3D | m_magneticField {} |
| EFieldModel | m_EFieldModel {} |
| CLHEP::HepRandomEngine * | m_rndmEngine {} |
| std::array< std::array< double, NDepthPoints >, NEFieldPoints > | m_ExValue {} |
| std::array< std::array< double, NDepthPoints >, NEFieldPoints > | m_EyValue {} |
Definition at line 51 of file InducedChargeModel.h.
|
inline |
Definition at line 63 of file InducedChargeModel.h.
| float InducedChargeModel::SCT_InducedChargeModelData::m_depletion_depth {} |
Definition at line 55 of file InducedChargeModel.h.
| EFieldModel InducedChargeModel::SCT_InducedChargeModelData::m_EFieldModel {} |
Definition at line 58 of file InducedChargeModel.h.
| const InDetDD::SolidStateDetectorElementBase* InducedChargeModel::SCT_InducedChargeModelData::m_element {} |
Definition at line 56 of file InducedChargeModel.h.
| std::array<std::array<double, NDepthPoints>, NEFieldPoints> InducedChargeModel::SCT_InducedChargeModelData::m_ExValue {} |
Definition at line 60 of file InducedChargeModel.h.
| std::array<std::array<double, NDepthPoints>, NEFieldPoints> InducedChargeModel::SCT_InducedChargeModelData::m_EyValue {} |
Definition at line 61 of file InducedChargeModel.h.
| Amg::Vector3D InducedChargeModel::SCT_InducedChargeModelData::m_magneticField {} |
Definition at line 57 of file InducedChargeModel.h.
| CLHEP::HepRandomEngine* InducedChargeModel::SCT_InducedChargeModelData::m_rndmEngine {} |
Definition at line 59 of file InducedChargeModel.h.
| float InducedChargeModel::SCT_InducedChargeModelData::m_T {} |
Definition at line 54 of file InducedChargeModel.h.
| float InducedChargeModel::SCT_InducedChargeModelData::m_VB {} |
Definition at line 53 of file InducedChargeModel.h.
| float InducedChargeModel::SCT_InducedChargeModelData::m_VD {} |
Definition at line 52 of file InducedChargeModel.h.