Belle II Software  release-08-01-10
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 27 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
partparticle number (as in Const::ChargedStable::c_SetSize)
truncatedis trucated or not

Definition at line 97 of file DedxPDFs.h.

98  {
99  return truncated ? &m_CDCpdfs_trunc[part] : &m_CDCpdfs[part];
100  }
std::vector< TH2F > m_CDCpdfs_trunc
2D histograms of CDC dE/dx versus momentum
Definition: DedxPDFs.h:109
std::vector< TH2F > m_CDCpdfs
2D histograms of CDC dE/dx versus momentum
Definition: DedxPDFs.h:105

◆ getPXDPDF()

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

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

Parameters
partparticle number (as in Const::ChargedStable::c_SetSize)
truncatedis trucated or not

Definition at line 79 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
partparticle number (as in Const::ChargedStable::c_SetSize)
truncatedis trucated or not

Definition at line 88 of file DedxPDFs.h.


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