ATLAS Offline Software
Loading...
Searching...
No Matches
InDetDD::InDetDetectorManager::AlignInfo Class Reference
Collaboration diagram for InDetDD::InDetDetectorManager::AlignInfo:

Public Member Functions

 AlignInfo ()
 AlignInfo (AlignFolderType alignfolder)
AlignFolderType AlignFolder () const
bool isValidAlign () const

Private Attributes

AlignFolderType m_aligntype

Detailed Description

Definition at line 123 of file InDetDetectorManager.h.

Constructor & Destructor Documentation

◆ AlignInfo() [1/2]

InDetDD::InDetDetectorManager::AlignInfo::AlignInfo ( )
inline

◆ AlignInfo() [2/2]

InDetDD::InDetDetectorManager::AlignInfo::AlignInfo ( AlignFolderType alignfolder)
inline

Definition at line 130 of file InDetDetectorManager.h.

130: m_aligntype(alignfolder) {};

Member Function Documentation

◆ AlignFolder()

AlignFolderType InDetDD::InDetDetectorManager::AlignInfo::AlignFolder ( ) const
inline

Definition at line 131 of file InDetDetectorManager.h.

131{return m_aligntype;}

◆ isValidAlign()

bool InDetDD::InDetDetectorManager::AlignInfo::isValidAlign ( ) const
inline

Definition at line 132 of file InDetDetectorManager.h.

132{return (m_aligntype != InDetDD::none);}

Member Data Documentation

◆ m_aligntype

AlignFolderType InDetDD::InDetDetectorManager::AlignInfo::m_aligntype
private

Definition at line 126 of file InDetDetectorManager.h.


The documentation for this class was generated from the following file: