#include <AlignmentLevel.h>
Definition at line 9 of file AlignmentLevel.h.
AlignmentLevel::AlignmentLevel |
( |
align::StructureType |
levelType, |
|
|
unsigned int |
maxNumComponents, |
|
|
bool |
isFlat |
|
) |
| |
|
inline |
Definition at line 12 of file AlignmentLevel.h.
bool isFlat
true if structure-type is a flat surface (rod, string, ladder etc.)
unsigned int maxNumComponents
align::StructureType levelType
virtual AlignmentLevel::~AlignmentLevel |
( |
| ) |
|
|
virtualdefault |
bool AlignmentLevel::isFlat |
true if structure-type is a flat surface (rod, string, ladder etc.)
Definition at line 36 of file AlignmentLevel.h.
the structure-type for this level, e.g. TPBModule for RunI-tracker-PXB
Definition at line 29 of file AlignmentLevel.h.
unsigned int AlignmentLevel::maxNumComponents |
the maximum number of components of the structure-type, e.g. 768 TPBModules in RunI tracker-PXB
Definition at line 33 of file AlignmentLevel.h.