ATLAS Offline Software
Loading...
Searching...
No Matches
AlignParList.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 TRKALIGNEVENT_ALIGNPARLIST_H
6#define TRKALIGNEVENT_ALIGNPARLIST_H
7
8#include "boost/multi_array.hpp"
9
10namespace Trk {
11 class AlignPar;
12 typedef boost::multi_array<AlignPar*,2> AlignParList;
13 typedef boost::array<boost::multi_array_types::index, 2> AlignParListDims;
14}
15
16#endif // TRKALIGNEVENT_ALIGNPARLIST_H
17
Ensure that the ATLAS eigen extensions are properly loaded.
boost::multi_array< AlignPar *, 2 > AlignParList
boost::array< boost::multi_array_types::index, 2 > AlignParListDims