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

Public Attributes

int id
 
MdcTrkrectrk
 
float tof
 
float tof_k
 
float tof_p
 

Detailed Description

Constructor & Destructor Documentation

◆ MdcTrk_tof() [1/2]

MdcTrk_tof::MdcTrk_tof ( )
inline

◆ MdcTrk_tof() [2/2]

MdcTrk_tof::MdcTrk_tof ( )
inline

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

444: rectrk(0) {};

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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

445 {
446 id = rhs.id ;
447 rectrk = rhs.rectrk;
448 tof_k = rhs.tof_k;
449 tof_p = rhs.tof_p;
450 return *this;
451
452 };

Member Data Documentation

◆ id

int MdcTrk_tof::id

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

Referenced by operator=().

◆ rectrk

MdcTrk * MdcTrk_tof::rectrk

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

Referenced by operator=().

◆ tof

float MdcTrk_tof::tof

◆ tof_k

float MdcTrk_tof::tof_k

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

Referenced by operator=().

◆ tof_p

float MdcTrk_tof::tof_p

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

Referenced by operator=().


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