ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::CompoundLayerMaterial_p1 Class Reference

#include <CompoundLayerMaterial_p1.h>

Collaboration diagram for Trk::CompoundLayerMaterial_p1:

Public Member Functions

 CompoundLayerMaterial_p1 ()
 

Public Attributes

BinUtility_p1 binUtility
 
std::vector< float > valueMins
 
std::vector< float > valueSteps
 
std::vector< ValueMatrixvalueMatrices
 
std::vector< std::vector< std::vector< std::pair< unsigned char, unsigned char > > > > composition
 

Detailed Description

Definition at line 23 of file CompoundLayerMaterial_p1.h.

Constructor & Destructor Documentation

◆ CompoundLayerMaterial_p1()

Trk::CompoundLayerMaterial_p1::CompoundLayerMaterial_p1 ( )
inline

Definition at line 26 of file CompoundLayerMaterial_p1.h.

27  {
28  valueMins.reserve(6);
29  valueSteps.reserve(6);
30  valueMatrices.reserve(6);
31  valueMatrices.reserve(6);
32  }

Member Data Documentation

◆ binUtility

BinUtility_p1 Trk::CompoundLayerMaterial_p1::binUtility

Definition at line 34 of file CompoundLayerMaterial_p1.h.

◆ composition

std::vector< std::vector < std::vector< std::pair<unsigned char, unsigned char> > > > Trk::CompoundLayerMaterial_p1::composition

Definition at line 40 of file CompoundLayerMaterial_p1.h.

◆ valueMatrices

std::vector< ValueMatrix > Trk::CompoundLayerMaterial_p1::valueMatrices

Definition at line 38 of file CompoundLayerMaterial_p1.h.

◆ valueMins

std::vector<float> Trk::CompoundLayerMaterial_p1::valueMins

Definition at line 36 of file CompoundLayerMaterial_p1.h.

◆ valueSteps

std::vector<float> Trk::CompoundLayerMaterial_p1::valueSteps

Definition at line 37 of file CompoundLayerMaterial_p1.h.


The documentation for this class was generated from the following file:
Trk::CompoundLayerMaterial_p1::valueMatrices
std::vector< ValueMatrix > valueMatrices
Definition: CompoundLayerMaterial_p1.h:38
Trk::CompoundLayerMaterial_p1::valueSteps
std::vector< float > valueSteps
Definition: CompoundLayerMaterial_p1.h:37
Trk::CompoundLayerMaterial_p1::valueMins
std::vector< float > valueMins
Definition: CompoundLayerMaterial_p1.h:36