ATLAS Offline Software
|
Classes | |
class | SectionInfo |
class | SubSystem |
Public Types | |
enum | SECTION { UNKNOWN, INDET, CALO, MUON, MISC } |
Static Public Member Functions | |
static void | defineSubSystem (VP1GeoFlags::SubSystemFlag, QString, SECTION) |
static VolumeHandle * | handlePointer (const QModelIndex &idx) |
static bool | isSectionInfoPointer (VolumeHandle *handle) |
static bool | isSubSystemPointer (VolumeHandle *handle) |
static bool | isRegularVolumeHandle (VolumeHandle *handle) |
static SectionInfo * | sectionInfoPointer (VolumeHandle *handle) |
static SubSystem * | subSystemPointer (VolumeHandle *handle) |
Public Attributes | |
std::map< VP1GeoFlags::SubSystemFlag, SubSystem * > | flag2subsystems |
std::map< VolumeHandle *, SubSystem * > | volhandle2subsystem |
QList< SectionInfo * > | allSections |
QList< SectionInfo * > | activeSections |
Static Public Attributes | |
static std::map< SECTION, QString > | section2string |
static std::map< VP1GeoFlags::SubSystemFlag, SECTION > | subsysflag2section |
static std::map< VP1GeoFlags::SubSystemFlag, QString > | subsysflag2string |
Definition at line 32 of file VolumeTreeModel.cxx.
|
static |
Definition at line 96 of file VolumeTreeModel.cxx.
|
inlinestatic |
Definition at line 79 of file VolumeTreeModel.cxx.
|
inlinestatic |
Definition at line 82 of file VolumeTreeModel.cxx.
|
inlinestatic |
Definition at line 80 of file VolumeTreeModel.cxx.
|
inlinestatic |
Definition at line 81 of file VolumeTreeModel.cxx.
|
inlinestatic |
Definition at line 83 of file VolumeTreeModel.cxx.
|
inlinestatic |
Definition at line 84 of file VolumeTreeModel.cxx.
QList<SectionInfo*> VolumeTreeModel::Imp::activeSections |
Definition at line 76 of file VolumeTreeModel.cxx.
QList<SectionInfo*> VolumeTreeModel::Imp::allSections |
Definition at line 75 of file VolumeTreeModel.cxx.
std::map<VP1GeoFlags::SubSystemFlag,SubSystem*> VolumeTreeModel::Imp::flag2subsystems |
Definition at line 60 of file VolumeTreeModel.cxx.
|
static |
Definition at line 36 of file VolumeTreeModel.cxx.
|
static |
Definition at line 37 of file VolumeTreeModel.cxx.
|
static |
Definition at line 38 of file VolumeTreeModel.cxx.
std::map<VolumeHandle*,SubSystem*> VolumeTreeModel::Imp::volhandle2subsystem |
Definition at line 62 of file VolumeTreeModel.cxx.