ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
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

Definition at line 129 of file InDetDetectorManager.h.

◆ 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:
InDetDD::InDetDetectorManager::AlignInfo::m_aligntype
AlignFolderType m_aligntype
Definition: InDetDetectorManager.h:126
InDetDD::none
@ none
Definition: InDetDD_Defs.h:19