/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Analysis/ParticleID/ParticleID-00-04-61/src/calg.cxx File Reference

#include <iostream>
#include <TMath.h>

Go to the source code of this file.

Functions

void CALG (double Px, double &e2)


Function Documentation

void CALG ( double  Px,
double &  e2 
)

Definition at line 31 of file calg.cxx.

Referenced by MucPID::particleIDCalculation(), and EmcPID::particleIDCalculation().

00032 {
00033    //    cout <<  "the value of Px is " << Px << endl;
00034    e2 = M_SQRT2*TMath::ErfInverse(2*Px-1);
00035    //    cout << "the value of chi is " << e2 << endl;
00036 }


Generated on Tue Nov 29 23:14:47 2016 for BOSS_7.0.2 by  doxygen 1.4.7