12#include <framework/dbobjects/dEdxPDFs.h>
40 const TH2F*
getSVDPDF(
const unsigned int hypothesis,
const bool truncated)
const
42 return getPDF(hypothesis, truncated);
Specialized class for holding the SVD dE/dx PDFs.
const TH2F * getSVDPDF(const unsigned int hypothesis, const bool truncated) const
Return the SVD dE/dx PDF for the given particle hypothesis.
SVDdEdxPDFs()=default
Default constructor.
ClassDef(SVDdEdxPDFs, 1)
Class version for the ROOT streamer.
Base class for holding the dE/dx PDFs.
const TH2F * getPDF(const unsigned int hypothesis, const bool truncated) const
Return the dE/dx PDF for the given particle hypothesis.
Abstract base class for different kinds of events.