ATLAS Offline Software
Loading...
Searching...
No Matches
SeedFinderParamDefs.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 TRKVERTEXSEEDFINDERUTILS_SEEDFINDERPARAMDEFS_H
6#define TRKVERTEXSEEDFINDERUTILS_SEEDFINDERPARAMDEFS_H
7
8
9#include <algorithm>
14
15namespace Trk {
16
17 typedef std::pair < Amg::Vector3D , double > PositionAndWeight;
18 typedef std::pair<double,double> DoubleAndWeight;
19 typedef std::pair<PointOnTrack,PointOnTrack> TwoPointOnTrack;
20 typedef std::pair<Amg::Vector3D,Amg::Vector3D> TwoPoints;
21// typedef std::pair<Perigee*,Perigee*> TwoTracks;
22
23}
24
25#endif
Ensure that the ATLAS eigen extensions are properly loaded.
std::pair< Amg::Vector3D, double > PositionAndWeight
std::pair< double, double > DoubleAndWeight
std::pair< PointOnTrack, PointOnTrack > TwoPointOnTrack
std::pair< Amg::Vector3D, Amg::Vector3D > TwoPoints