1#ifndef PAIRANALYSISHF_H
2#define PAIRANALYSISHF_H
44 Int_t
FindCell(
const Double_t* values);
45 void FillClass(
const char* histClass,
const Double_t* values);
48 void Fill(Int_t label1, Int_t label2, Int_t nSignal);
49 void Fill(Int_t Index, Double_t*
const valuesPair, Double_t*
const valuesLeg1, Double_t*
const valuesLeg2);
52 void ReadFromFile(
const char* file =
"histos.root",
const char* task =
"",
const char* config =
"");
const TObjArray * GetHistArray() const
Int_t GetNumberOfBins() const
static const Int_t fMaxCuts
array of MC signals to be stupapad
PairAnalysisHF & operator=(const PairAnalysisHF &c)
void Fill(Int_t pairIndex, const PairAnalysisPair *particle)
PairAnalysisHF(const PairAnalysisHF &c)
UShort_t fVarCuts[fMaxCuts]
void ReadFromFile(const char *file="histos.root", const char *task="", const char *config="")
virtual ~PairAnalysisHF()
Int_t FindCell(const Double_t *values)
void FillClass(const char *histClass, const Double_t *values)
void AddCutVariable(PairAnalysisVarManager::ValueTypes type, TVectorD *binLimits, Bool_t leg=kFALSE)