BOSS 6.6.4.p01
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)
 

Public Attributes

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

Detailed Description

Definition at line 169 of file TrkTables.h.

Constructor & Destructor Documentation

◆ MdcTrk_localz() [1/2]

MdcTrk_localz::MdcTrk_localz ( )
inline

Definition at line 171 of file TrkTables.h.

171{};

◆ MdcTrk_localz() [2/2]

MdcTrk_localz::MdcTrk_localz ( const MdcTrk_localz rhs)
inline

Definition at line 172 of file 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 }
float pivot[3]
Definition: TrkTables.h:196
float helix[5]
Definition: TrkTables.h:197
float error[15]
Definition: TrkTables.h:198

Member Function Documentation

◆ operator=()

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

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

Definition at line 198 of file TrkTables.h.

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

◆ helix

float MdcTrk_localz::helix[5]

Definition at line 197 of file TrkTables.h.

Referenced by MdcTrk_localz(), operator=(), and TTrackManager::treatCurler().

◆ id

int MdcTrk_localz::id

Definition at line 195 of file TrkTables.h.

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

◆ pivot

float MdcTrk_localz::pivot[3]

Definition at line 196 of file TrkTables.h.

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


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