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

Public Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ MdcTrk_localz() [1/4]

MdcTrk_localz::MdcTrk_localz ( )
inline

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

171{};

◆ MdcTrk_localz() [2/4]

MdcTrk_localz::MdcTrk_localz ( const MdcTrk_localz rhs)
inline

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

172 {
173 id = rhs.id;
174 for ( int i=0; i<15; i++ ) {
175 if( i<3 ) pivot[i] = rhs.pivot[i];
176 if( i<5 ) helix[i] = rhs.helix[i];
177 error[i] = rhs.error[i];
178 }
179 }

◆ MdcTrk_localz() [3/4]

MdcTrk_localz::MdcTrk_localz ( )
inline

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

171{};

◆ MdcTrk_localz() [4/4]

MdcTrk_localz::MdcTrk_localz ( const MdcTrk_localz rhs)
inline

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

172 {
173 id = rhs.id;
174 for ( int i=0; i<15; i++ ) {
175 if( i<3 ) pivot[i] = rhs.pivot[i];
176 if( i<5 ) helix[i] = rhs.helix[i];
177 error[i] = rhs.error[i];
178 }
179 }

Member Function Documentation

◆ operator=() [1/2]

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

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

181 {
182
183 if(this == &rhs)
184 return *this;
185 id = rhs.id;
186 for ( int i=0; i<15; i++ ) {
187 if( i<3 ) pivot[i] = rhs.pivot[i];
188 if( i<5 ) helix[i] = rhs.helix[i];
189 error[i] = rhs.error[i];
190 }
191
192 return *this;
193 }

◆ operator=() [2/2]

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

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

181 {
182
183 if(this == &rhs)
184 return *this;
185 id = rhs.id;
186 for ( int i=0; i<15; i++ ) {
187 if( i<3 ) pivot[i] = rhs.pivot[i];
188 if( i<5 ) helix[i] = rhs.helix[i];
189 error[i] = rhs.error[i];
190 }
191
192 return *this;
193 }

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: