#include <HistoList.h>
Definition at line 12 of file HistoList.h.
void ana::SBNOsc::HistoList::Add |
( |
const HistoList & |
other | ) |
|
Add another set of histograms to this one
- Parameters
-
other | The set of histograms to add |
Definition at line 25 of file HistoList.cc.
26 for (
unsigned i = 0; i <
fAllHistos.size(); i++) {
std::vector< TH1 * > fAllHistos
void ana::SBNOsc::HistoList::Merge |
( |
const HistoList & |
merge | ) |
|
Definition at line 31 of file HistoList.cc.
32 for (
unsigned i = 0; i < merge.fAllHistos.size(); i++) {
std::vector< TH1 * > fAllHistos
std::vector< TDirectory * > fLocations
void ana::SBNOsc::HistoList::Scale |
( |
double |
scale | ) |
|
Scale all histograms by a set value
- Parameters
-
Definition at line 16 of file HistoList.cc.
17 for (TH1 *hist:
fAllHistos) hist->Scale(scale);
std::vector< TH1 * > fAllHistos
void ana::SBNOsc::HistoList::StoreHisto |
( |
TH1 * |
histo | ) |
|
Definition at line 20 of file HistoList.cc.
std::vector< TH1 * > fAllHistos
std::vector< TDirectory * > fLocations
void ana::SBNOsc::HistoList::Write |
( |
| ) |
|
Write this set of histograms to disk
Definition at line 9 of file HistoList.cc.
10 for (
unsigned i = 0; i <
fAllHistos.size(); i++) {
std::vector< TH1 * > fAllHistos
std::vector< TDirectory * > fLocations
std::vector<TH1 *> ana::SBNOsc::HistoList::fAllHistos |
std::vector<TDirectory *> ana::SBNOsc::HistoList::fLocations |
The documentation for this class was generated from the following files: