#include <BscTest.h>
|
void | BookHistos () |
|
void | HistInit (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup) |
|
void | HistInit (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, Axis_t ylow, Axis_t yup) |
|
void | StoreWeights () |
|
Definition at line 66 of file BscTest.h.
BscAnalysisHistManager::BscAnalysisHistManager |
( |
const TString & |
managername | ) |
|
BscAnalysisHistManager::~BscAnalysisHistManager |
( |
| ) |
|
void BscAnalysisHistManager::BookHistos |
( |
| ) |
|
|
private |
TH1F * BscAnalysisHistManager::GetHisto |
( |
Int_t |
Number | ) |
|
TH1F * BscAnalysisHistManager::GetHisto |
( |
const TObjString & |
histname | ) |
|
TH2F * BscAnalysisHistManager::GetHisto2 |
( |
Int_t |
Number | ) |
|
TH2F * BscAnalysisHistManager::GetHisto2 |
( |
const TObjString & |
histname | ) |
|
void BscAnalysisHistManager::HistInit |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
Int_t |
nbinsx, |
|
|
Axis_t |
xlow, |
|
|
Axis_t |
xup |
|
) |
| |
|
private |
void BscAnalysisHistManager::HistInit |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
Int_t |
nbinsx, |
|
|
Axis_t |
xlow, |
|
|
Axis_t |
xup, |
|
|
Int_t |
nbinsy, |
|
|
Axis_t |
ylow, |
|
|
Axis_t |
yup |
|
) |
| |
|
private |
void BscAnalysisHistManager::StoreWeights |
( |
| ) |
|
|
private |
void BscAnalysisHistManager::WriteToFile |
( |
const TString & |
fOutputFile, |
|
|
const TString & |
fRecreateFile |
|
) |
| |
TObjArray* BscAnalysisHistManager::fHistArray |
|
private |
TObjArray* BscAnalysisHistManager::fHistNamesArray |
|
private |
const char* BscAnalysisHistManager::fTypeTitle |
|
private |