GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
GRootCommands.cxx File Reference
#include "GRootCommands.h"
#include "Globals.h"
#include <cstdio>
#include <sstream>
#include <TRint.h>
#include <TTree.h>
#include <Getline.h>
#include <TAxis.h>
#include <TDirectory.h>
#include <TFile.h>
#include <TPolyMarker.h>
#include <TSpectrum.h>
#include <TText.h>
#include <TExec.h>
#include <TKey.h>
#include <TObject.h>
#include <TObjArray.h>
#include <TH1.h>
#include <GPeak.h>

Functions

void Help ()
void Commands ()
int LabelPeaks (TH1 *hist, double sigma, double thresh, Option_t *opt)
bool ShowPeaks (TH1 **hists, unsigned int nhists)
bool RemovePeaks (TH1 **hists, unsigned int nhists)
bool GausFit (TH1 *hist, double xlow, double xhigh, Option_t *opt)
bool PhotoPeakFit (TH1 *hist, double xlow, double xhigh, Option_t *opt)
std::string MergeStrings (const std::vector< std::string > &strings, char split)

Function Documentation

void Commands ( )
bool GausFit ( TH1 *  hist,
double  xlow,
double  xhigh,
Option_t *  opt 
)
void Help ( )
int LabelPeaks ( TH1 *  hist,
double  sigma,
double  thresh,
Option_t *  opt 
)
std::string MergeStrings ( const std::vector< std::string > &  strings,
char  split 
)
bool PhotoPeakFit ( TH1 *  hist,
double  xlow,
double  xhigh,
Option_t *  opt 
)
bool RemovePeaks ( TH1 **  hists,
unsigned int  nhists 
)
bool ShowPeaks ( TH1 **  hists,
unsigned int  nhists 
)