ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MdtAlignmentStore::chamberDistortions Struct Reference

Helper struct to store the pointer to the Mdt distrotion parameters, namely the As-built and the BLine chamber deformations. More...

#include <MdtAlignmentStore.h>

Collaboration diagram for MdtAlignmentStore::chamberDistortions:

Public Member Functions

 operator bool () const
 

Public Attributes

const BLineParbLine {nullptr}
 
const MdtAsBuiltParasBuilt {nullptr}
 

Detailed Description

Helper struct to store the pointer to the Mdt distrotion parameters, namely the As-built and the BLine chamber deformations.

Definition at line 25 of file MdtAlignmentStore.h.

Member Function Documentation

◆ operator bool()

MdtAlignmentStore::chamberDistortions::operator bool ( ) const
inline

Definition at line 28 of file MdtAlignmentStore.h.

28  {
29  return bLine || asBuilt;
30  }

Member Data Documentation

◆ asBuilt

const MdtAsBuiltPar* MdtAlignmentStore::chamberDistortions::asBuilt {nullptr}

Definition at line 27 of file MdtAlignmentStore.h.

◆ bLine

const BLinePar* MdtAlignmentStore::chamberDistortions::bLine {nullptr}

Definition at line 26 of file MdtAlignmentStore.h.


The documentation for this struct was generated from the following file:
MdtAlignmentStore::chamberDistortions::bLine
const BLinePar * bLine
Definition: MdtAlignmentStore.h:26
MdtAlignmentStore::chamberDistortions::asBuilt
const MdtAsBuiltPar * asBuilt
Definition: MdtAlignmentStore.h:27