#include "CLHEP/Vector/LorentzVector.h"
#include "MdcRecEvent/RecMdcKalTrack.h"
#include "string.h"
Go to the source code of this file.
|
| double | cal_via_mom (HepLorentzVector m_mom_a, HepLorentzVector m_mom_b) |
|
| const double | mmass [5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |
◆ cal_via_mom()
| double cal_via_mom |
( |
HepLorentzVector | m_mom_a, |
|
|
HepLorentzVector | m_mom_b ) |
|
inline |
Definition at line 26 of file trkInfo.h.
26 {
27 return ( m_mom_b.vect().mag() * 1000 - m_mom_a.vect().mag() );
28}
◆ mmass
| const double mmass[5] = { 0.000511, 0.105658, 0.139570, 0.493677, 0.938272 } |