TH1D but with a category axis.
More...
#include <TH1Set.hh>
|
| TH1Set (const char *name, const char *title) |
|
const HistSparse & | GetHistSparse1D () const |
|
Int_t | Fill (const char *, Double_t) override |
|
Int_t | Fill (Double_t x) override |
|
Int_t | Fill (Double_t x, Double_t w) override |
|
void | DoFillN (Int_t ntimes, const Double_t *x, const Double_t *w, Int_t stride=1) override |
|
Int_t | AddNewBin (long long int x) |
|
Bool_t | Add (TF1 *, Double_t, Option_t *) override |
|
Bool_t | Add (const TH1 *, const TH1 *, Double_t, Double_t) override |
|
Bool_t | Add (const TH1 *, Double_t) override |
|
Double_t | GetBinContentByAbscissa (long long int x) const |
|
Double_t | GetBinErrorByAbscissa (long long int x) const |
|
void | SetBinContentByAbscissa (long long int x, Double_t newValue) |
|
void | SetBinErrorByAbscissa (long long int x, Double_t newError) |
|
TH1D but with a category axis.
- Author
- Laurie Nevay
Definition at line 38 of file TH1Set.hh.
◆ HistSparse
◆ TH1Set()
TH1Set::TH1Set |
( |
const char * |
name, |
|
|
const char * |
title |
|
) |
| |
◆ ~TH1Set()
◆ Add() [1/3]
Bool_t TH1Set::Add |
( |
const TH1 * |
, |
|
|
const TH1 * |
, |
|
|
Double_t |
, |
|
|
Double_t |
|
|
) |
| |
|
inlineoverride |
◆ Add() [2/3]
Bool_t TH1Set::Add |
( |
const TH1 * |
h1, |
|
|
Double_t |
c1 |
|
) |
| |
|
override |
◆ Add() [3/3]
Bool_t TH1Set::Add |
( |
TF1 * |
, |
|
|
Double_t |
, |
|
|
Option_t * |
|
|
) |
| |
|
inlineoverride |
◆ AddNewBin()
Int_t TH1Set::AddNewBin |
( |
long long int |
x | ) |
|
◆ DoFillN()
void TH1Set::DoFillN |
( |
Int_t |
ntimes, |
|
|
const Double_t * |
x, |
|
|
const Double_t * |
w, |
|
|
Int_t |
stride = 1 |
|
) |
| |
|
override |
◆ Fill() [1/3]
Int_t TH1Set::Fill |
( |
const char * |
, |
|
|
Double_t |
|
|
) |
| |
|
inlineoverride |
◆ Fill() [2/3]
Int_t TH1Set::Fill |
( |
Double_t |
x | ) |
|
|
inlineoverride |
◆ Fill() [3/3]
Int_t TH1Set::Fill |
( |
Double_t |
x, |
|
|
Double_t |
w |
|
) |
| |
|
override |
◆ GetBinContentByAbscissa()
Double_t TH1Set::GetBinContentByAbscissa |
( |
long long int |
x | ) |
const |
◆ GetBinErrorByAbscissa()
Double_t TH1Set::GetBinErrorByAbscissa |
( |
long long int |
x | ) |
const |
◆ GetHistSparse1D()
const HistSparse & TH1Set::GetHistSparse1D |
( |
| ) |
const |
|
inline |
◆ SetBinContentByAbscissa()
void TH1Set::SetBinContentByAbscissa |
( |
long long int |
x, |
|
|
Double_t |
newValue |
|
) |
| |
◆ SetBinErrorByAbscissa()
void TH1Set::SetBinErrorByAbscissa |
( |
long long int |
x, |
|
|
Double_t |
newError |
|
) |
| |
◆ abscissaToBinIndex
std::map<long long int, Int_t> TH1Set::abscissaToBinIndex |
◆ data
The documentation for this class was generated from the following files:
- /Users/lnevay/physics/reps/bdsim/analysis/TH1Set.hh
- /Users/lnevay/physics/reps/bdsim/analysis/TH1Set.cc