ATLAS Offline Software
Loading...
Searching...
No Matches
LayerMaterialRecord.h File Reference
Include dependency graph for LayerMaterialRecord.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trk::LayerMaterialRecord
 Helper Class to record the material during the GeantinoNtupleMappingProcess. More...

Namespaces

namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.

Macros

#define UCHARCONV
#define ucharbin   0.00392157
#define uchar2uint(uchar)
#define uint2uchar(unint)
#define uchar2dfrac(uchar)
#define dfrac2uchar(dfrac)

Macro Definition Documentation

◆ dfrac2uchar

#define dfrac2uchar ( dfrac)
Value:
lrint(dfrac* UCHAR_MAX)

Definition at line 27 of file LayerMaterialRecord.h.

◆ uchar2dfrac

#define uchar2dfrac ( uchar)
Value:
double(uchar * ucharbin)
#define ucharbin

Definition at line 26 of file LayerMaterialRecord.h.

◆ uchar2uint

#define uchar2uint ( uchar)
Value:
static_cast<unsigned int>(uchar)

Definition at line 23 of file LayerMaterialRecord.h.

◆ ucharbin

#define ucharbin   0.00392157

Definition at line 21 of file LayerMaterialRecord.h.

◆ UCHARCONV

#define UCHARCONV

Definition at line 20 of file LayerMaterialRecord.h.

◆ uint2uchar

#define uint2uchar ( unint)
Value:
static_cast<unsigned char>(unint)

Definition at line 24 of file LayerMaterialRecord.h.