ATLAS Offline Software
Tracking
TrkDetDescr
TrkDetDescrTPCnv
TrkDetDescrTPCnv
TrkGeometry
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
14
namespace
Trk
15
{
32
class
MaterialProperties_p1
33
{
34
public
:
35
MaterialProperties_p1
() :
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
Trk::MaterialProperties_p1::MaterialProperties_p1
MaterialProperties_p1()
Definition:
MaterialProperties_p1.h:35
Trk::MaterialProperties_p1
Definition:
MaterialProperties_p1.h:33
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::MaterialProperties_p1::fractions
std::vector< unsigned char > fractions
Definition:
MaterialProperties_p1.h:43
Trk::MaterialProperties_p1::elements
std::vector< unsigned char > elements
Definition:
MaterialProperties_p1.h:42
Trk::MaterialProperties_p1::materialData
std::vector< float > materialData
Definition:
MaterialProperties_p1.h:41
Generated on Thu Nov 7 2024 21:20:27 for ATLAS Offline Software by
1.8.18