Belle II Software development
|
dE/dx wire gain calibration constants More...
#include <DedxPDFs.h>
Public Member Functions | |
DedxPDFs () | |
Default constructor. | |
DedxPDFs (TFile *pdffile) | |
Constructor. | |
~DedxPDFs () | |
Destructor. | |
const TH2F * | getPXDPDF (int part, bool truncated) const |
Return pdf for the PXD dE/dx for the given particle. | |
const TH2F * | getSVDPDF (int part, bool truncated) const |
Return pdf for the PXD dE/dx for the given particle. | |
const TH2F * | getCDCPDF (int part, bool truncated) const |
Return pdf for the PXD dE/dx for the given particle. | |
Private Member Functions | |
ClassDef (DedxPDFs, 2) | |
ClassDef. | |
Private Attributes | |
std::vector< TH2F > | m_PXDpdfs |
2D histograms of PXD dE/dx versus momentum | |
std::vector< TH2F > | m_SVDpdfs |
2D histograms of SVD dE/dx versus momentum | |
std::vector< TH2F > | m_CDCpdfs |
2D histograms of CDC dE/dx versus momentum | |
std::vector< TH2F > | m_PXDpdfs_trunc |
2D histograms of PXD dE/dx versus momentum | |
std::vector< TH2F > | m_SVDpdfs_trunc |
2D histograms of SVD dE/dx versus momentum | |
std::vector< TH2F > | m_CDCpdfs_trunc |
2D histograms of CDC dE/dx versus momentum | |
dE/dx wire gain calibration constants
Definition at line 27 of file DedxPDFs.h.
|
inline |
Default constructor.
Definition at line 34 of file DedxPDFs.h.
|
inlineexplicit |
Constructor.
Definition at line 39 of file DedxPDFs.h.
|
inline |
|
inline |
Return pdf for the PXD dE/dx for the given particle.
part | particle number (as in Const::ChargedStable::c_SetSize) |
truncated | is truncated or not |
Definition at line 97 of file DedxPDFs.h.
|
inline |
Return pdf for the PXD dE/dx for the given particle.
part | particle number (as in Const::ChargedStable::c_SetSize) |
truncated | is truncated or not |
Definition at line 79 of file DedxPDFs.h.
|
inline |
Return pdf for the PXD dE/dx for the given particle.
part | particle number (as in Const::ChargedStable::c_SetSize) |
truncated | is truncated or not |
Definition at line 88 of file DedxPDFs.h.
|
private |
2D histograms of CDC dE/dx versus momentum
Definition at line 105 of file DedxPDFs.h.
|
private |
2D histograms of CDC dE/dx versus momentum
Definition at line 109 of file DedxPDFs.h.
|
private |
2D histograms of PXD dE/dx versus momentum
Definition at line 103 of file DedxPDFs.h.
|
private |
2D histograms of PXD dE/dx versus momentum
Definition at line 107 of file DedxPDFs.h.
|
private |
2D histograms of SVD dE/dx versus momentum
Definition at line 104 of file DedxPDFs.h.
|
private |
2D histograms of SVD dE/dx versus momentum
Definition at line 108 of file DedxPDFs.h.