ATLAS Offline Software
Loading...
Searching...
No Matches
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
9namespace 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
std::vector< bool > m_isMdt
std::vector< int > m_data
For each chamber we have 11 numbers, comprising of:
Ensure that the ATLAS eigen extensions are properly loaded.