Project
Loading...
Searching...
No Matches
o2::itsmft::tracking::IterationContext Struct Reference

#include <TrackerTraits.h>

Public Member Functions

 IterationContext (int iterationValue, TimeFrame &frameValue, TimeFrameScratch &scratchValue, TraversalTopologyView topologyValue, const IterationConfiguration &configurationValue, gsl::span< const gsl::span< const GlobalMeasurement > > layerGlobalMeasurementsValue, float bzValue)
 

Public Attributes

int iteration {-1}
 
TimeFrame & frame
 
TimeFrameScratch & scratch
 
TraversalTopologyView topology {}
 
const DetectorConfiguration & detectorConfiguration
 
const IterationConfiguration & configuration
 
gsl::span< const gsl::span< const GlobalMeasurement > > layerGlobalMeasurements
 
float bz {0.f}
 

Detailed Description

Definition at line 43 of file TrackerTraits.h.

Constructor & Destructor Documentation

◆ IterationContext()

o2::itsmft::tracking::IterationContext::IterationContext ( int  iterationValue,
TimeFrame &  frameValue,
TimeFrameScratch &  scratchValue,
TraversalTopologyView  topologyValue,
const IterationConfiguration &  configurationValue,
gsl::span< const gsl::span< const GlobalMeasurement > >  layerGlobalMeasurementsValue,
float  bzValue 
)
inline

Definition at line 55 of file TrackerTraits.h.

Member Data Documentation

◆ bz

float o2::itsmft::tracking::IterationContext::bz {0.f}

Definition at line 53 of file TrackerTraits.h.

◆ configuration

const IterationConfiguration& o2::itsmft::tracking::IterationContext::configuration

Definition at line 49 of file TrackerTraits.h.

◆ detectorConfiguration

const DetectorConfiguration& o2::itsmft::tracking::IterationContext::detectorConfiguration

Definition at line 48 of file TrackerTraits.h.

◆ frame

TimeFrame& o2::itsmft::tracking::IterationContext::frame

Definition at line 45 of file TrackerTraits.h.

◆ iteration

int o2::itsmft::tracking::IterationContext::iteration {-1}

Definition at line 44 of file TrackerTraits.h.

◆ layerGlobalMeasurements

gsl::span<const gsl::span<const GlobalMeasurement> > o2::itsmft::tracking::IterationContext::layerGlobalMeasurements

Definition at line 52 of file TrackerTraits.h.

◆ scratch

TimeFrameScratch& o2::itsmft::tracking::IterationContext::scratch

Definition at line 46 of file TrackerTraits.h.

◆ topology

TraversalTopologyView o2::itsmft::tracking::IterationContext::topology {}

Definition at line 47 of file TrackerTraits.h.


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