ATLAS Offline Software
SiWidth_p2.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_P2_TRK_H
6 #define SI_WIDTH_P2_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: SiWidth_p2.h
11 //
12 //-----------------------------------------------------------------------------
14 
15 
16 namespace InDet
17 {
18 
19 class SiWidthCnv_p2;
20 
22  {
23  public:
24  SiWidth_p2() {};
25  friend class SiWidthCnv_p2;
26  private:
27  unsigned int m_size{};
29  };
30 
31 }
32 #endif // SI_WIDTH_TRK_H
Trk::LocalPosition_p1
Definition: LocalPosition_p1.h:20
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::SiWidth_p2::SiWidth_p2
SiWidth_p2()
Definition: SiWidth_p2.h:24
LocalPosition_p1.h
InDet::SiWidth_p2
Definition: SiWidth_p2.h:22
InDet::SiWidthCnv_p2
Definition: SiWidthCnv_p2.h:26
InDet::SiWidth_p2::m_phirzWidth
Trk::LocalPosition_p1 m_phirzWidth
Definition: SiWidth_p2.h:28
InDet::SiWidth_p2::m_size
unsigned int m_size
Definition: SiWidth_p2.h:27