CGEM BOSS 6.6.5.f
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)
 
 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

Constructor & Destructor Documentation

◆ MdcTrk_localf() [1/4]

MdcTrk_localf::MdcTrk_localf ( )
inline

Definition at line 213 of file InstallArea/include/MdcTables/MdcTables/TrkTables.h.

213{};

◆ MdcTrk_localf() [2/4]

MdcTrk_localf::MdcTrk_localf ( const MdcTrk_localf rhs)
inline

Definition at line 214 of file InstallArea/include/MdcTables/MdcTables/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 }

◆ MdcTrk_localf() [3/4]

MdcTrk_localf::MdcTrk_localf ( )
inline

Definition at line 213 of file Mdc/MdcTables/MdcTables-00-00-11/MdcTables/TrkTables.h.

213{};

◆ MdcTrk_localf() [4/4]

MdcTrk_localf::MdcTrk_localf ( const MdcTrk_localf rhs)
inline

Definition at line 214 of file Mdc/MdcTables/MdcTables-00-00-11/MdcTables/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 }

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 223 of file InstallArea/include/MdcTables/MdcTables/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 }

◆ operator=() [2/2]

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

Definition at line 223 of file Mdc/MdcTables/MdcTables-00-00-11/MdcTables/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

◆ helix

float MdcTrk_localf::helix

◆ id

int MdcTrk_localf::id

◆ pivot

float MdcTrk_localf::pivot

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