ATLAS Offline Software
Loading...
Searching...
No Matches
AlignSiHit.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// AlignSiHit.cxx
6// Richard Hawkings, stared 7/9/04
7
9
11 m_index(-1), m_chan1(0), m_chan2(0), m_clusw(0), m_clusl(0), m_cluss(0),
12 m_status(0),
13 //new variables to AlignSiHit - in progress
14 m_isOverlap(false),
15 m_stereo(0.), m_rphi_resid(0.), m_z_resid(0.), m_erphi_resid(0.),
17 m_r(0.), m_phi(0.), m_z(0.), m_delzr(0.), m_sinlocal(0.), m_trklen(0.)
18
19{
20 // default constructor - set all to safe values via init list except arrays
21 for (int i=0;i<2;++i) {
22 m_locang[i]=0.;
23 m_locdel[i]=0.;
24 m_locedel[i]=0.;
25 m_globang[i]=0.;
26 m_globdel[i]=0.;
27 m_globedel[i]=0.;
28 }
29 for (int i=0;i<5;++i) {
30 m_dtpar1[i]=0.;
31 m_dtpar2[i]=0.;
32 }
33}
float m_r
Definition AlignSiHit.h:91
float m_rphi_resid
Definition AlignSiHit.h:85
float m_stereo
Definition AlignSiHit.h:84
float m_globedel[2]
Definition AlignSiHit.h:101
float m_z
Definition AlignSiHit.h:93
float m_sinlocal
Definition AlignSiHit.h:95
float m_dtpar2[5]
Definition AlignSiHit.h:104
float m_trkExtrapLocalXError
Definition AlignSiHit.h:89
float m_trkExtrapLocalYError
Definition AlignSiHit.h:90
float m_dtpar1[5]
Definition AlignSiHit.h:103
float m_locedel[2]
Definition AlignSiHit.h:98
bool m_isOverlap
Definition AlignSiHit.h:83
float m_locang[2]
Definition AlignSiHit.h:96
float m_phi
Definition AlignSiHit.h:92
float m_ez_resid
Definition AlignSiHit.h:88
float m_erphi_resid
Definition AlignSiHit.h:87
float m_delzr
Definition AlignSiHit.h:94
float m_trklen
Definition AlignSiHit.h:102
float m_locdel[2]
Definition AlignSiHit.h:97
float m_z_resid
Definition AlignSiHit.h:86
float m_globdel[2]
Definition AlignSiHit.h:100
float m_globang[2]
Definition AlignSiHit.h:99