 |
Belle II Software
release-05-02-19
|
11 #ifndef VXDDEDXLIKELIHOOD_H
12 #define VXDDEDXLIKELIHOOD_H
14 #include <framework/datastore/RelationsObject.h>
15 #include <framework/gearbox/Const.h>
static const unsigned int c_SetSize
Number of elements (for use in array bounds etc.)
double m_vxdLogl[Const::ChargedStable::c_SetSize]
SVD (and/or PXD) log likelihood for each particle, not including momentum prior.
double getLogL(const Const::ChargedStable &type) const
returns unnormalised log-likelihood value for a particle hypothesis using SVD (and/or PXD) informatio...
Abstract base class for different kinds of events.
Container for likelihoods obtained by the VXD dE/dx PID (VXDDedxPIDModule).
VXDDedxLikelihood()
default constructor
ClassDef(VXDDedxLikelihood, 1)
Container for likelihoods obtained by the VXD dE/dx PID (VXDDedxPIDModule).
double getVXDLikelihood(const Const::ChargedStable &type) const
returns exp(getVXDLikelihood(type)) with sufficient precision.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Provides a type-safe way to pass members of the chargedStableSet set.
Defines interface for accessing relations of objects in StoreArray.