ATLAS Offline Software
TrackSeedMap.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 TRKPRIM_TRACKSEEDMAP_H
6 #define TRKPRIM_TRACKSEEDMAP_H
7 
8 #include <map>
9 #include "TrkTrack/Track.h"
10 #include "AthenaKernel/CLASS_DEF.h"
11 
13 namespace Trk {
14  typedef std::multimap<const Trk::Track* , int> TrackSeedMap;
15 }
16 CLASS_DEF( Trk::TrackSeedMap , 183190752 , 1 )
17 
18 #endif
Track.h
Trk::TrackSeedMap
std::multimap< const Trk::Track *, int > TrackSeedMap
Definition: TrackSeedMap.h:14
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type