ATLAS Offline Software
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 
15 namespace Trk
16 {
17  class MaterialStepCollection_p1 : public std::vector<Trk::MaterialStep_p1>
18  {
19  public:
21  };
22 }
23 
24 #endif // MATERIALSTEPCOLLECTION_P1_TRK_H
Trk::MaterialStepCollection_p1
Definition: MaterialStepCollection_p1.h:18
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
MaterialStep_p1.h
Trk::MaterialStepCollection_p1::MaterialStepCollection_p1
MaterialStepCollection_p1()
Definition: MaterialStepCollection_p1.h:20