![]() |
MaCh3
2.2.3
Reference Guide
|
#include "FitterBase.h"
#include "Samples/SampleHandlerFD.h"
#include "TRandom.h"
#include "TStopwatch.h"
#include "TTree.h"
#include "TGraphAsymmErrors.h"
Go to the source code of this file.
Functions | |
void | WriteHistograms (TH1 *hist, const std::string &baseName) |
Helper to write histograms. More... | |
void | WriteHistogramsByMode (SampleHandlerFD *sample, const std::string &suffix, const bool by_mode, const bool by_channel, const std::vector< TDirectory * > &SampleDir) |
Generic histogram writer - should make main code more palatable. More... | |
void WriteHistograms | ( | TH1 * | hist, |
const std::string & | baseName | ||
) |
Helper to write histograms.
Definition at line 1348 of file FitterBase.cpp.
void WriteHistogramsByMode | ( | SampleHandlerFD * | sample, |
const std::string & | suffix, | ||
const bool | by_mode, | ||
const bool | by_channel, | ||
const std::vector< TDirectory * > & | SampleDir | ||
) |
Generic histogram writer - should make main code more palatable.
Definition at line 1359 of file FitterBase.cpp.