ATLAS Offline Software
ISiLorentzAngleTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
9 #ifndef ISiLorentzAngleTool_h
10 #define ISiLorentzAngleTool_h
11 
12 //Gaudi Includes
13 #include "GaudiKernel/IAlgTool.h"
14 #include "GaudiKernel/EventContext.h"
15 #include "GaudiKernel/ThreadLocalContext.h"
16 // Amg
18 
19 //forward declarations
20 class IdentifierHash;
21 
27 class ISiLorentzAngleTool: virtual public IAlgTool
28 {
29 public:
30  virtual ~ISiLorentzAngleTool() = default;
31 
34 
37  virtual double getLorentzShift(const IdentifierHash& elementHash) const = 0;
38 
41  virtual double getLorentzShift(const IdentifierHash& elementHash, const Amg::Vector2D& locPos) const = 0;
42 
45  virtual double getLorentzShiftEta(const IdentifierHash& elementHash) const = 0;
46 
49  virtual double getLorentzShiftEta(const IdentifierHash& elementHash, const Amg::Vector2D& locPos) const = 0;
50 
53  virtual double getTanLorentzAngle(const IdentifierHash& elementHash) const = 0;
54 
57  virtual double getTanLorentzAngle(const IdentifierHash& elementHash, const Amg::Vector2D& locPos) const = 0;
58 
61  virtual double getTanLorentzAngleEta(const IdentifierHash& elementHash) const = 0;
62 
65  virtual double getTanLorentzAngleEta(const IdentifierHash& elementHash, const Amg::Vector2D& locPos) const = 0;
66 
68  virtual double getBiasVoltage(const IdentifierHash& elementHash) const = 0;
69 
71  virtual double getTemperature(const IdentifierHash& elementHash) const = 0;
72 
74  virtual double getDepletionVoltage(const IdentifierHash& elementHash) const = 0;
75 };
76 
77 #endif // ISiLorentzAngleTool_h
ISiLorentzAngleTool::getTanLorentzAngle
virtual double getTanLorentzAngle(const IdentifierHash &elementHash, const Amg::Vector2D &locPos) const =0
As above, but provide the local position.
Amg::Vector2D
Eigen::Matrix< double, 2, 1 > Vector2D
Definition: GeoPrimitives.h:48
ISiLorentzAngleTool::getLorentzShift
virtual double getLorentzShift(const IdentifierHash &elementHash) const =0
Get the Lorentz angle shift in the local x (phiDist) direction Assumes the center of the detector and...
ISiLorentzAngleTool::getDepletionVoltage
virtual double getDepletionVoltage(const IdentifierHash &elementHash) const =0
Get depletion voltage.
ISiLorentzAngleTool::getLorentzShiftEta
virtual double getLorentzShiftEta(const IdentifierHash &elementHash) const =0
Get the Lorentz angle shift in the local y (etaDist) direction Assumes the center of the detector and...
GeoPrimitives.h
ISiLorentzAngleTool::getBiasVoltage
virtual double getBiasVoltage(const IdentifierHash &elementHash) const =0
Get bias voltage.
ISiLorentzAngleTool::getTanLorentzAngleEta
virtual double getTanLorentzAngleEta(const IdentifierHash &elementHash, const Amg::Vector2D &locPos) const =0
As above, but provide the local position.
ISiLorentzAngleTool::getLorentzShift
virtual double getLorentzShift(const IdentifierHash &elementHash, const Amg::Vector2D &locPos) const =0
As above, but provide the local position.
ISiLorentzAngleTool::~ISiLorentzAngleTool
virtual ~ISiLorentzAngleTool()=default
ISiLorentzAngleTool::DeclareInterfaceID
DeclareInterfaceID(ISiLorentzAngleTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
ISiLorentzAngleTool
Definition: ISiLorentzAngleTool.h:28
ISiLorentzAngleTool::getLorentzShiftEta
virtual double getLorentzShiftEta(const IdentifierHash &elementHash, const Amg::Vector2D &locPos) const =0
As above, but provide the local position.
ISiLorentzAngleTool::getTemperature
virtual double getTemperature(const IdentifierHash &elementHash) const =0
Get temperature.
ISiLorentzAngleTool::getTanLorentzAngle
virtual double getTanLorentzAngle(const IdentifierHash &elementHash) const =0
Get tan af the Lorentz angle in the local x (phiDist) direction Assumes the center of the detector an...
IdentifierHash
Definition: IdentifierHash.h:38
ISiLorentzAngleTool::getTanLorentzAngleEta
virtual double getTanLorentzAngleEta(const IdentifierHash &elementHash) const =0
Get tan af the Lorentz angle in the local y (etaDist) direction Assumes the center of the detector an...