![]() |
ATLAS Offline Software
|
#include <SCT_Options.h>
Public Member Functions | |
| SCT_Options () | |
| bool | g3Compatible () const |
| bool | versionDC1 () const |
| bool | versionDC2 () const |
| bool | alignable () const |
| bool | alignAtModuleLevel () const |
| void | setG3Compatible (bool flag=true) |
| void | setDC1Geometry () |
| void | setDC2Geometry () |
| void | setAlignable (bool flag=true) |
| void | setAlignAtModuleLevel (bool flag=true) |
| void | setDynamicAlignFolders (const bool flag=true) |
| bool | dynamicAlignFolders () const |
Private Attributes | |
| bool | m_g3Compatible |
| bool | m_dc1Geometry |
| bool | m_dc2Geometry |
| bool | m_alignable |
| bool | m_alignModule |
| bool | m_dynAlignFolders |
Definition at line 11 of file SCT_Options.h.
| SCT_Options::SCT_Options | ( | ) |
Definition at line 7 of file SCT_Options.cxx.
| bool SCT_Options::alignable | ( | ) | const |
Definition at line 63 of file SCT_Options.cxx.
| bool SCT_Options::alignAtModuleLevel | ( | ) | const |
Definition at line 75 of file SCT_Options.cxx.
| bool SCT_Options::dynamicAlignFolders | ( | ) | const |
Definition at line 85 of file SCT_Options.cxx.
| bool SCT_Options::g3Compatible | ( | ) | const |
Definition at line 24 of file SCT_Options.cxx.
| void SCT_Options::setAlignable | ( | bool | flag = true | ) |
Definition at line 57 of file SCT_Options.cxx.
| void SCT_Options::setAlignAtModuleLevel | ( | bool | flag = true | ) |
Definition at line 69 of file SCT_Options.cxx.
| void SCT_Options::setDC1Geometry | ( | ) |
Definition at line 30 of file SCT_Options.cxx.
| void SCT_Options::setDC2Geometry | ( | ) |
Definition at line 43 of file SCT_Options.cxx.
| void SCT_Options::setDynamicAlignFolders | ( | const bool | flag = true | ) |
Definition at line 80 of file SCT_Options.cxx.
| void SCT_Options::setG3Compatible | ( | bool | flag = true | ) |
Definition at line 17 of file SCT_Options.cxx.
| bool SCT_Options::versionDC1 | ( | ) | const |
Definition at line 37 of file SCT_Options.cxx.
| bool SCT_Options::versionDC2 | ( | ) | const |
Definition at line 51 of file SCT_Options.cxx.
|
private |
Definition at line 37 of file SCT_Options.h.
|
private |
Definition at line 38 of file SCT_Options.h.
|
private |
Definition at line 35 of file SCT_Options.h.
|
private |
Definition at line 36 of file SCT_Options.h.
|
private |
Definition at line 39 of file SCT_Options.h.
|
private |
Definition at line 34 of file SCT_Options.h.