ATLAS Offline Software
Loading...
Searching...
No Matches
MaterialStep_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// MaterialStep_p1.h, (c) ATLAS Detector software
8
9#ifndef MATERIALSTEP_P1_TRK_H
10#define MATERIALSTEP_P1_TRK_H
11
12#include <vector>
13
14namespace Trk
15{
36 {
37 public:
40
41 std::vector<float> materialData;
42
43 std::vector<unsigned char> elements;
44 std::vector<unsigned char> fractions;
45
46
47 };
48}
49
50#endif // MATERIALSTEP_P1_TRK_H
std::vector< unsigned char > elements
std::vector< float > materialData
std::vector< unsigned char > fractions
Ensure that the ATLAS eigen extensions are properly loaded.