BOSS 7.0.9
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)
 

Public Attributes

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

Detailed Description

Definition at line 253 of file TrkTables.h.

Constructor & Destructor Documentation

◆ MdcTrk_locall() [1/2]

MdcTrk_locall::MdcTrk_locall ( )
inline

Definition at line 255 of file TrkTables.h.

255{};

◆ MdcTrk_locall() [2/2]

MdcTrk_locall::MdcTrk_locall ( const MdcTrk_locall rhs)
inline

Definition at line 256 of file 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 }
float error[15]
Definition: TrkTables.h:281
float pivot[3]
Definition: TrkTables.h:279
float helix[5]
Definition: TrkTables.h:280

Member Function Documentation

◆ operator=()

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

Definition at line 264 of file 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[15]

Definition at line 281 of file TrkTables.h.

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

◆ helix

float MdcTrk_locall::helix[5]

Definition at line 280 of file TrkTables.h.

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

◆ id

int MdcTrk_locall::id

Definition at line 278 of file TrkTables.h.

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

◆ pivot

float MdcTrk_locall::pivot[3]

Definition at line 279 of file TrkTables.h.

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


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