CGEM BOSS 6.6.5.g
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)
 

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

Definition at line 366 of file TrkTables.h.

Constructor & Destructor Documentation

◆ MdcTrk_pathl()

MdcTrk_pathl::MdcTrk_pathl ( )
inline

Definition at line 368 of file TrkTables.h.

368:trk(0) {};
MdcTrk * trk
Definition: TrkTables.h:393

Member Function Documentation

◆ operator=()

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

Definition at line 369 of file TrkTables.h.

369 {
370 id = rhs.id;
371 layer = rhs.layer;
372 trk = rhs.trk;
373 xin = rhs.xin;
374 yin = rhs.yin;
375 zin = rhs.zin;
376 xout = rhs.xout;
377 yout = rhs.yout;
378 zout = rhs.zout;
379 pathl = rhs.pathl;
380 px = rhs.px;
381 py = rhs.py;
382 pz = rhs.pz;
383 status = rhs.status;
384 return *this;
385 };
float xout
Definition: TrkTables.h:397
float pathl
Definition: TrkTables.h:400
float zout
Definition: TrkTables.h:399
float yout
Definition: TrkTables.h:398

Member Data Documentation

◆ id

int MdcTrk_pathl::id

Definition at line 391 of file TrkTables.h.

Referenced by operator=().

◆ layer

int MdcTrk_pathl::layer

Definition at line 392 of file TrkTables.h.

Referenced by operator=().

◆ pathl

float MdcTrk_pathl::pathl

Definition at line 400 of file TrkTables.h.

Referenced by operator=().

◆ px

float MdcTrk_pathl::px

Definition at line 401 of file TrkTables.h.

Referenced by operator=().

◆ py

float MdcTrk_pathl::py

Definition at line 402 of file TrkTables.h.

Referenced by operator=().

◆ pz

float MdcTrk_pathl::pz

Definition at line 403 of file TrkTables.h.

Referenced by operator=().

◆ status

int MdcTrk_pathl::status

Definition at line 404 of file TrkTables.h.

Referenced by operator=().

◆ trk

MdcTrk* MdcTrk_pathl::trk

Definition at line 393 of file TrkTables.h.

Referenced by operator=().

◆ xin

float MdcTrk_pathl::xin

Definition at line 394 of file TrkTables.h.

Referenced by operator=().

◆ xout

float MdcTrk_pathl::xout

Definition at line 397 of file TrkTables.h.

Referenced by operator=().

◆ yin

float MdcTrk_pathl::yin

Definition at line 395 of file TrkTables.h.

Referenced by operator=().

◆ yout

float MdcTrk_pathl::yout

Definition at line 398 of file TrkTables.h.

Referenced by operator=().

◆ zin

float MdcTrk_pathl::zin

Definition at line 396 of file TrkTables.h.

Referenced by operator=().

◆ zout

float MdcTrk_pathl::zout

Definition at line 399 of file TrkTables.h.

Referenced by operator=().


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