|
| | Hist_t (HistogramFactory HistFac, cuttree::TreeInfo_t) |
| |
| void | Fill (const Fill_t &f) const |
| |
| void | AddTH1 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &bins, const string &name, fillfunc_t< TH1D > f) |
| |
| void | AddTH2 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &xbins, const BinSettings &ybins, const string &name, fillfunc_t< TH2D > f) |
| |
| | Hist_t (const HistogramFactory &hf, cuttree::TreeInfo_t) |
| |
| void | Fill (const Fill_t &f) const |
| |
| std::vector< TH1 * > | GetHists () const |
| |
| | Hist_t (const HistogramFactory &hf, cuttree::TreeInfo_t treeInfo) |
| |
| void | AddTH1 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &bins, const string &name, fillfunc_t< TH1D > f, const bool sumw2=false) |
| |
| void | AddTH2 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &xbins, const BinSettings &ybins, const string &name, fillfunc_t< TH2D > f, const bool sumw2=false) |
| |
| void | Fill (const Fill_t &f) const |
| |
| std::vector< TH1 * > | GetHists () const |
| |
| cuttree::Cuts_t< Fill_t > | GetCuts () |
| |
| | Hist_t (HistogramFactory HistFac, cuttree::TreeInfo_t treeInfo) |
| |
| void | Fill (const Fill_t &f) const |
| |
| std::vector< TH1 * > | GetHists () const |
| |
|
| TH1D * | h_KinFitProb |
| |
| TH1D * | h_TaggT |
| |
| TH1D * | h_IM_2g |
| |
| TH1D * | h_IM_2g_fitted = nullptr |
| |
| TH1D * | h_IM_2g_fitted_sub |
| |
| TH1D * | h_nPhotonsCB |
| |
| TH2D * | h_ProtonThetaEk |
| |
| TH2D * | h_ProtonMinPIDPhi |
| |
| TH1D * | h_ProtonMinPIDCh |
| |
| TH1D * | h_ProtonPhi |
| |
| TH2D * | h_Banana |
| |
| HistMgr< TH1D > | h1 |
| |
| HistMgr< TH2D > | h2 |
| |
| const BinSettings | pid_channels |
| |
| const BinSettings | Ebins = BinSettings(1200, 0, 1200) |
| |
| const BinSettings | Chi2Bins = BinSettings(250, 0, 25) |
| |
| const BinSettings | probbins = BinSettings(250, 0, 1) |
| |
| const BinSettings | IMbins = BinSettings(1200, 0, 1200) |
| |
| const BinSettings | MMbins = BinSettings(1200, 400, 1600) |
| |
| const BinSettings | pThetaBins = BinSettings( 125, 0, 50) |
| |
| const BinSettings | pEbins = BinSettings( 250, 0, 1000) |
| |
| const BinSettings | PSAABins = BinSettings( 60, 20, 60) |
| |
| const BinSettings | PSARBins = BinSettings( 100, 0, 450) |
| |
| const BinSettings | TaggChBins = BinSettings(47) |
| |
| const BinSettings | TaggTime = BinSettings(240, -30, 30) |
| |
| const BinSettings | CoplBins = BinSettings(300, 0, 30) |
| |
| const BinSettings | zVertex = BinSettings(100, -15, 15) |
| |
| const BinSettings | vetoEbins = BinSettings(200, 0, 10) |
| |
| HistogramFactory | HistFac |
| |
| const bool | isLeaf = false |
| |
| TH1D * | h_FitProb = nullptr |
| |
| TH1D * | h_CBEnergySum = nullptr |
| |
| TH1D * | h_IM_2g_raw = nullptr |
| |
◆ fillfunc_t [1/2]
template<typename Tree_t>
template<typename Hist >
◆ fillfunc_t [2/2]
template<typename Tree_t>
template<typename Hist >
◆ Tree_t [1/3]
template<typename Tree_t>
◆ Tree_t [2/3]
template<typename Tree_t>
◆ Tree_t [3/3]
template<typename Tree_t>
◆ Hist_t() [1/4]
template<typename Tree_t>
◆ Hist_t() [2/4]
template<typename Tree_t>
◆ Hist_t() [3/4]
template<typename Tree_t>
◆ Hist_t() [4/4]
template<typename Tree_t>
◆ AddTH1() [1/2]
template<typename Tree_t>
| void Hist_t< Tree_t >::AddTH1 |
( |
const string & |
title, |
|
|
const string & |
xlabel, |
|
|
const string & |
ylabel, |
|
|
const BinSettings & |
bins, |
|
|
const string & |
name, |
|
|
fillfunc_t< TH1D > |
f |
|
) |
| |
|
inline |
◆ AddTH1() [2/2]
template<typename Tree_t>
| void Hist_t< Tree_t >::AddTH1 |
( |
const string & |
title, |
|
|
const string & |
xlabel, |
|
|
const string & |
ylabel, |
|
|
const BinSettings & |
bins, |
|
|
const string & |
name, |
|
|
fillfunc_t< TH1D > |
f, |
|
|
const bool |
sumw2 = false |
|
) |
| |
|
inline |
◆ AddTH2() [1/2]
template<typename Tree_t>
◆ AddTH2() [2/2]
template<typename Tree_t>
| void Hist_t< Tree_t >::AddTH2 |
( |
const string & |
title, |
|
|
const string & |
xlabel, |
|
|
const string & |
ylabel, |
|
|
const BinSettings & |
xbins, |
|
|
const BinSettings & |
ybins, |
|
|
const string & |
name, |
|
|
fillfunc_t< TH2D > |
f, |
|
|
const bool |
sumw2 = false |
|
) |
| |
|
inline |
◆ Bins()
template<typename Tree_t>
◆ Fill() [1/4]
template<typename Tree_t>
◆ Fill() [2/4]
template<typename Tree_t>
◆ Fill() [3/4]
template<typename Tree_t>
◆ Fill() [4/4]
template<typename Tree_t>
◆ GetCuts() [1/4]
template<typename Tree_t>
◆ GetCuts() [2/4]
template<typename Tree_t>
◆ GetCuts() [3/4]
template<typename Tree_t>
◆ GetCuts() [4/4]
template<typename Tree_t>
◆ GetHists() [1/3]
template<typename Tree_t>
◆ GetHists() [2/3]
template<typename Tree_t>
◆ GetHists() [3/3]
template<typename Tree_t>
◆ binScale
template<typename Tree_t>
◆ Chi2Bins
template<typename Tree_t>
◆ CoplBins
template<typename Tree_t>
◆ Ebins
template<typename Tree_t>
◆ h1
template<typename Tree_t>
◆ h2
template<typename Tree_t>
◆ h_Banana
template<typename Tree_t>
◆ h_CBEnergySum
template<typename Tree_t>
◆ h_FitProb
template<typename Tree_t>
◆ h_IM_2g
template<typename Tree_t>
◆ h_IM_2g_fitted
template<typename Tree_t>
◆ h_IM_2g_fitted_sub
template<typename Tree_t>
◆ h_IM_2g_raw
template<typename Tree_t>
◆ h_KinFitProb
template<typename Tree_t>
◆ h_nPhotonsCB
template<typename Tree_t>
◆ h_ProtonMinPIDCh
template<typename Tree_t>
◆ h_ProtonMinPIDPhi
template<typename Tree_t>
◆ h_ProtonPhi
template<typename Tree_t>
◆ h_ProtonThetaEk
template<typename Tree_t>
◆ h_TaggT
template<typename Tree_t>
◆ HistFac
template<typename Tree_t>
◆ IMbins
template<typename Tree_t>
◆ isLeaf
template<typename Tree_t>
◆ MMbins
template<typename Tree_t>
◆ pEbins
template<typename Tree_t>
◆ pid_channels
template<typename Tree_t>
Initial value:= BinSettings(
ExpConfig::Setup::GetDetector(Detector_t::Type_t::PID)->GetNChannels())
◆ probbins
template<typename Tree_t>
◆ PSAABins
template<typename Tree_t>
◆ PSARBins
template<typename Tree_t>
◆ pThetaBins
template<typename Tree_t>
◆ TaggChBins
template<typename Tree_t>
◆ TaggTime
template<typename Tree_t>
◆ vetoEbins
template<typename Tree_t>
◆ zVertex
template<typename Tree_t>
The documentation for this struct was generated from the following files: