ATLAS Offline Software
SiWidth_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef SI_WIDTH_P1_TRK_H
6 #define SI_WIDTH_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: SiWidth_p1.h
11 //
12 //-----------------------------------------------------------------------------
14 
15 
16 namespace InDet
17 {
18  class SiWidth_p1
19  {
20  public:
22 
23  float x{};
24  float y{};
25  // Trk::LocalPosition_p1 *
27  };
28 }
29 
30 #endif // SI_WIDTH_TRK_H
InDet::SiWidth_p1::m_phirzWidth
TPObjRef m_phirzWidth
Definition: SiWidth_p1.h:26
InDet
Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::SiWidth_p1::x
float x
Definition: SiWidth_p1.h:23
InDet::SiWidth_p1
Definition: SiWidth_p1.h:19
TPObjRef
Definition: TPObjRef.h:20
InDet::SiWidth_p1::SiWidth_p1
SiWidth_p1()
Definition: SiWidth_p1.h:21
InDet::SiWidth_p1::y
float y
Definition: SiWidth_p1.h:24
TPObjRef.h