ATLAS Offline Software
Loading...
Searching...
No Matches
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 32 of file MdtAlignmentStore.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 35 of file MdtAlignmentStore.h.

35 {
36 return bLine || asBuilt;
37 }

Member Data Documentation

◆ asBuilt

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

Definition at line 34 of file MdtAlignmentStore.h.

34{nullptr};

◆ bLine

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

Definition at line 33 of file MdtAlignmentStore.h.

33{nullptr};

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