ATLAS Offline Software
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 
14 namespace Trk
15 {
36  {
37  public:
39  materialData(9,0.) {}
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
Trk::MaterialStep_p1
Definition: MaterialStep_p1.h:36
Trk::MaterialStep_p1::elements
std::vector< unsigned char > elements
Definition: MaterialStep_p1.h:43
Trk::MaterialStep_p1::fractions
std::vector< unsigned char > fractions
Definition: MaterialStep_p1.h:44
Trk::MaterialStep_p1::MaterialStep_p1
MaterialStep_p1()
Definition: MaterialStep_p1.h:38
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::MaterialStep_p1::materialData
std::vector< float > materialData
Definition: MaterialStep_p1.h:41