BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcTrk_localf Class Reference

#include <TrkTables.h>

Public Member Functions

 MdcTrk_localf ()
 
 MdcTrk_localf (const MdcTrk_localf &rhs)
 
MdcTrk_localfoperator= (const MdcTrk_localf &rhs)
 

Public Attributes

int id
 
float pivot [3]
 
float helix [5]
 
float error [15]
 

Detailed Description

Definition at line 211 of file TrkTables.h.

Constructor & Destructor Documentation

◆ MdcTrk_localf() [1/2]

MdcTrk_localf::MdcTrk_localf ( )
inline

Definition at line 213 of file TrkTables.h.

213{};

◆ MdcTrk_localf() [2/2]

MdcTrk_localf::MdcTrk_localf ( const MdcTrk_localf rhs)
inline

Definition at line 214 of file TrkTables.h.

214 {
215 id = rhs.id;
216 for ( int i=0; i<15; i++ ) {
217 if( i<3 ) pivot[i] = rhs.pivot[i];
218 if( i<5 ) helix[i] = rhs.helix[i];
219 error[i] = rhs.error[i];
220 }
221 }
float error[15]
Definition: TrkTables.h:240
float pivot[3]
Definition: TrkTables.h:238
float helix[5]
Definition: TrkTables.h:239

Member Function Documentation

◆ operator=()

MdcTrk_localf & MdcTrk_localf::operator= ( const MdcTrk_localf rhs)
inline

Definition at line 223 of file TrkTables.h.

223 {
224
225 if(this == &rhs)
226 return *this;
227 id = rhs.id;
228 for ( int i=0; i<15; i++ ) {
229 if( i<3 ) pivot[i] = rhs.pivot[i];
230 if( i<5 ) helix[i] = rhs.helix[i];
231 error[i] = rhs.error[i];
232 }
233
234 return *this;
235 }

Member Data Documentation

◆ error

float MdcTrk_localf::error[15]

Definition at line 240 of file TrkTables.h.

Referenced by MdcTrk_localf(), and operator=().

◆ helix

float MdcTrk_localf::helix[5]

Definition at line 239 of file TrkTables.h.

Referenced by MdcTrk_localf(), and operator=().

◆ id

int MdcTrk_localf::id

Definition at line 237 of file TrkTables.h.

Referenced by MdcTrk_localf(), and operator=().

◆ pivot

float MdcTrk_localf::pivot[3]

Definition at line 238 of file TrkTables.h.

Referenced by MdcTrk_localf(), and operator=().


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