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