ATLAS Offline Software
DefinedParameter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // DefinedParameter.h, (c) ATLAS Detector software
8 
9 #ifndef TRKEVENTPRIMITIVES_DEFINEDPARAMETER_H
10 #define TRKEVENTPRIMITIVES_DEFINEDPARAMETER_H
11 
12 //Trk
14 // STL
15 #include <utility>
16 
18 namespace Trk {
19 
27  typedef std::pair<double, ParamDefs> DefinedParameter;
28 
29 }
30 
31 #endif // TRKEVENTPRIMITIVES_DEFINEDPARAMETER_H
ParamDefs.h
Trk::DefinedParameter
std::pair< double, ParamDefs > DefinedParameter
Definition: DefinedParameter.h:27
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9