CGEM BOSS 6.6.5.h
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 MyConst.h:11
const double xmass[5]
Definition MyConst.h:6
const double velc
Definition MyConst.h:8
const double mk
Definition MyConst.h:4
const double mD0
Definition MyConst.h:5
std::vector< double > Vdouble
Definition MyConst.h:10
const double mpi
Definition MyConst.h:3
std::vector< int > Vint
Definition MyConst.h:9