ATLAS Offline Software
TrackSegment_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 
6 // TrackSegment_p1.h, (c) ATLAS Detector software
8 
9 #ifndef TRKSEGMENT_TRACKSEGMENT_P1_H
10 #define TRKSEGMENT_TRACKSEGMENT_P1_H
11 
12 //-----------------------------------------------------------------------------
13 //
14 // file: TrackSegment_p1.h
15 //
16 //-----------------------------------------------------------------------------
17 
19 
20 namespace Trk {
21 
23 
24  public:
26 
27  TPObjRef m_segment; // Segment.h base class
28 
29  TPObjRef m_associatedSurface; // mutable const Surface**
30 
31 };
32 }
33 
34 #endif // TRKSEGMENT_TRACKSEGMENT_P1_H
35 
36 
Trk::TrackSegment_p1::TrackSegment_p1
TrackSegment_p1()
Definition: TrackSegment_p1.h:25
Trk::TrackSegment_p1
Definition: TrackSegment_p1.h:22
TPObjRef
Definition: TPObjRef.h:20
Trk::TrackSegment_p1::m_segment
TPObjRef m_segment
Definition: TrackSegment_p1.h:25
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
TPObjRef.h
Trk::TrackSegment_p1::m_associatedSurface
TPObjRef m_associatedSurface
Definition: TrackSegment_p1.h:29