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

#include <fstream>
#include <cmath>
#include <cstdlib>
#include "TTree.h"
#include "TMultiLayerPerceptron.h"
#include "ParticleID/EmcPID.h"
#include "EvtRecEvent/EvtRecTrack.h"
#include "MdcRecEvent/RecMdcTrack.h"
#include "ExtEvent/RecExtTrack.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.

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