ATLAS Offline Software
MdtPrepData_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 MDTPREPDATA_P2_TRK_H
6 #define MDTPREPDATA_P2_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: MdtPrepData_p2.h
11 //
12 //-----------------------------------------------------------------------------
15 
16 namespace Muon
17 {
24  {
25  public:
28 
29  float m_driftRadius;
30  float m_errorMat;
31 
32 
34 
35  int m_tdc;
36  int m_adc;
38  int m_status;
40  };
41 }
42 
43 #endif
Muon::MdtPrepData_p2::MdtPrepData_p2
MdtPrepData_p2()
Definition: MdtPrepData_p2.h:26
Muon::MdtPrepData_p2::m_status
int m_status
Corresponds to Muon::MdtDriftCircleStatus, which currently has only two defined values.
Definition: MdtPrepData_p2.h:38
Muon::MdtPrepData_p2::m_adc
int m_adc
Definition: MdtPrepData_p2.h:36
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MdtPrepData_p2::m_tdc
int m_tdc
Definition: MdtPrepData_p2.h:35
Muon::MdtPrepData_p2
Persistent representation of the transient Muon::MdtPrepData class.
Definition: MdtPrepData_p2.h:24
IdentifierHash.h
TPObjRef.h
Muon::MdtPrepData_p2::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: MdtPrepData_p2.h:30
Muon::MdtPrepData_p2::m_driftRadius
float m_driftRadius
Equivalent to localPosition (locX) in the base class.
Definition: MdtPrepData_p2.h:29