12#include <framework/dbobjects/dEdxPDFs.h>
40 const TH2F*
getPXDPDF(
const unsigned int hypothesis,
const bool truncated)
const
42 return getPDF(hypothesis, truncated);
Specialized class for holding the PXD dE/dx PDFs.
ClassDef(PXDdEdxPDFs, 1)
Class version for the ROOT streamer.
const TH2F * getPXDPDF(const unsigned int hypothesis, const bool truncated) const
Return the PXD dE/dx PDF for the given particle hypothesis.
PXDdEdxPDFs()=default
Default constructor.
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.