ATLAS Offline Software
Loading...
Searching...
No Matches
TrackMatchingMultiMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRKEVENTUTILS_TRACKMATCHINGMULTIMAP_H
6#define TRKEVENTUTILS_TRACKMATCHINGMULTIMAP_H
7
8#include <map>
9#include "TrkTrack/Track.h"
11
15
16
17namespace Trk {
18
19// define output struct of track matching
24
25 typedef std::multimap <const Trk::Track*, std::pair<const Trk::Track*, Trk::TrackMatchingProperties> > TrackMatchMultiMap;
26 }
27
29
30#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 *, std::pair< const Trk::Track *, Trk::TrackMatchingProperties > > TrackMatchMultiMap