BOSS 7.1.3
BESIII Offline Software System
Loading...
Searching...
No Matches
MyConst.h
Go to the documentation of this file.
1#ifndef QIN_MY_CONST
2#define QIN_MY_CONST
3const double mpi = 0.13957;
4const double mk = 0.493677;
5const double mD0 = 1.86484;
6const double xmass[5] = {0.000511, 0.105658, 0.139570,0.493677, 0.938272};
7//const double velc = 29.9792458; tof_path unit in cm.
8const double velc = 299.792458; // tof path unit in mm
9typedef std::vector<int> Vint;
10typedef std::vector<double> Vdouble;
11typedef std::vector<HepLorentzVector> Vp4;
12#endif
std::vector< HepLorentzVector > Vp4
Definition Gam4pikp.cxx:53
const double xmass[5]
Definition Gam4pikp.cxx:50
const double velc
Definition Gam4pikp.cxx:51
const double mk
Definition Gam4pikp.cxx:48
std::vector< double > Vdouble
Definition Gam4pikp.cxx:54
const double mpi
Definition Gam4pikp.cxx:47
std::vector< int > Vint
Definition Gam4pikp.cxx:52
const double mD0
Definition MyConst.h:5