11#include <framework/datastore/RelationsObject.h>
12#include <framework/gearbox/Const.h>
Provides a type-safe way to pass members of the chargedStableSet set.
static const unsigned int c_SetSize
Number of elements (for use in array bounds etc.)
Defines interface for accessing relations of objects in StoreArray.
Container for likelihoods obtained by the VXD dE/dx PID (VXDDedxPIDModule).
VXDDedxLikelihood(const double *vxdLogl)
actually const double (&logl)[Const::ChargedStable::c_SetSize], but CINT complains.
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.
double getLogL(const Const::ChargedStable &type) const
returns unnormalised log-likelihood value for a particle hypothesis using SVD (and/or PXD) informatio...
double m_vxdLogl[Const::ChargedStable::c_SetSize]
SVD (and/or PXD) log likelihood for each particle, not including momentum prior.
Abstract base class for different kinds of events.