ATLAS Offline Software
Loading...
Searching...
No Matches
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
18namespace Trk {
19
27 typedef std::pair<double, ParamDefs> DefinedParameter;
28
29}
30
31#endif // TRKEVENTPRIMITIVES_DEFINEDPARAMETER_H
Ensure that the ATLAS eigen extensions are properly loaded.
std::pair< double, ParamDefs > DefinedParameter
Typedef to of a std::pair<double, ParamDefs> to identify a passed-through double as a specific type o...