BOSS 7.1.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)
 

Public Attributes

int id
 
MdcTrkrectrk
 
float tof
 
float tof_k
 
float tof_p
 

Detailed Description

Definition at line 442 of file TrkTables.h.

Constructor & Destructor Documentation

◆ MdcTrk_tof()

MdcTrk_tof::MdcTrk_tof ( )
inline

Definition at line 444 of file TrkTables.h.

444: rectrk(0) {};
MdcTrk * rectrk
Definition: TrkTables.h:455

Member Function Documentation

◆ operator=()

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

Definition at line 445 of file 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 };
float tof_k
Definition: TrkTables.h:457
float tof_p
Definition: TrkTables.h:458

Member Data Documentation

◆ id

int MdcTrk_tof::id

Definition at line 454 of file TrkTables.h.

Referenced by operator=().

◆ rectrk

MdcTrk* MdcTrk_tof::rectrk

Definition at line 455 of file TrkTables.h.

Referenced by operator=().

◆ tof

float MdcTrk_tof::tof

Definition at line 456 of file TrkTables.h.

◆ tof_k

float MdcTrk_tof::tof_k

Definition at line 457 of file TrkTables.h.

Referenced by operator=().

◆ tof_p

float MdcTrk_tof::tof_p

Definition at line 458 of file TrkTables.h.

Referenced by operator=().


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