ATLAS Offline Software
Loading...
Searching...
No Matches
TrackSummary_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 TRACK_SUMMARY_P2_TRK_H
6#define TRACK_SUMMARY_P2_TRK_H
7
9
10namespace Trk
11{
13 {
14 public:
16
17 std::vector<int> m_information;
18
20 unsigned long m_idHitPattern;
21
22 std::vector<float> m_eProbability;
23
26
27 std::vector<float> m_indetTrackSummary;
28 std::vector<unsigned int> m_muonTrackSummary;
29
30 };
31}
32
33#endif
unsigned long m_idHitPattern
contains the 'hit pattern'
std::vector< float > m_eProbability
std::vector< unsigned int > m_muonTrackSummary
std::vector< float > m_indetTrackSummary
std::vector< int > m_information
Ensure that the ATLAS eigen extensions are properly loaded.
STL namespace.