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

#include <TrkTables.h>

Public Member Functions

 MdcTrk_pathl ()
MdcTrk_pathloperator= (MdcTrk_pathl &rhs)
 MdcTrk_pathl ()
MdcTrk_pathloperator= (MdcTrk_pathl &rhs)
 MdcTrk_pathl ()
MdcTrk_pathloperator= (MdcTrk_pathl &rhs)

Public Attributes

int id
int layer
MdcTrktrk
float xin
float yin
float zin
float xout
float yout
float zout
float pathl
float px
float py
float pz
int status

Detailed Description

Constructor & Destructor Documentation

◆ MdcTrk_pathl() [1/3]

MdcTrk_pathl::MdcTrk_pathl ( )
inline

◆ MdcTrk_pathl() [2/3]

MdcTrk_pathl::MdcTrk_pathl ( )
inline

◆ MdcTrk_pathl() [3/3]

MdcTrk_pathl::MdcTrk_pathl ( )
inline

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

390: trk( 0 ){};

Member Function Documentation

◆ operator=() [1/3]

MdcTrk_pathl & MdcTrk_pathl::operator= ( MdcTrk_pathl & rhs)
inline

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

391 {
392 id = rhs.id;
393 layer = rhs.layer;
394 trk = rhs.trk;
395 xin = rhs.xin;
396 yin = rhs.yin;
397 zin = rhs.zin;
398 xout = rhs.xout;
399 yout = rhs.yout;
400 zout = rhs.zout;
401 pathl = rhs.pathl;
402 px = rhs.px;
403 py = rhs.py;
404 pz = rhs.pz;
405 status = rhs.status;
406 return *this;
407 };

◆ operator=() [2/3]

MdcTrk_pathl & MdcTrk_pathl::operator= ( MdcTrk_pathl & rhs)
inline

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

391 {
392 id = rhs.id;
393 layer = rhs.layer;
394 trk = rhs.trk;
395 xin = rhs.xin;
396 yin = rhs.yin;
397 zin = rhs.zin;
398 xout = rhs.xout;
399 yout = rhs.yout;
400 zout = rhs.zout;
401 pathl = rhs.pathl;
402 px = rhs.px;
403 py = rhs.py;
404 pz = rhs.pz;
405 status = rhs.status;
406 return *this;
407 };

◆ operator=() [3/3]

MdcTrk_pathl & MdcTrk_pathl::operator= ( MdcTrk_pathl & rhs)
inline

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

391 {
392 id = rhs.id;
393 layer = rhs.layer;
394 trk = rhs.trk;
395 xin = rhs.xin;
396 yin = rhs.yin;
397 zin = rhs.zin;
398 xout = rhs.xout;
399 yout = rhs.yout;
400 zout = rhs.zout;
401 pathl = rhs.pathl;
402 px = rhs.px;
403 py = rhs.py;
404 pz = rhs.pz;
405 status = rhs.status;
406 return *this;
407 };

Member Data Documentation

◆ id

int MdcTrk_pathl::id

◆ layer

int MdcTrk_pathl::layer

◆ pathl

float MdcTrk_pathl::pathl

◆ px

float MdcTrk_pathl::px

◆ py

float MdcTrk_pathl::py

◆ pz

float MdcTrk_pathl::pz

◆ status

int MdcTrk_pathl::status

◆ trk

MdcTrk * MdcTrk_pathl::trk

◆ xin

float MdcTrk_pathl::xin

◆ xout

float MdcTrk_pathl::xout

◆ yin

float MdcTrk_pathl::yin

◆ yout

float MdcTrk_pathl::yout

◆ zin

float MdcTrk_pathl::zin

◆ zout

float MdcTrk_pathl::zout

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