ATLAS Offline Software
MuonTrackSummary_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 TRKEVENTTPCNV_MUONTRACKSUMMARY_P2_H
6 #define TRKEVENTTPCNV_MUONTRACKSUMMARY_P2_H
7 #include <vector>
8 
9 namespace Trk
10 {
12  {
13  public:
15 
16  unsigned int m_nscatterers; //<! number of scattering centres on the track
17  unsigned int m_npseudoMeasurements; //<! number of pseudomeasurements on the track
18 
19  // for these, we have one entry per ChamberHitSummary (transient EDM)
20  std::vector<bool> m_isMdt; //<! is this a MDT chamber
21 
38  std::vector<int> m_data;
39  };
40 }
41 
42 #endif
Trk::MuonTrackSummary_p2::m_npseudoMeasurements
unsigned int m_npseudoMeasurements
Definition: MuonTrackSummary_p2.h:17
Trk::MuonTrackSummary_p2::m_data
std::vector< int > m_data
For each chamber we have 11 numbers, comprising of:
Definition: MuonTrackSummary_p2.h:38
Trk::MuonTrackSummary_p2::m_isMdt
std::vector< bool > m_isMdt
Definition: MuonTrackSummary_p2.h:20
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::MuonTrackSummary_p2
Definition: MuonTrackSummary_p2.h:12
Trk::MuonTrackSummary_p2::MuonTrackSummary_p2
MuonTrackSummary_p2()
Definition: MuonTrackSummary_p2.h:14
Trk::MuonTrackSummary_p2::m_nscatterers
unsigned int m_nscatterers
Definition: MuonTrackSummary_p2.h:16