GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
Example13.cxx File Reference
#include "Riostream.h"
#include "TMath.h"
#include "TH1.h"
#include "TH2.h"
#include "TCanvas.h"
#include "TCutG.h"
#include "TApplication.h"
#include "TRandom.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataHistogram.h"
#include "TGo4FitDataRidge.h"
#include "TGo4FitModelFormula.h"

Go to the source code of this file.

Functions

void Example13 ()
 
int main (int argc, char **argv)
 
void AddRidge (TH2D *histo, double a, double k, double b, double xstart, int numsteps, int numpoints, double deviation)
 
TH2D * MakeRidgeHistogram ()
 
TCutG * MakeCut ()
 

Function Documentation

void AddRidge ( TH2D *  histo,
double  a,
double  k,
double  b,
double  xstart,
int  numsteps,
int  numpoints,
double  deviation 
)

Definition at line 48 of file Example13.cxx.

Referenced by MakeRidgeHistogram().

void Example13 ( )
int main ( int  argc,
char **  argv 
)

Definition at line 35 of file Example13.cxx.

References Example13().

TCutG* MakeCut ( )

Definition at line 86 of file Example13.cxx.

Referenced by Example13().

TH2D* MakeRidgeHistogram ( )

Definition at line 69 of file Example13.cxx.

References AddRidge().

Referenced by Example13().