31 return StatusCode::SUCCESS;
39 const double lorentzShift{
m_tool->getLorentzShift(elementHash, ctx)};
40 const double lorentzShiftEta{
m_tool->getLorentzShiftEta(elementHash)};
41 const double tanLorentzAngle{
m_tool->getTanLorentzAngle(elementHash, ctx)};
42 const double tanLorentzAngleEta{
m_tool->getTanLorentzAngleEta(elementHash)};
43 const double biasVoltage{
m_tool->getBiasVoltage(elementHash)};
44 const double depletionVoltage{
m_tool->getDepletionVoltage(elementHash)};
45 const double temperature{
m_tool->getTemperature(elementHash)};
47 " lorentzShift " << lorentzShift <<
48 " lorentzShiftEta " << lorentzShiftEta <<
49 " tanLorentzAngle " << tanLorentzAngle <<
50 " tanLorentzAngleEta " << tanLorentzAngleEta <<
51 " biasVoltage " << biasVoltage <<
52 " depletionVoltage " << depletionVoltage <<
53 " temperature " << temperature);
56 return StatusCode::SUCCESS;
61 return StatusCode::SUCCESS;