#include <string>
#include "TDirectory.h"
Go to the source code of this file.
Functions |
| int | LabelPeaks (TH1 *, double, double, Option_t *opt="") |
| bool | ShowPeaks (TH1 **, unsigned int) |
| bool | RemovePeaks (TH1 **, unsigned int) |
| bool | PhotoPeakFit (TH1 *, double, double, Option_t *opt="") |
| bool | GausFit (TH1 *, double, double, Option_t *opt="") |
| std::string | MergeStrings (const std::vector< std::string > &strings, char split='\n') |
| void | Help () |
| void | Commands () |
Function Documentation
| bool GausFit |
( |
TH1 * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
Option_t * |
opt = "" |
|
) |
| |
| int LabelPeaks |
( |
TH1 * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
Option_t * |
opt = "" |
|
) |
| |
| std::string MergeStrings |
( |
const std::vector< std::string > & |
strings, |
|
|
char |
split = '\n' |
|
) |
| |
| bool PhotoPeakFit |
( |
TH1 * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
Option_t * |
opt = "" |
|
) |
| |
| bool RemovePeaks |
( |
TH1 ** |
, |
|
|
unsigned |
int |
|
) |
| |
| bool ShowPeaks |
( |
TH1 ** |
, |
|
|
unsigned |
int |
|
) |
| |