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