BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
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

◆ CALG()

void CALG ( double  Px,
double &  e2 
)

Definition at line 31 of file calg.cxx.

32{
33 // cout << "the value of Px is " << Px << endl;
34 e2 = M_SQRT2*TMath::ErfInverse(2*Px-1);
35 // cout << "the value of chi is " << e2 << endl;
36}
double Px(RecMdcKalTrack *trk)
Double_t e2

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