ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetElementsRoadUtils_xk.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SiDetElementsRoadUtils_xk_h
6#define SiDetElementsRoadUtils_xk_h
7
9
16
18// Output parameters: P[ 0] - radius centre of wafer
19// P[ 1] - z centre of wafer
20// P[ 2] - azimuthal angle centra of wifer
21// P[ 3] - min. distance to surface
22// P[ 4] - azimythal angle normal to surface
23// P[ 5] - sin(P[4])
24// P[ 6] - cos(P[4])
25// P[ 7] - sin(Polar angle)
26// P[ 8] - cos(Polar abgle)
27// P[ 9] - min. radius
28// P[10] - max. radius
29// P[11] - min. z
30// P[12] - max z
31// P[13] - min. azimythal angle
32// P[14] - max. azimuthal angle
33// P[15] - tilt angle
34// P[16] - min. dist to surface in XY-plane
35// P[17] - Tilt angle
36// P[18] - first local coordinate of wafer
37// P[19] - second local coordinate of wafer
38// P[20],P[21] - vector to -F boundary
39// P[22],P[23] - vector to +ZR boundary
40// P[24],P[25] - vector to +F boundary
41// P[26],P[27] - vector to -ZR boundary
42// P[28] - thikness of the detector element
43// P[29] - Ax of Phi exis
44// P[30] - Ay of Phi exis
45// P[31] - Ax of Eta exis
46// P[32] - Ay of Eta exis
48
49namespace InDet {
51 void detElementInformation(const InDetDD::SiDetectorElement& Si, double* P);
52 }
53}
54
55#endif // SiDetElementsRoadUtils_xk_h
static Double_t P(Double_t *tt, Double_t *par)
Class to hold geometrical description of a silicon detector element.
This helper class is used by SiDetElementsRoadCondAlg_xk and SiDetElementsRoadMaker_xk.
void detElementInformation(const InDetDD::SiDetectorElement &Si, double *P)
Primary Vertex Finder.