ATLAS Offline Software
|
#include <SurveyConstraintModule.h>
Public Types | |
enum | ModuleStatus { Module =0, Stave } |
Public Member Functions | |
SurveyConstraintModule () | |
defaukt constructor More... | |
SurveyConstraintModule (const Identifier &) | |
constructor More... | |
SurveyConstraintModule (const Identifier &, bool) | |
constructor More... | |
SurveyConstraintModule (const SurveyConstraintModule &) | |
copy constructor More... | |
SurveyConstraintModule & | operator= (const SurveyConstraintModule &) |
assignment operator More... | |
~SurveyConstraintModule () | |
destructor More... | |
Amg::VectorX | DOCA_Vector () const |
Amg::MatrixX | DOCA_Matrix () const |
Identifier | moduleID () const |
bool | isPixel () |
Amg::Transform3D | get_globaltolocal () |
unsigned int | nModulePoints () |
unsigned int | nStavePoints () |
void | getPoints (std::vector< SurveyConstraintPoint > &, ModuleStatus mstat) const |
void | addStaveConstraintPoint (std::vector< SurveyConstraintPoint > &cPoints) |
void | addModuleConstraintPoint (const SurveyConstraintPoint &cPoint) |
void | set_globaltolocal (Amg::Transform3D &globaltolocal) |
void | set_DOCA_Vector (Amg::VectorX &DOCA_Vector) |
Private Attributes | |
Amg::VectorX | m_DOCA_Vector |
Amg::MatrixX | m_DOCA_Matrix |
Identifier | m_ModuleID |
bool | m_isPixel |
Amg::Transform3D | m_globaltolocal |
std::vector< SurveyConstraintPoint > | m_StavePoints |
std::vector< SurveyConstraintPoint > | m_ModulePoints |
Definition at line 24 of file SurveyConstraintModule.h.
SurveyConstraintModule::SurveyConstraintModule | ( | ) |
defaukt constructor
Definition at line 21 of file SurveyConstraintModule.cxx.
SurveyConstraintModule::SurveyConstraintModule | ( | const Identifier & | moduleID | ) |
SurveyConstraintModule::SurveyConstraintModule | ( | const Identifier & | moduleID, |
bool | isPixel | ||
) |
SurveyConstraintModule::SurveyConstraintModule | ( | const SurveyConstraintModule & | rhs | ) |
SurveyConstraintModule::~SurveyConstraintModule | ( | ) |
void SurveyConstraintModule::addModuleConstraintPoint | ( | const SurveyConstraintPoint & | cPoint | ) |
Definition at line 118 of file SurveyConstraintModule.cxx.
void SurveyConstraintModule::addStaveConstraintPoint | ( | std::vector< SurveyConstraintPoint > & | cPoints | ) |
Definition at line 111 of file SurveyConstraintModule.cxx.
|
inline |
Definition at line 75 of file SurveyConstraintModule.h.
|
inline |
Definition at line 71 of file SurveyConstraintModule.h.
|
inline |
Definition at line 87 of file SurveyConstraintModule.h.
void SurveyConstraintModule::getPoints | ( | std::vector< SurveyConstraintPoint > & | cPoints, |
ModuleStatus | mstat | ||
) | const |
Definition at line 92 of file SurveyConstraintModule.cxx.
|
inline |
Definition at line 83 of file SurveyConstraintModule.h.
|
inline |
Definition at line 79 of file SurveyConstraintModule.h.
|
inline |
Definition at line 91 of file SurveyConstraintModule.h.
|
inline |
Definition at line 95 of file SurveyConstraintModule.h.
SurveyConstraintModule & SurveyConstraintModule::operator= | ( | const SurveyConstraintModule & | rhs | ) |
void SurveyConstraintModule::set_DOCA_Vector | ( | Amg::VectorX & | DOCA_Vector | ) |
Definition at line 126 of file SurveyConstraintModule.cxx.
void SurveyConstraintModule::set_globaltolocal | ( | Amg::Transform3D & | globaltolocal | ) |
Definition at line 123 of file SurveyConstraintModule.cxx.
|
private |
Definition at line 62 of file SurveyConstraintModule.h.
|
private |
Definition at line 61 of file SurveyConstraintModule.h.
|
private |
Definition at line 65 of file SurveyConstraintModule.h.
|
private |
Definition at line 64 of file SurveyConstraintModule.h.
|
private |
Definition at line 63 of file SurveyConstraintModule.h.
|
private |
Definition at line 67 of file SurveyConstraintModule.h.
|
private |
Definition at line 66 of file SurveyConstraintModule.h.