GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
GRootCommands.h File Reference
#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

void Commands ( )
bool GausFit ( TH1 *  ,
double  ,
double  ,
Option_t *  opt = "" 
)
void Help ( )
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 
)