ATLAS Offline Software
Loading...
Searching...
No Matches
RIO_OnTrackMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6// RIO_OnTrackMap.h, (c) ATLAS Detector software
8
9#ifndef TRKRIO_ONTRACK_RIO_ONTRACKMAPS_H
10#define TRKRIO_ONTRACK_RIO_ONTRACKMAPS_H
11
13#include <map>
14
15
16namespace Trk{
17 class PrepRawData;
18 class RIO_OnTrack;
19 typedef std::multimap<Trk::PrepRawData*, RIO_OnTrack*> RIOtoROT_Multimap;
20}
21
22CLASS_DEF( Trk::RIOtoROT_Multimap , 160822029 , 1 )
23
24#endif // TRKRIO_ONTRACK_RIO_ONTRACKMAPS_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Class to handle RIO On Tracks ROT) for InDet and Muons, it inherits from the common MeasurementBase.
Definition RIO_OnTrack.h:70
Ensure that the ATLAS eigen extensions are properly loaded.
std::multimap< Trk::PrepRawData *, RIO_OnTrack * > RIOtoROT_Multimap