From e6a75a36e887503d73de67a63614910fb644fd3c Mon Sep 17 00:00:00 2001 From: christos <christos@cern.ch> Date: Sat, 11 Jul 2020 00:19:41 +0100 Subject: [PATCH] rm include RefittedTrackPairCollection.h --- Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h b/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h index 7208d93f57d..145f667573d 100755 --- a/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h +++ b/Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef TRKTRACKDICT_H @@ -10,7 +10,6 @@ // #include is needed for gcc_xml to parse the header files #include "TrkTrack/TrackStateOnSurface.h" #include "TrkTrack/TrackCollection.h" -#include "TrkTrack/RefittedTrackPairCollection.h" #include "TrkTrack/LinkToTrack.h" #include "Identifier/Identifier.h" #include "AthLinks/ElementLink.h" @@ -26,10 +25,11 @@ namespace Trk { DataVector<const TrackStateOnSurface> m_trackStateVector; DataVector<Identifier> m_identifierVector; ElementLink<DataVector<Trk::Track> > m_Elink; - std::bitset< 11 > m_dummy1; + std::bitset< 11 > m_dummy1; TrackCollection m_tc; ElementLink<TrackCollection> m_e1; - std::vector<ElementLink<TrackCollection> > m_e2; //!< really for xAOD, but exposes dependency on TrkTrack to put it there... + //!< really for xAOD, but exposes dependency on TrkTrack to put it there... + std::vector<ElementLink<TrackCollection> > m_e2; }; } #endif -- GitLab