ATLAS Offline Software
TrkMeasurementBaseDict.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 TRKMEASUREMENTBASEDICT_H
6 #define TRKMEASUREMENTBASEDICT_H
7 
10 
11 // We need to instantiate some templates here to be able to create the
12 // dictionary for them
13 
14 //namespace Trk {
15 // class TrkMeasurementBaseDict_Dummy
16 // {
17 // DataVector<const MeasurementBase> m_measurementVector;
18 // };
19 //}
20 
21 #endif
MeasurementBase.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.