Belle II Software  release-05-02-19
DedxPDFs Class Reference

dE/dx wire gain calibration constants More...

#include <DedxPDFs.h>

Inheritance diagram for DedxPDFs:
Collaboration diagram for DedxPDFs:

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. More...
 
const TH2F * getSVDPDF (int part, bool truncated) const
 Return pdf for the PXD dE/dx for the given particle. More...
 
const TH2F * getCDCPDF (int part, bool truncated) const
 Return pdf for the PXD dE/dx for the given particle. More...
 

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
 

Detailed Description

dE/dx wire gain calibration constants

Definition at line 37 of file DedxPDFs.h.

Member Function Documentation

◆ getCDCPDF()

const TH2F* getCDCPDF ( int  part,
bool  truncated 
) const
inline

Return pdf for the PXD dE/dx for the given particle.

Parameters
particlenumber (as in Const::ChargedStable::c_SetSize)

Definition at line 104 of file DedxPDFs.h.

◆ getPXDPDF()

const TH2F* getPXDPDF ( int  part,
bool  truncated 
) const
inline

Return pdf for the PXD dE/dx for the given particle.

Parameters
particlenumber (as in Const::ChargedStable::c_SetSize)

Definition at line 88 of file DedxPDFs.h.

◆ getSVDPDF()

const TH2F* getSVDPDF ( int  part,
bool  truncated 
) const
inline

Return pdf for the PXD dE/dx for the given particle.

Parameters
particlenumber (as in Const::ChargedStable::c_SetSize)

Definition at line 96 of file DedxPDFs.h.


The documentation for this class was generated from the following file: