ATLAS Offline Software
MuonSegment_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 MUONEVENTTPCNV_MUONSEGMENT_P1_H
6 #define MUONEVENTTPCNV_MUONSEGMENT_P1_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: MuonSegment_p1.h
11 //
12 //-----------------------------------------------------------------------------
16 
17 namespace Muon
18 {
20  {
21  public:
22  MuonSegment_p1() : m_t0 (9999.0), m_t0Error(9999.0) {}
23  // base
25 
27  TPObjRef m_associatedSurface; //PlaneSurface
28  float m_t0;
29  float m_t0Error;
30  };
31 }
32 
33 #endif
Muon::MuonSegment_p1::m_t0Error
float m_t0Error
Definition: MuonSegment_p1.h:29
LocalDirection_p1.h
Muon::MuonSegment_p1::MuonSegment_p1
MuonSegment_p1()
Definition: MuonSegment_p1.h:22
Muon::MuonSegment_p1::m_associatedSurface
TPObjRef m_associatedSurface
Definition: MuonSegment_p1.h:27
Muon::MuonSegment_p1::m_localDirection
Trk::LocalDirection_p1 m_localDirection
Definition: MuonSegment_p1.h:26
Surface_p1.h
Muon::MuonSegment_p1::m_segment
TPObjRef m_segment
Definition: MuonSegment_p1.h:24
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
TPObjRef
Definition: TPObjRef.h:20
Trk::LocalDirection_p1
Definition: LocalDirection_p1.h:18
TPObjRef.h
Muon::MuonSegment_p1
Definition: MuonSegment_p1.h:20
Muon::MuonSegment_p1::m_t0
float m_t0
Definition: MuonSegment_p1.h:28