ATLAS Offline Software
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
InDetDD::SCT_ModuleSideDesign Class Referenceabstract

#include <SCT_ModuleSideDesign.h>

Inheritance diagram for InDetDD::SCT_ModuleSideDesign:
Collaboration diagram for InDetDD::SCT_ModuleSideDesign:

Public Types

enum  Axis { xAxis =0, yAxis, zAxis }
 

Public Member Functions

 SCT_ModuleSideDesign (const double thickness, const bool phiSymmetric, const bool etaSymmetric, const bool depthSymmetric, const int crystals, const int diodes, const int cells, const int shift, const bool swapStripReadout, InDetDD::CarrierType carrierType, int readoutSide)
 Constructor with parameters: local axis corresponding to eta direction local axis corresponding to phi direction local axis corresponding to depth direction thickness of silicon sensor number of crystals within module side number of diodes within crystal number of cells within module side index of diode connected to cell with index 0. More...
 
 SCT_ModuleSideDesign (const double thickness, const bool phiSymmetric, const bool etaSymmetric, const bool depthSymmetric, const int crystals, const int diodes, const int cells, const int shift, const bool swapStripReadout, InDetDD::CarrierType carrierType, int readoutSide, const SiDetectorDesign::Axis stripDirection, const SiDetectorDesign::Axis thicknessDirection)
 Constructor with parameters with access to enum Axis: local axis corresponding to eta direction local axis corresponding to phi direction local axis corresponding to depth direction thickness of silicon sensor number of crystals within module side number of diodes within crystal number of cells within module side index of diode connected to cell with index 0. More...
 
virtual ~SCT_ModuleSideDesign ()=default
 Destructor: More...
 
virtual int numberOfConnectedCells (const SiReadoutCellId &readoutId) const override
 readout id -> id of connected diodes Not particularly useful for the SCT but implemented to keep a uniform interface. More...
 
virtual SiCellId connectedCell (const SiReadoutCellId &readoutId, int number) const override
 readout id -> id of connected diodes. More...
 
virtual SiCellId gangedCell (const SiCellId &cellId) const override
 If cell is ganged return the other cell, otherwise return an invalid id. More...
 
virtual SiReadoutCellId readoutIdOfCell (const SiCellId &cellId) const override
 diode id -> readout id More...
 
virtual SiReadoutCellId readoutIdOfPosition (const SiLocalPosition &localPos) const override
 position -> id More...
 
virtual SiLocalPosition localPositionOfCell (const SiCellId &cellId) const override=0
 id -> position More...
 
virtual SiLocalPosition localPositionOfCluster (const SiCellId &cellId, int cluserSize) const =0
 
virtual SiCellId cellIdInRange (const SiCellId &cellId) const override
 Check if cell is in range. More...
 
virtual void neighboursOfCell (const SiCellId &cellId, std::vector< SiCellId > &neighbours) const override
 Get the neighbouring diodes of a given diode: Cell for which the neighbours must be found List of cells which are neighbours of the given one. More...
 
virtual bool inActiveArea (const SiLocalPosition &chargePos, bool checkBondGap=true) const =0
 check if the position is in active area More...
 
virtual double scaledDistanceToNearestDiode (const SiLocalPosition &chargePos) const =0
 give distance to the nearest diode in units of pitch, from 0.0 to 0.5, this method should be fast as it is called for every surface charge in the SCT_SurfaceChargesGenerator More...
 
virtual double stripPitch (const SiLocalPosition &chargePos) const =0
 give the strip pitch (dependence on position needed for forward)
More...
 
virtual double stripPitch () const =0
 give the strip pitch (For Forward returns pitch at center) More...
 
virtual std::pair< SiLocalPosition, SiLocalPositionendsOfStrip (const SiLocalPosition &position) const override=0
 give the ends of strips More...
 
virtual SiLocalPosition positionFromStrip (const int stripNumber) const
 gives position of strip center ALTERNATIVE/PREFERED way is to use localPositionOfCell(const SiCellId & cellId) or rawLocalPositionOfCell method in SiDetectorElement. More...
 
virtual double deadAreaLength () const =0
 give length of dead area More...
 
virtual double deadAreaUpperBoundary () const =0
 give upper boundary of dead area More...
 
virtual double deadAreaLowerBoundary () const =0
 give lower boundary of dead area More...
 
int crystals () const
 number of crystals within module side: More...
 
int diodes () const
 number of strips within crystal: More...
 
virtual int diodesInRow (const int row) const
 
int cells () const
 number of readout stips within module side: More...
 
int shift () const
 number of edge strips before first readout strip. More...
 
virtual bool swapHitPhiReadoutDirection () const override
 Return true if hit local direction is the same as readout direction. More...
 
virtual bool swapHitEtaReadoutDirection () const override
 
virtual int row (int stripId1Dim) const
 
virtual int strip (int stripId1Dim) const
 
virtual int strip1Dim (int strip, int row) const override
 only relevant for SCT. More...
 
void setMother (SCT_ModuleSideDesign *mother)
 
const SCT_ModuleSideDesigngetMother () const
 
std::map< int, const SCT_ModuleSideDesign * > getChildren () const
 
void addChildDesign (int index, const SCT_ModuleSideDesign *element)
 
virtual std::pair< int, int > getStripRow (SiCellId id) const
 Get the strip and row number of the cell. More...
 
virtual SiIntersect inDetector (const SiLocalPosition &localPosition, double phiTol, double etaTol) const override
 Test if point is in the active part of the detector with specified tolerances. More...
 
virtual double sinStripAngleReco (double phiCoord, double etaCoord) const
 Give strip angle in the reco frame. More...
 
virtual bool nearBondGap (const SiLocalPosition &localPosition, double etaTol) const =0
 Test if near bond gap within tolerances, only relevant for SCT. More...
 
virtual HepGeom::Vector3D< double > phiMeasureSegment (const SiLocalPosition &position) const =0
 Helper method for stereo angle computation, DEPRECATED. More...
 
virtual Amg::Vector3D sensorCenter () const
 Return the centre of a sensor in the local reference frame. More...
 
void setSymmetry (bool phiSymmetric, bool etaSymmetric, bool depthSymmetric)
 Override default symmetries to prevent swapping of axes. More...
 
Axis etaAxis () const
 local axis corresponding to eta direction: More...
 
Axis phiAxis () const
 local axis corresponding to phi direction: More...
 
Axis depthAxis () const
 local axis corresponding to depth direction: More...
 
double thickness () const
 Method which returns thickness of the silicon wafer. More...
 
InDetDD::CarrierType carrierType () const
 Return carrier type (ie electrons or holes) More...
 
bool phiSymmetric () const
 
bool etaSymmetric () const
 
bool depthSymmetric () const
 
int readoutSide () const
 ReadoutSide. More...
 
virtual void distanceToDetectorEdge (const SiLocalPosition &localPosition, double &etaDist, double &phiDist) const =0
 Returns distance to nearest detector active edge +ve = inside -ve = outside. More...
 
virtual DetectorShape shape () const
 Shape of element. More...
 
virtual DetectorType type () const
 Type of element. More...
 
virtual double length () const =0
 Method to calculate length of a module. More...
 
virtual double width () const =0
 Method to calculate average width of a module. More...
 
virtual double minWidth () const =0
 Method to calculate minimum width of a module. More...
 
virtual double maxWidth () const =0
 Method to calculate maximum width of a module. More...
 
virtual double phiPitch () const =0
 Pitch in phi direction. More...
 
virtual double phiPitch (const SiLocalPosition &localPosition) const =0
 Pitch in phi direction. More...
 
virtual double etaPitch () const =0
 
virtual const Trk::SurfaceBoundsbounds () const =0
 Element boundary. More...
 
virtual const Amg::Transform3D moduleShift () const
 
virtual SiDiodesParameters parameters (const SiCellId &cellId) const =0
 readout or diode id -> position, size More...
 
virtual SiCellId cellIdOfPosition (const SiLocalPosition &localPos) const =0
 position -> id More...
 

Protected Attributes

SCT_ReadoutScheme m_scheme
 
InDetDD::DetectorType m_detectorType {Undefined}
 

Private Member Functions

 SCT_ModuleSideDesign ()
 
 SCT_ModuleSideDesign (const SCT_ModuleSideDesign &design)
 
SCT_ModuleSideDesignoperator= (const SCT_ModuleSideDesign &design)
 

Private Attributes

bool m_swapStripReadout
 
const SCT_ModuleSideDesignm_motherDesign {nullptr}
 
std::map< int, const SCT_ModuleSideDesign * > m_childDesigns
 
Axis m_etaAxis
 
Axis m_phiAxis
 
Axis m_depthAxis
 
double m_thickness
 
InDetDD::CarrierType m_carrierType
 
bool m_phiSymmetric
 
bool m_etaSymmetric
 
bool m_depthSymmetric
 
bool m_readoutSidePosDepth
 

Detailed Description

Base class for the SCT module side design, extended by the Forward and Barrel module design

Author
Alessandro Fornaini, Grant Gorfine

Definition at line 40 of file SCT_ModuleSideDesign.h.

Member Enumeration Documentation

◆ Axis

Enumerator
xAxis 
yAxis 
zAxis 

Definition at line 59 of file DetectorDesign.h.

59  {
60  xAxis=0, yAxis, zAxis
61  };

Constructor & Destructor Documentation

◆ SCT_ModuleSideDesign() [1/4]

InDetDD::SCT_ModuleSideDesign::SCT_ModuleSideDesign ( const double  thickness,
const bool  phiSymmetric,
const bool  etaSymmetric,
const bool  depthSymmetric,
const int  crystals,
const int  diodes,
const int  cells,
const int  shift,
const bool  swapStripReadout,
InDetDD::CarrierType  carrierType,
int  readoutSide 
)

Constructor with parameters: local axis corresponding to eta direction local axis corresponding to phi direction local axis corresponding to depth direction thickness of silicon sensor number of crystals within module side number of diodes within crystal number of cells within module side index of diode connected to cell with index 0.

Definition at line 33 of file SCT_ModuleSideDesign.cxx.

◆ SCT_ModuleSideDesign() [2/4]

InDetDD::SCT_ModuleSideDesign::SCT_ModuleSideDesign ( const double  thickness,
const bool  phiSymmetric,
const bool  etaSymmetric,
const bool  depthSymmetric,
const int  crystals,
const int  diodes,
const int  cells,
const int  shift,
const bool  swapStripReadout,
InDetDD::CarrierType  carrierType,
int  readoutSide,
const SiDetectorDesign::Axis  stripDirection,
const SiDetectorDesign::Axis  thicknessDirection 
)

Constructor with parameters with access to enum Axis: local axis corresponding to eta direction local axis corresponding to phi direction local axis corresponding to depth direction thickness of silicon sensor number of crystals within module side number of diodes within crystal number of cells within module side index of diode connected to cell with index 0.

Definition at line 49 of file SCT_ModuleSideDesign.cxx.

62  :
64  stripDirection, thicknessDirection),
66  m_swapStripReadout(swapStripReadout) {
67 }

◆ ~SCT_ModuleSideDesign()

virtual InDetDD::SCT_ModuleSideDesign::~SCT_ModuleSideDesign ( )
virtualdefault

Destructor:

◆ SCT_ModuleSideDesign() [3/4]

InDetDD::SCT_ModuleSideDesign::SCT_ModuleSideDesign ( )
private

◆ SCT_ModuleSideDesign() [4/4]

InDetDD::SCT_ModuleSideDesign::SCT_ModuleSideDesign ( const SCT_ModuleSideDesign design)
private

Member Function Documentation

◆ addChildDesign()

void InDetDD::SCT_ModuleSideDesign::addChildDesign ( int  index,
const SCT_ModuleSideDesign element 
)
inline

Definition at line 292 of file SCT_ModuleSideDesign.h.

292  {
293  m_childDesigns.emplace(index,child);
294  }

◆ bounds()

virtual const Trk::SurfaceBounds& InDetDD::DetectorDesign::bounds ( ) const
pure virtualinherited

◆ carrierType()

InDetDD::CarrierType InDetDD::DetectorDesign::carrierType ( ) const
inlineinherited

Return carrier type (ie electrons or holes)

Definition at line 275 of file DetectorDesign.h.

275  {
276  return m_carrierType;
277 }

◆ cellIdInRange()

SiCellId InDetDD::SCT_ModuleSideDesign::cellIdInRange ( const SiCellId cellId) const
overridevirtual

Check if cell is in range.

Check if cell is in range. Returns the original cellId if it is in range, otherwise it.

Returns the original cellId if it is in range, otherwise it returns an invalid id.

Implements InDetDD::DetectorDesign.

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::StripAnnulusDesign.

Definition at line 101 of file SCT_ModuleSideDesign.cxx.

101  {
102  if (!cellId.isValid() ||
103  cellId.strip() < 0 || cellId.strip() >= cells()) {
104  return {}; // Invalid
105  }
106  return cellId;
107 }

◆ cellIdOfPosition()

virtual SiCellId InDetDD::DetectorDesign::cellIdOfPosition ( const SiLocalPosition localPos) const
pure virtualinherited

◆ cells()

int InDetDD::SCT_ModuleSideDesign::cells ( ) const
inline

number of readout stips within module side:

Definition at line 228 of file SCT_ModuleSideDesign.h.

228  {
229  return m_scheme.cells();
230 }

◆ connectedCell()

SiCellId InDetDD::SCT_ModuleSideDesign::connectedCell ( const SiReadoutCellId readoutId,
int  number 
) const
inlineoverridevirtual

readout id -> id of connected diodes.

parameter number = 0 will refer to the primary diode and in general the cell number will be the same. NB. SiCellId cellId = connectedCell(readoutId, 0) will in general be equivalent to SiCellId cellId = readoutId

Implements InDetDD::DetectorDesign.

Definition at line 241 of file SCT_ModuleSideDesign.h.

242  {
243  return m_scheme.connectedCell(readoutId, number);
244 }

◆ crystals()

int InDetDD::SCT_ModuleSideDesign::crystals ( ) const
inline

number of crystals within module side:

Definition at line 216 of file SCT_ModuleSideDesign.h.

216  {
217  return m_scheme.crystals();
218 }

◆ deadAreaLength()

virtual double InDetDD::SCT_ModuleSideDesign::deadAreaLength ( ) const
pure virtual

◆ deadAreaLowerBoundary()

virtual double InDetDD::SCT_ModuleSideDesign::deadAreaLowerBoundary ( ) const
pure virtual

◆ deadAreaUpperBoundary()

virtual double InDetDD::SCT_ModuleSideDesign::deadAreaUpperBoundary ( ) const
pure virtual

◆ depthAxis()

DetectorDesign::Axis InDetDD::DetectorDesign::depthAxis ( ) const
inlineinherited

local axis corresponding to depth direction:

Definition at line 267 of file DetectorDesign.h.

267  {
268  return m_depthAxis;
269 }

◆ depthSymmetric()

bool InDetDD::DetectorDesign::depthSymmetric ( ) const
inlineinherited

Definition at line 287 of file DetectorDesign.h.

287  {
288  return m_depthSymmetric;
289 }

◆ diodes()

int InDetDD::SCT_ModuleSideDesign::diodes ( ) const
inline

number of strips within crystal:

Definition at line 220 of file SCT_ModuleSideDesign.h.

220  {
221  return m_scheme.diodes();
222 }

◆ diodesInRow()

int InDetDD::SCT_ModuleSideDesign::diodesInRow ( const int  row) const
inlinevirtual

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::StripBoxDesign.

Definition at line 224 of file SCT_ModuleSideDesign.h.

224  {
225  return m_scheme.diodes();
226 }

◆ distanceToDetectorEdge()

virtual void InDetDD::DetectorDesign::distanceToDetectorEdge ( const SiLocalPosition localPosition,
double &  etaDist,
double &  phiDist 
) const
pure virtualinherited

◆ endsOfStrip()

virtual std::pair<SiLocalPosition, SiLocalPosition> InDetDD::SCT_ModuleSideDesign::endsOfStrip ( const SiLocalPosition position) const
overridepure virtual

◆ etaAxis()

DetectorDesign::Axis InDetDD::DetectorDesign::etaAxis ( ) const
inlineinherited

local axis corresponding to eta direction:

Definition at line 259 of file DetectorDesign.h.

259  {
260  return m_etaAxis;
261 }

◆ etaPitch()

virtual double InDetDD::DetectorDesign::etaPitch ( ) const
pure virtualinherited

◆ etaSymmetric()

bool InDetDD::DetectorDesign::etaSymmetric ( ) const
inlineinherited

Definition at line 283 of file DetectorDesign.h.

283  {
284  return m_etaSymmetric;
285 }

◆ gangedCell()

SiCellId InDetDD::SCT_ModuleSideDesign::gangedCell ( const SiCellId cellId) const
inlineoverridevirtual

If cell is ganged return the other cell, otherwise return an invalid id.

Not particularly useful for the SCT but implemented to keep a uniform interface. For SCT always returns an invalid id.

Implements InDetDD::SiDetectorDesign.

Definition at line 246 of file SCT_ModuleSideDesign.h.

246  {
247  // No ganged cells in SCT so always return invalid id.
248  return SiCellId();
249 }

◆ getChildren()

std::map< int, const SCT_ModuleSideDesign * > InDetDD::SCT_ModuleSideDesign::getChildren ( ) const
inline

Definition at line 287 of file SCT_ModuleSideDesign.h.

287  {
288  return m_childDesigns;
289  }

◆ getMother()

const SCT_ModuleSideDesign * InDetDD::SCT_ModuleSideDesign::getMother ( ) const
inline

Definition at line 283 of file SCT_ModuleSideDesign.h.

283  {
284  return m_motherDesign;
285  }

◆ getStripRow()

std::pair< int, int > InDetDD::SCT_ModuleSideDesign::getStripRow ( SiCellId  id) const
virtual

Get the strip and row number of the cell.

Can be used as auto [strip, row] = getStripRow(cellId); For SCT sensors, return 0 as there should only be one row; derived versions for ITk strip implement specializations

Parameters
cellIdThe SiCellId
Returns
std::pair<int,int> A pair of ints representing the strip ID and row ID. In this case, [0,0].

Reimplemented in InDetDD::StripBoxDesign, and InDetDD::StripStereoAnnulusDesign.

Definition at line 127 of file SCT_ModuleSideDesign.cxx.

127  {
128  return {0,0};
129  }

◆ inActiveArea()

virtual bool InDetDD::SCT_ModuleSideDesign::inActiveArea ( const SiLocalPosition chargePos,
bool  checkBondGap = true 
) const
pure virtual

◆ inDetector()

SiIntersect InDetDD::SCT_ModuleSideDesign::inDetector ( const SiLocalPosition localPosition,
double  phiTol,
double  etaTol 
) const
overridevirtual

Test if point is in the active part of the detector with specified tolerances.

Reimplemented from InDetDD::DetectorDesign.

Definition at line 131 of file SCT_ModuleSideDesign.cxx.

131  {
132 
133  double etaDist = 0;
134  double phiDist = 0;
135 
136  distanceToDetectorEdge(localPosition, etaDist, phiDist);
137 
138  SiIntersect state;
139 
140  if (phiDist < -phiTol || etaDist < -etaTol) {
141  state.setOut();
142  return state;
143  }
144 
145  if (phiDist > phiTol && etaDist > etaTol) {
146  state.setIn();
147  return state;
148  }
149 
150  // Near boundary.
151  state.setNearBoundary();
152  return state;
153 }

◆ length()

virtual double InDetDD::DetectorDesign::length ( ) const
pure virtualinherited

◆ localPositionOfCell()

virtual SiLocalPosition InDetDD::SCT_ModuleSideDesign::localPositionOfCell ( const SiCellId cellId) const
overridepure virtual

◆ localPositionOfCluster()

virtual SiLocalPosition InDetDD::SCT_ModuleSideDesign::localPositionOfCluster ( const SiCellId cellId,
int  cluserSize 
) const
pure virtual

◆ maxWidth()

virtual double InDetDD::DetectorDesign::maxWidth ( ) const
pure virtualinherited

◆ minWidth()

virtual double InDetDD::DetectorDesign::minWidth ( ) const
pure virtualinherited

◆ moduleShift()

const Amg::Transform3D InDetDD::DetectorDesign::moduleShift ( ) const
virtualinherited

Reimplemented in InDetDD::StripBoxDesign.

Definition at line 130 of file DetectorDesign.cxx.

130  {
131  return Amg::Transform3D::Identity();
132  }

◆ nearBondGap()

virtual bool InDetDD::SiDetectorDesign::nearBondGap ( const SiLocalPosition localPosition,
double  etaTol 
) const
pure virtualinherited

◆ neighboursOfCell()

void InDetDD::SCT_ModuleSideDesign::neighboursOfCell ( const SiCellId cellId,
std::vector< SiCellId > &  neighbours 
) const
overridevirtual

Get the neighbouring diodes of a given diode: Cell for which the neighbours must be found List of cells which are neighbours of the given one.

Implements InDetDD::DetectorDesign.

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::StripAnnulusDesign.

Definition at line 70 of file SCT_ModuleSideDesign.cxx.

71  {
72  neighbours.clear();
73  neighbours.reserve(2);
74 
75  if (!cellId.isValid()) {
76  return;
77  }
78 
79  int strip = cellId.strip();
80  int stripM = strip - 1;
81  int stripP = strip + 1;
82 
83  if (stripM >= m_scheme.shift()) {
84  neighbours.emplace_back(stripM);
85  }
86  if (stripP < m_scheme.diodes() + m_scheme.shift()) {
87  neighbours.emplace_back(stripP);
88  }
89 }

◆ numberOfConnectedCells()

int InDetDD::SCT_ModuleSideDesign::numberOfConnectedCells ( const SiReadoutCellId readoutId) const
inlineoverridevirtual

readout id -> id of connected diodes Not particularly useful for the SCT but implemented to keep a uniform interface.

Implements InDetDD::DetectorDesign.

Definition at line 236 of file SCT_ModuleSideDesign.h.

237  {
238  return m_scheme.numberOfConnectedCells(readoutId);
239 }

◆ operator=()

SCT_ModuleSideDesign& InDetDD::SCT_ModuleSideDesign::operator= ( const SCT_ModuleSideDesign design)
private

◆ parameters()

virtual SiDiodesParameters InDetDD::DetectorDesign::parameters ( const SiCellId cellId) const
pure virtualinherited

◆ phiAxis()

DetectorDesign::Axis InDetDD::DetectorDesign::phiAxis ( ) const
inlineinherited

local axis corresponding to phi direction:

Definition at line 263 of file DetectorDesign.h.

263  {
264  return m_phiAxis;
265 }

◆ phiMeasureSegment()

virtual HepGeom::Vector3D<double> InDetDD::SiDetectorDesign::phiMeasureSegment ( const SiLocalPosition position) const
pure virtualinherited

◆ phiPitch() [1/2]

virtual double InDetDD::DetectorDesign::phiPitch ( ) const
pure virtualinherited

◆ phiPitch() [2/2]

virtual double InDetDD::DetectorDesign::phiPitch ( const SiLocalPosition localPosition) const
pure virtualinherited

◆ phiSymmetric()

bool InDetDD::DetectorDesign::phiSymmetric ( ) const
inlineinherited

Definition at line 279 of file DetectorDesign.h.

279  {
280  return m_phiSymmetric;
281 }

◆ positionFromStrip()

SiLocalPosition InDetDD::SCT_ModuleSideDesign::positionFromStrip ( const int  stripNumber) const
virtual

gives position of strip center ALTERNATIVE/PREFERED way is to use localPositionOfCell(const SiCellId & cellId) or rawLocalPositionOfCell method in SiDetectorElement.

DEPRECATED

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::StripAnnulusDesign.

Definition at line 95 of file SCT_ModuleSideDesign.cxx.

95  {
96  return localPositionOfCell(SiCellId(stripNumber));
97 }

◆ readoutIdOfCell()

SiReadoutCellId InDetDD::SCT_ModuleSideDesign::readoutIdOfCell ( const SiCellId cellId) const
inlineoverridevirtual

diode id -> readout id

Implements InDetDD::DetectorDesign.

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::StripAnnulusDesign.

Definition at line 251 of file SCT_ModuleSideDesign.h.

252 {
253  return m_scheme.readoutIdOfCell(cellId);
254 }

◆ readoutIdOfPosition()

SiReadoutCellId InDetDD::SCT_ModuleSideDesign::readoutIdOfPosition ( const SiLocalPosition localPos) const
inlineoverridevirtual

position -> id

Implements InDetDD::DetectorDesign.

Definition at line 256 of file SCT_ModuleSideDesign.h.

257  {
258  // Get the cellId then convert it to a readoutId.
259  // NEED to think about active area and bond gap check
260  return readoutIdOfCell(cellIdOfPosition(localPos));
261 }

◆ readoutSide()

int InDetDD::DetectorDesign::readoutSide ( ) const
inlineinherited

ReadoutSide.

+1 = postive depth side, -1 = negative depth side.

Definition at line 291 of file DetectorDesign.h.

291  {
292  return (m_readoutSidePosDepth) ? +1 : -1;
293 }

◆ row()

int InDetDD::SCT_ModuleSideDesign::row ( int  stripId1Dim) const
inlinevirtual

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::StripBoxDesign.

Definition at line 271 of file SCT_ModuleSideDesign.h.

271  {
272  return -1; // Use -1 to realise this is an SCT module without rows
273 }

◆ scaledDistanceToNearestDiode()

virtual double InDetDD::SCT_ModuleSideDesign::scaledDistanceToNearestDiode ( const SiLocalPosition chargePos) const
pure virtual

give distance to the nearest diode in units of pitch, from 0.0 to 0.5, this method should be fast as it is called for every surface charge in the SCT_SurfaceChargesGenerator

Implemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, InDetDD::SCT_BarrelModuleSideDesign, InDetDD::SCT_ForwardModuleSideDesign, and InDetDD::StripAnnulusDesign.

◆ sensorCenter()

Amg::Vector3D InDetDD::DetectorDesign::sensorCenter ( ) const
virtualinherited

Return the centre of a sensor in the local reference frame.

For most designs, this is the origin of the local reference frame. For StripStereoAnnulusDesign, this is not the case (coordinate origin is "on the beamline")

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::StripAnnulusDesign.

Definition at line 60 of file DetectorDesign.cxx.

60  {
61  return Amg::Vector3D(0., 0., 0.);
62 }

◆ setMother()

void InDetDD::SCT_ModuleSideDesign::setMother ( SCT_ModuleSideDesign mother)

Definition at line 109 of file SCT_ModuleSideDesign.cxx.

109  {
110  if(m_motherDesign){
111  const std::string errMsg=std::string("SCT_ModuleSideDesign already has a mother set!");
112  throw std::runtime_error(errMsg);
113  }
114  m_motherDesign = mother;
115 
116  }

◆ setSymmetry()

void InDetDD::DetectorDesign::setSymmetry ( bool  phiSymmetric,
bool  etaSymmetric,
bool  depthSymmetric 
)
inherited

Override default symmetries to prevent swapping of axes.

NB. Flags can be changed from true to false but not false to true.

Definition at line 65 of file DetectorDesign.cxx.

66  {
67  // Flags can be changed from true to false but not false to true.
68  if (m_phiSymmetric) {
70  }
71  else if (phiSymmetric) {
72  std::cout <<
73  "SiDetectorDesign: WARNING! Attempt to allow swapping of xPhi axis direction ignored."
74  << std::endl;
75  }
76 
77  if (m_etaSymmetric) {
79  }
80  else if (etaSymmetric) {
81  std::cout <<
82  "SiDetectorDesign: WARNING! Attempt to allow swapping of xEta axis direction ignored."
83  << std::endl;
84  }
85 
86  if (m_depthSymmetric) {
88  }
89  else if (depthSymmetric) {
90  std::cout <<
91  "SiDetectorDesign: WARNING! Attempt to allow swapping of xDepth axis direction ignored."
92  << std::endl;
93  }
94 }

◆ shape()

DetectorShape InDetDD::DetectorDesign::shape ( ) const
virtualinherited

Shape of element.

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::SCT_ForwardModuleSideDesign.

Definition at line 96 of file DetectorDesign.cxx.

96  {
97  // Default is Box.
98  return InDetDD::Box;
99 }

◆ shift()

int InDetDD::SCT_ModuleSideDesign::shift ( ) const
inline

number of edge strips before first readout strip.

Definition at line 232 of file SCT_ModuleSideDesign.h.

232  {
233  return m_scheme.shift();
234 }

◆ sinStripAngleReco()

double InDetDD::SiDetectorDesign::sinStripAngleReco ( double  phiCoord,
double  etaCoord 
) const
inlinevirtualinherited

Give strip angle in the reco frame.

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::SCT_ForwardModuleSideDesign.

Definition at line 132 of file SiDetectorDesign.h.

132  {
133  return 0.0; // pixel and barrel strip sensors always zero
134  }

◆ strip()

int InDetDD::SCT_ModuleSideDesign::strip ( int  stripId1Dim) const
inlinevirtual

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::StripBoxDesign.

Definition at line 275 of file SCT_ModuleSideDesign.h.

275  {
276  return stripId1Dim;
277 }

◆ strip1Dim()

int InDetDD::SCT_ModuleSideDesign::strip1Dim ( int  strip,
int  row 
) const
inlineoverridevirtual

only relevant for SCT.

Return strip1Dim(int strip, int row) if SCT; otherwise -1

Reimplemented from InDetDD::SiDetectorDesign.

Reimplemented in InDetDD::StripStereoAnnulusDesign, and InDetDD::StripBoxDesign.

Definition at line 279 of file SCT_ModuleSideDesign.h.

279  {
280  return strip;
281 }

◆ stripPitch() [1/2]

virtual double InDetDD::SCT_ModuleSideDesign::stripPitch ( ) const
pure virtual

◆ stripPitch() [2/2]

virtual double InDetDD::SCT_ModuleSideDesign::stripPitch ( const SiLocalPosition chargePos) const
pure virtual

◆ swapHitEtaReadoutDirection()

bool InDetDD::SCT_ModuleSideDesign::swapHitEtaReadoutDirection ( ) const
inlineoverridevirtual

Implements InDetDD::DetectorDesign.

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::StripAnnulusDesign.

Definition at line 267 of file SCT_ModuleSideDesign.h.

267  {
268  return false;
269 }

◆ swapHitPhiReadoutDirection()

bool InDetDD::SCT_ModuleSideDesign::swapHitPhiReadoutDirection ( ) const
inlineoverridevirtual

Return true if hit local direction is the same as readout direction.

Implements InDetDD::DetectorDesign.

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::StripAnnulusDesign.

Definition at line 263 of file SCT_ModuleSideDesign.h.

263  {
264  return m_swapStripReadout;
265 }

◆ thickness()

double InDetDD::DetectorDesign::thickness ( ) const
inlineinherited

Method which returns thickness of the silicon wafer.

Definition at line 271 of file DetectorDesign.h.

271  {
272  return m_thickness;
273 }

◆ type()

DetectorType InDetDD::DetectorDesign::type ( ) const
virtualinherited

Type of element.

Reimplemented in InDetDD::StripStereoAnnulusDesign, InDetDD::StripBoxDesign, and InDetDD::PixelModuleDesign.

Definition at line 101 of file DetectorDesign.cxx.

101  {
102  // Default is Undefined.
103  return InDetDD::Undefined;
104 }

◆ width()

virtual double InDetDD::DetectorDesign::width ( ) const
pure virtualinherited

Member Data Documentation

◆ m_carrierType

InDetDD::CarrierType InDetDD::DetectorDesign::m_carrierType
privateinherited

Definition at line 240 of file DetectorDesign.h.

◆ m_childDesigns

std::map<int, const SCT_ModuleSideDesign *> InDetDD::SCT_ModuleSideDesign::m_childDesigns
private

Definition at line 210 of file SCT_ModuleSideDesign.h.

◆ m_depthAxis

Axis InDetDD::DetectorDesign::m_depthAxis
privateinherited

Definition at line 238 of file DetectorDesign.h.

◆ m_depthSymmetric

bool InDetDD::DetectorDesign::m_depthSymmetric
privateinherited

Definition at line 244 of file DetectorDesign.h.

◆ m_detectorType

InDetDD::DetectorType InDetDD::SCT_ModuleSideDesign::m_detectorType {Undefined}
protected

Definition at line 197 of file SCT_ModuleSideDesign.h.

◆ m_etaAxis

Axis InDetDD::DetectorDesign::m_etaAxis
privateinherited

Definition at line 236 of file DetectorDesign.h.

◆ m_etaSymmetric

bool InDetDD::DetectorDesign::m_etaSymmetric
privateinherited

Definition at line 243 of file DetectorDesign.h.

◆ m_motherDesign

const SCT_ModuleSideDesign* InDetDD::SCT_ModuleSideDesign::m_motherDesign {nullptr}
private

Definition at line 208 of file SCT_ModuleSideDesign.h.

◆ m_phiAxis

Axis InDetDD::DetectorDesign::m_phiAxis
privateinherited

Definition at line 237 of file DetectorDesign.h.

◆ m_phiSymmetric

bool InDetDD::DetectorDesign::m_phiSymmetric
privateinherited

Definition at line 242 of file DetectorDesign.h.

◆ m_readoutSidePosDepth

bool InDetDD::DetectorDesign::m_readoutSidePosDepth
privateinherited

Definition at line 246 of file DetectorDesign.h.

◆ m_scheme

SCT_ReadoutScheme InDetDD::SCT_ModuleSideDesign::m_scheme
protected

Definition at line 196 of file SCT_ModuleSideDesign.h.

◆ m_swapStripReadout

bool InDetDD::SCT_ModuleSideDesign::m_swapStripReadout
private

Definition at line 204 of file SCT_ModuleSideDesign.h.

◆ m_thickness

double InDetDD::DetectorDesign::m_thickness
privateinherited

Definition at line 239 of file DetectorDesign.h.


The documentation for this class was generated from the following files:
InDetDD::DetectorDesign::xAxis
@ xAxis
Definition: DetectorDesign.h:60
InDetDD::SCT_ReadoutScheme::cells
int cells() const
Definition: SCT_ReadoutScheme.h:123
InDetDD::SCT_ReadoutScheme::diodes
int diodes() const
Definition: SCT_ReadoutScheme.h:118
InDetDD::DetectorDesign::m_etaSymmetric
bool m_etaSymmetric
Definition: DetectorDesign.h:243
InDetDD::DetectorDesign::m_phiSymmetric
bool m_phiSymmetric
Definition: DetectorDesign.h:242
InDetDD::DetectorDesign::depthSymmetric
bool depthSymmetric() const
Definition: DetectorDesign.h:287
InDetDD::DetectorDesign::m_thickness
double m_thickness
Definition: DetectorDesign.h:239
InDetDD::DetectorDesign::thickness
double thickness() const
Method which returns thickness of the silicon wafer.
Definition: DetectorDesign.h:271
InDetDD::DetectorDesign::etaSymmetric
bool etaSymmetric() const
Definition: DetectorDesign.h:283
InDetDD::DetectorDesign::m_carrierType
InDetDD::CarrierType m_carrierType
Definition: DetectorDesign.h:240
InDetDD::DetectorDesign::m_depthAxis
Axis m_depthAxis
Definition: DetectorDesign.h:238
index
Definition: index.py:1
InDetDD::SCT_ModuleSideDesign::m_childDesigns
std::map< int, const SCT_ModuleSideDesign * > m_childDesigns
Definition: SCT_ModuleSideDesign.h:210
InDetDD::SCT_ModuleSideDesign::m_swapStripReadout
bool m_swapStripReadout
Definition: SCT_ModuleSideDesign.h:204
InDetDD::DetectorDesign::yAxis
@ yAxis
Definition: DetectorDesign.h:60
InDetDD::SCT_ModuleSideDesign::strip
virtual int strip(int stripId1Dim) const
Definition: SCT_ModuleSideDesign.h:275
InDetDD::DetectorDesign::m_phiAxis
Axis m_phiAxis
Definition: DetectorDesign.h:237
InDetDD::SCT_ReadoutScheme::shift
int shift() const
Definition: SCT_ReadoutScheme.h:128
InDetDD::DetectorDesign::readoutSide
int readoutSide() const
ReadoutSide.
Definition: DetectorDesign.h:291
InDetDD::DetectorDesign::carrierType
InDetDD::CarrierType carrierType() const
Return carrier type (ie electrons or holes)
Definition: DetectorDesign.h:275
InDetDD::SiDetectorDesign::SiDetectorDesign
SiDetectorDesign()
InDetDD::SCT_ModuleSideDesign::crystals
int crystals() const
number of crystals within module side:
Definition: SCT_ModuleSideDesign.h:216
InDetDD::SCT_ModuleSideDesign::shift
int shift() const
number of edge strips before first readout strip.
Definition: SCT_ModuleSideDesign.h:232
InDetDD::DetectorDesign::m_etaAxis
Axis m_etaAxis
Definition: DetectorDesign.h:236
InDetDD::SCT_ModuleSideDesign::cells
int cells() const
number of readout stips within module side:
Definition: SCT_ModuleSideDesign.h:228
InDetDD::SCT_ModuleSideDesign::m_motherDesign
const SCT_ModuleSideDesign * m_motherDesign
Definition: SCT_ModuleSideDesign.h:208
InDetDD::SCT_ReadoutScheme::connectedCell
SiCellId connectedCell(const SiReadoutCellId &readoutId, int number) const
Definition: SCT_ReadoutScheme.h:141
InDetDD::SCT_ModuleSideDesign::localPositionOfCell
virtual SiLocalPosition localPositionOfCell(const SiCellId &cellId) const override=0
id -> position
InDetDD::SCT_ReadoutScheme::numberOfConnectedCells
int numberOfConnectedCells(const SiReadoutCellId &readoutId) const
Definition: SCT_ReadoutScheme.h:133
InDetDD::SCT_ModuleSideDesign::m_scheme
SCT_ReadoutScheme m_scheme
Definition: SCT_ModuleSideDesign.h:196
InDetDD::SCT_ModuleSideDesign::diodes
int diodes() const
number of strips within crystal:
Definition: SCT_ModuleSideDesign.h:220
InDetDD::SCT_ReadoutScheme::crystals
int crystals() const
Definition: SCT_ReadoutScheme.h:113
InDetDD::DetectorDesign::distanceToDetectorEdge
virtual void distanceToDetectorEdge(const SiLocalPosition &localPosition, double &etaDist, double &phiDist) const =0
Returns distance to nearest detector active edge +ve = inside -ve = outside.
python.selection.number
number
Definition: selection.py:20
InDetDD::SCT_ModuleSideDesign::readoutIdOfCell
virtual SiReadoutCellId readoutIdOfCell(const SiCellId &cellId) const override
diode id -> readout id
Definition: SCT_ModuleSideDesign.h:251
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47
InDetDD::DetectorDesign::cellIdOfPosition
virtual SiCellId cellIdOfPosition(const SiLocalPosition &localPos) const =0
position -> id
InDetDD::SCT_ReadoutScheme::readoutIdOfCell
SiReadoutCellId readoutIdOfCell(const SiCellId &cellId) const
Definition: SCT_ReadoutScheme.cxx:53
InDetDD::DetectorDesign::phiSymmetric
bool phiSymmetric() const
Definition: DetectorDesign.h:279
InDetDD::DetectorDesign::m_depthSymmetric
bool m_depthSymmetric
Definition: DetectorDesign.h:244
InDetDD::DetectorDesign::m_readoutSidePosDepth
bool m_readoutSidePosDepth
Definition: DetectorDesign.h:246
InDetDD::Box
@ Box
Definition: DetectorDesign.h:42
InDetDD::Undefined
@ Undefined
Definition: DetectorDesign.h:46
InDetDD::DetectorDesign::zAxis
@ zAxis
Definition: DetectorDesign.h:60