Skip to content
Snippets Groups Projects
Commit e6a75a36 authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

rm include RefittedTrackPairCollection.h

parent 9d3c994e
No related branches found
No related tags found
No related merge requests found
/* /*
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 #ifndef TRKTRACKDICT_H
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
// #include is needed for gcc_xml to parse the header files // #include is needed for gcc_xml to parse the header files
#include "TrkTrack/TrackStateOnSurface.h" #include "TrkTrack/TrackStateOnSurface.h"
#include "TrkTrack/TrackCollection.h" #include "TrkTrack/TrackCollection.h"
#include "TrkTrack/RefittedTrackPairCollection.h"
#include "TrkTrack/LinkToTrack.h" #include "TrkTrack/LinkToTrack.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "AthLinks/ElementLink.h" #include "AthLinks/ElementLink.h"
...@@ -26,10 +25,11 @@ namespace Trk { ...@@ -26,10 +25,11 @@ namespace Trk {
DataVector<const TrackStateOnSurface> m_trackStateVector; DataVector<const TrackStateOnSurface> m_trackStateVector;
DataVector<Identifier> m_identifierVector; DataVector<Identifier> m_identifierVector;
ElementLink<DataVector<Trk::Track> > m_Elink; ElementLink<DataVector<Trk::Track> > m_Elink;
std::bitset< 11 > m_dummy1; std::bitset< 11 > m_dummy1;
TrackCollection m_tc; TrackCollection m_tc;
ElementLink<TrackCollection> m_e1; 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 #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment