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