ATLAS Offline Software
MdtPrepData_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 MDTPREPDATA_P1_TRK_H
6 #define MDTPREPDATA_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: MdtPrepData_p1.h
11 //
12 //-----------------------------------------------------------------------------
15 
16 namespace Muon
17 {
19  {
20  public:
21  MdtPrepData_p1() : m_tdc(0), m_adc(0), m_status(0) {}
22  // base
24 
25  int m_tdc;
26  int m_adc;
27  int m_status;
29  };
30 }
31 
32 #endif // PIXEL_CLUSTER_P1_TRK_H
Muon::MdtPrepData_p1
Definition: MdtPrepData_p1.h:19
Muon::MdtPrepData_p1::m_adc
int m_adc
Definition: MdtPrepData_p1.h:26
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
TPObjRef
Definition: TPObjRef.h:20
Muon::MdtPrepData_p1::m_collectionHash
IdentifierHash m_collectionHash
Definition: MdtPrepData_p1.h:28
IdentifierHash.h
Muon::MdtPrepData_p1::m_prd
TPObjRef m_prd
Definition: MdtPrepData_p1.h:23
Muon::MdtPrepData_p1::MdtPrepData_p1
MdtPrepData_p1()
Definition: MdtPrepData_p1.h:21
TPObjRef.h
Muon::MdtPrepData_p1::m_tdc
int m_tdc
Definition: MdtPrepData_p1.h:25
Muon::MdtPrepData_p1::m_status
int m_status
Definition: MdtPrepData_p1.h:27
IdentifierHash
Definition: IdentifierHash.h:38