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

#include <TrkTables.h>

Public Member Functions

 MdcTrk_tof ()
MdcTrk_tofoperator= (MdcTrk_tof &rhs)
 MdcTrk_tof ()
MdcTrk_tofoperator= (MdcTrk_tof &rhs)
 MdcTrk_tof ()
MdcTrk_tofoperator= (MdcTrk_tof &rhs)

Public Attributes

int id
MdcTrkrectrk
float tof
float tof_k
float tof_p

Detailed Description

Constructor & Destructor Documentation

◆ MdcTrk_tof() [1/3]

MdcTrk_tof::MdcTrk_tof ( )
inline

◆ MdcTrk_tof() [2/3]

MdcTrk_tof::MdcTrk_tof ( )
inline

◆ MdcTrk_tof() [3/3]

MdcTrk_tof::MdcTrk_tof ( )
inline

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

468: rectrk( 0 ){};

Member Function Documentation

◆ operator=() [1/3]

◆ operator=() [2/3]

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

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

469 {
470 id = rhs.id;
471 rectrk = rhs.rectrk;
472 tof_k = rhs.tof_k;
473 tof_p = rhs.tof_p;
474 return *this;
475 };

◆ operator=() [3/3]

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

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

469 {
470 id = rhs.id;
471 rectrk = rhs.rectrk;
472 tof_k = rhs.tof_k;
473 tof_p = rhs.tof_p;
474 return *this;
475 };

Member Data Documentation

◆ id

int MdcTrk_tof::id

◆ rectrk

MdcTrk * MdcTrk_tof::rectrk

◆ tof

float MdcTrk_tof::tof

◆ tof_k

float MdcTrk_tof::tof_k

◆ tof_p

float MdcTrk_tof::tof_p

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