BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcTrk_locall Class Reference

#include <TrkTables.h>

Public Member Functions

 MdcTrk_locall ()
 
 MdcTrk_locall (const MdcTrk_locall &rhs)
 
MdcTrk_localloperator= (const MdcTrk_locall &rhs)
 
 MdcTrk_locall ()
 
 MdcTrk_locall (const MdcTrk_locall &rhs)
 
MdcTrk_localloperator= (const MdcTrk_locall &rhs)
 

Public Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ MdcTrk_locall() [1/4]

MdcTrk_locall::MdcTrk_locall ( )
inline

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

255{};

◆ MdcTrk_locall() [2/4]

MdcTrk_locall::MdcTrk_locall ( const MdcTrk_locall rhs)
inline

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

256 {
257 id = rhs.id;
258 for ( int i=0; i<15; i++ ) {
259 if( i<3 ) pivot[i] = rhs.pivot[i];
260 if( i<5 ) helix[i] = rhs.helix[i];
261 error[i] = rhs.error[i];
262 }
263 }

◆ MdcTrk_locall() [3/4]

MdcTrk_locall::MdcTrk_locall ( )
inline

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

255{};

◆ MdcTrk_locall() [4/4]

MdcTrk_locall::MdcTrk_locall ( const MdcTrk_locall rhs)
inline

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

256 {
257 id = rhs.id;
258 for ( int i=0; i<15; i++ ) {
259 if( i<3 ) pivot[i] = rhs.pivot[i];
260 if( i<5 ) helix[i] = rhs.helix[i];
261 error[i] = rhs.error[i];
262 }
263 }

Member Function Documentation

◆ operator=() [1/2]

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

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

264 {
265
266 if(this == &rhs)
267 return *this;
268 id = rhs.id;
269 for ( int i=0; i<15; i++ ) {
270 if( i<3 ) pivot[i] = rhs.pivot[i];
271 if( i<5 ) helix[i] = rhs.helix[i];
272 error[i] = rhs.error[i];
273 }
274
275 return *this;
276 }

◆ operator=() [2/2]

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

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

264 {
265
266 if(this == &rhs)
267 return *this;
268 id = rhs.id;
269 for ( int i=0; i<15; i++ ) {
270 if( i<3 ) pivot[i] = rhs.pivot[i];
271 if( i<5 ) helix[i] = rhs.helix[i];
272 error[i] = rhs.error[i];
273 }
274
275 return *this;
276 }

Member Data Documentation

◆ error

float MdcTrk_locall::error

◆ helix

float MdcTrk_locall::helix

◆ id

int MdcTrk_locall::id

◆ pivot

float MdcTrk_locall::pivot

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