#include "CLHEP/Vector/LorentzVector.h"
#include "string.h"
#include "MdcRecEvent/RecMdcKalTrack.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 25 of file trkInfo.h.
25 {
26 return( m_mom_b.vect().mag()*1000-m_mom_a.vect().mag());
27}
◆ mmass
const double mmass[5] = {0.000511, 0.105658, 0.139570,0.493677, 0.938272} |