* Revision 1.9 2007/02/20 20:17:43 hristov
* Corrected array size, removed warnings (icc)
*
* Revision 1.9 2007/02/20 20:17:43 hristov
* Corrected array size, removed warnings (icc)
*
if (fPrintInfo) {
AliInfo("___________________________________________________");
AliInfo(Form( "Particle Energy = %f",energy));
if (fPrintInfo) {
AliInfo("___________________________________________________");
AliInfo(Form( "Particle Energy = %f",energy));
// This is the main command, which uses the distributions computed and parametrised,
// and gives the PID by the bayesian method.
//
// This is the main command, which uses the distributions computed and parametrised,
// and gives the PID by the bayesian method.
//
TArrayD paramDistribGamma = DistLambda0(energy, 1);
TArrayD paramDistribPiZero = DistLambda0(energy, 2);
TArrayD paramDistribHadron = DistLambda0(energy, 3);
TArrayD paramDistribGamma = DistLambda0(energy, 1);
TArrayD paramDistribPiZero = DistLambda0(energy, 2);
TArrayD paramDistribHadron = DistLambda0(energy, 3);