BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcTrk_localz Class Reference

#include <TrkTables.h>

Public Member Functions

 MdcTrk_localz ()
 MdcTrk_localz (const MdcTrk_localz &rhs)
MdcTrk_localzoperator= (const MdcTrk_localz &rhs)
 MdcTrk_localz ()
 MdcTrk_localz (const MdcTrk_localz &rhs)
MdcTrk_localzoperator= (const MdcTrk_localz &rhs)
 MdcTrk_localz ()
 MdcTrk_localz (const MdcTrk_localz &rhs)
MdcTrk_localzoperator= (const MdcTrk_localz &rhs)

Public Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ MdcTrk_localz() [1/6]

MdcTrk_localz::MdcTrk_localz ( )
inline

◆ MdcTrk_localz() [2/6]

MdcTrk_localz::MdcTrk_localz ( const MdcTrk_localz & rhs)
inline

◆ MdcTrk_localz() [3/6]

MdcTrk_localz::MdcTrk_localz ( )
inline

◆ MdcTrk_localz() [4/6]

MdcTrk_localz::MdcTrk_localz ( const MdcTrk_localz & rhs)
inline

Definition at line 179 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcTables/TrkTables.h.

179 {
180 id = rhs.id;
181 for ( int i = 0; i < 15; i++ )
182 {
183 if ( i < 3 ) pivot[i] = rhs.pivot[i];
184 if ( i < 5 ) helix[i] = rhs.helix[i];
185 error[i] = rhs.error[i];
186 }
187 }

◆ MdcTrk_localz() [5/6]

MdcTrk_localz::MdcTrk_localz ( )
inline

Definition at line 178 of file Mdc/MdcTables/include/MdcTables/TrkTables.h.

178{};

◆ MdcTrk_localz() [6/6]

MdcTrk_localz::MdcTrk_localz ( const MdcTrk_localz & rhs)
inline

Definition at line 179 of file Mdc/MdcTables/include/MdcTables/TrkTables.h.

179 {
180 id = rhs.id;
181 for ( int i = 0; i < 15; i++ )
182 {
183 if ( i < 3 ) pivot[i] = rhs.pivot[i];
184 if ( i < 5 ) helix[i] = rhs.helix[i];
185 error[i] = rhs.error[i];
186 }
187 }

Member Function Documentation

◆ operator=() [1/3]

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

Definition at line 189 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcTables/TrkTables.h.

189 {
190
191 if ( this == &rhs ) return *this;
192 id = rhs.id;
193 for ( int i = 0; i < 15; i++ )
194 {
195 if ( i < 3 ) pivot[i] = rhs.pivot[i];
196 if ( i < 5 ) helix[i] = rhs.helix[i];
197 error[i] = rhs.error[i];
198 }
199
200 return *this;
201 }

◆ operator=() [2/3]

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

Definition at line 189 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcTables/TrkTables.h.

189 {
190
191 if ( this == &rhs ) return *this;
192 id = rhs.id;
193 for ( int i = 0; i < 15; i++ )
194 {
195 if ( i < 3 ) pivot[i] = rhs.pivot[i];
196 if ( i < 5 ) helix[i] = rhs.helix[i];
197 error[i] = rhs.error[i];
198 }
199
200 return *this;
201 }

◆ operator=() [3/3]

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

Definition at line 189 of file Mdc/MdcTables/include/MdcTables/TrkTables.h.

189 {
190
191 if ( this == &rhs ) return *this;
192 id = rhs.id;
193 for ( int i = 0; i < 15; i++ )
194 {
195 if ( i < 3 ) pivot[i] = rhs.pivot[i];
196 if ( i < 5 ) helix[i] = rhs.helix[i];
197 error[i] = rhs.error[i];
198 }
199
200 return *this;
201 }

Member Data Documentation

◆ error

float MdcTrk_localz::error

◆ helix

float MdcTrk_localz::helix

◆ id

int MdcTrk_localz::id

◆ pivot

float MdcTrk_localz::pivot

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