ATLAS Offline Software
Loading...
Searching...
No Matches
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"
11
13namespace Trk {
14 typedef std::multimap<const Trk::Track* , int> TrackSeedMap;
15}
16CLASS_DEF( Trk::TrackSeedMap , 183190752 , 1 )
17
18#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Ensure that the ATLAS eigen extensions are properly loaded.
std::multimap< const Trk::Track *, int > TrackSeedMap