ATLAS Offline Software
Loading...
Searching...
No Matches
CompetingRIOsOnTrack_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 TRKEVENTTPCNV_COMPETINGRIOONTRACK_P1_H
6#define TRKEVENTTPCNV_COMPETINGRIOONTRACK_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CompetingRIOsOnTrack_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
16namespace Trk
17{
19 // : public MeasurementBase_p1
20 {
21 public:
23
24 //LocalParameters_p1 *
26 //ErrorMatrix *
28
29 //LocalParameters_p1 *
30 #ifdef UseFloatsIn_CompetingRIOsOnTrack
31 std::vector<float> m_assignProb;
32 #else
33 std::vector<double> m_assignProb;
34 #endif
35 };
36}
37
38#endif // TRKEVENTTPCNV_COMPETINGRIOONTRACK_P1_H
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
Ensure that the ATLAS eigen extensions are properly loaded.