1#ifndef ParticleID_TofPID_H
2#define ParticleID_TofPID_H
27 double chi(
int n)
const {
return m_chi[
n];}
28 double prob(
int n)
const {
return m_prob[
n];}
29 double offset(
int n)
const {
return m_offset[
n];}
30 double sigma(
int n)
const {
return m_sigma[
n];}
31 int ndof()
const {
return m_ndof;}
int LikelihoodCalculation()
int particleIDCalculation()
double getweight1() const
double getweight2() const
double sigma(int n) const
bool IsPidInfoValid() const
double chilayer2(int n) const
int neuronPIDCalculation()
double offset(int n) const
double chilayer1(int n) const
static TofPID * instance()