Searched refs:fPtTo100thMM (Results 1 – 1 of 1) sorted by relevance
159 const double fPtTo100thMM = 35.27777778; variable161 inline int PtTo10Mu( double nPoints ) { return (int)(((nPoints)*fPtTo100thMM)+0.5); } in PtTo10Mu()163 inline double TenMuToPt( double nUnits ) { return floor(((nUnits)/fPtTo100thMM)+0.5); } in TenMuToPt()
Completed in 12 milliseconds