ATLAS Offline Software
Loading...
Searching...
No Matches
MaterialStepCollection_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// MaterialStepCollection_p1.h, (c) ATLAS Detector software
8
9#ifndef MATERIALSTEPCOLLECTION_P1_TRK_H
10#define MATERIALSTEPCOLLECTION_P1_TRK_H
11
12#include "MaterialStep_p1.h"
13#include <vector>
14
15namespace Trk
16{
17 class MaterialStepCollection_p1 : public std::vector<Trk::MaterialStep_p1>
18 {
19 public:
21 };
22}
23
24#endif // MATERIALSTEPCOLLECTION_P1_TRK_H
Ensure that the ATLAS eigen extensions are properly loaded.