#include <AlignmentLevel.h>
Definition at line 11 of file AlignmentLevel.h.
AlignmentLevel::AlignmentLevel |
( |
align::StructureType |
levelType, |
|
|
unsigned int |
maxNumComponents, |
|
|
bool |
isFlat |
|
) |
| |
|
inline |
Definition at line 16 of file AlignmentLevel.h.
References operator=(), and ~AlignmentLevel().
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 44 of file AlignmentLevel.h.
the structure-type for this level, e.g. TPBModule for RunI-tracker-PXB
Definition at line 37 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 41 of file AlignmentLevel.h.