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