ATLAS Offline Software
Loading...
Searching...
No Matches
TrackSummary_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//-----------------------------------------------------------------------------
6//
7// file: TrackSummary_p1.h
8// author: Andreas Wildauer
9//
10//-----------------------------------------------------------------------------
11
12#ifndef TRACK_SUMMARY_P1_TRK_H
13#define TRACK_SUMMARY_P1_TRK_H
14
16
17namespace Trk
18{
20 {
21 public:
23
24 std::vector<int> m_information;
25
27 unsigned long m_idHitPattern;
28
29 std::vector<float> m_eProbability;
30
33
36
37 };
38}
39
40#endif // TRACK_SUMMARY_P1_TRK_H
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
std::vector< float > m_eProbability
std::vector< int > m_information
unsigned long m_idHitPattern
contains the 'hit pattern'
Ensure that the ATLAS eigen extensions are properly loaded.
STL namespace.