ATLAS Offline Software
Public Attributes | List of all members
MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed Struct Reference

Helper struct from a generated Mdt seed. More...

#include <MdtSegmentSeedGenerator.h>

Collaboration diagram for MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed:

Public Attributes

SegmentFit::Parameters parameters {SegmentFit::Parameters::Zero()}
 Seed parameters. More...
 
std::vector< std::unique_ptr< CalibratedSpacePoint > > measurements {}
 List of calibrated measurements. More...
 
unsigned int nIter {0}
 Iterations to obtain the seed. More...
 
double chi2 {0.}
 Seed chi2. More...
 
const SpacePointBucketparentBucket {nullptr}
 Pointer to the parent bucket. More...
 

Detailed Description

Helper struct from a generated Mdt seed.

Definition at line 63 of file MdtSegmentSeedGenerator.h.

Member Data Documentation

◆ chi2

double MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed::chi2 {0.}

Seed chi2.

Definition at line 71 of file MdtSegmentSeedGenerator.h.

◆ measurements

std::vector<std::unique_ptr<CalibratedSpacePoint> > MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed::measurements {}

List of calibrated measurements.

Definition at line 67 of file MdtSegmentSeedGenerator.h.

◆ nIter

unsigned int MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed::nIter {0}

Iterations to obtain the seed.

Definition at line 69 of file MdtSegmentSeedGenerator.h.

◆ parameters

SegmentFit::Parameters MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed::parameters {SegmentFit::Parameters::Zero()}

Seed parameters.

Definition at line 65 of file MdtSegmentSeedGenerator.h.

◆ parentBucket

const SpacePointBucket* MuonR4::MdtSegmentSeedGenerator::DriftCircleSeed::parentBucket {nullptr}

Pointer to the parent bucket.

Definition at line 73 of file MdtSegmentSeedGenerator.h.


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