CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kf::FieldBuilder::SliceRef Struct Reference

A helper structure for field slices initialization. More...

Public Member Functions

 SliceRef (double halfX, double halfY, double refZ)
 Constructor.
 
bool operator< (const SliceRef &r) const
 Comparision operator.
 

Public Attributes

double fHalfSizeX {defs::Undef<double>}
 Half-size of the slice in x-direction [cm].
 
double fHalfSizeY {defs::Undef<double>}
 Half-size of the slice in y-direction [cm].
 
double fRefZ {defs::Undef<double>}
 Reference z-position of the slice [cm].
 

Detailed Description

A helper structure for field slices initialization.

Definition at line 497 of file KfField.h.

Constructor & Destructor Documentation

◆ SliceRef()

cbm::algo::kf::FieldBuilder::SliceRef::SliceRef ( double halfX,
double halfY,
double refZ )
inline

Constructor.

Parameters
halfXHalf-size of the slice in x-direction [cm]
halfYHalf-size of the slice in y-direction [cm]
refZReference z-position of the slice [cm]

Definition at line 506 of file KfField.h.

References fHalfSizeX, fHalfSizeY, and fRefZ.

Referenced by operator<().

Member Function Documentation

◆ operator<()

bool cbm::algo::kf::FieldBuilder::SliceRef::operator< ( const SliceRef & r) const
inline

Comparision operator.

Definition at line 509 of file KfField.h.

References fRefZ, and SliceRef().

Member Data Documentation

◆ fHalfSizeX

double cbm::algo::kf::FieldBuilder::SliceRef::fHalfSizeX {defs::Undef<double>}

Half-size of the slice in x-direction [cm].

Definition at line 498 of file KfField.h.

Referenced by SliceRef().

◆ fHalfSizeY

double cbm::algo::kf::FieldBuilder::SliceRef::fHalfSizeY {defs::Undef<double>}

Half-size of the slice in y-direction [cm].

Definition at line 499 of file KfField.h.

Referenced by SliceRef().

◆ fRefZ

double cbm::algo::kf::FieldBuilder::SliceRef::fRefZ {defs::Undef<double>}

Reference z-position of the slice [cm].

Definition at line 500 of file KfField.h.

Referenced by operator<(), and SliceRef().


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