Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
DuneCommon
Utility
gausTF1.h
Go to the documentation of this file.
1
// gausTF1.h
2
//
3
// David Adams
4
// May 2018
5
//
6
// Create TF1 for Gaussian distribution.
7
//
8
// Normalized so that height = pf->Eval(0).
9
10
#ifndef gausTF1_H
11
#define gausTF1_H
12
13
#include "TF1.h"
14
#include <string>
15
16
using
std::string
;
17
18
double
gausFunction
(
double
*
x
,
double
* pars);
19
20
TF1*
gausTF1
(
double
heightIn =0.0,
double
meanIn =0.0,
double
sigmaIn =0.0,
std::string
fname
=
"dunegaus"
);
21
22
#endif
string
std::string string
Definition:
nybbler.cc:12
wirecell.sigproc.paper.noise.fname
fname
Definition:
noise.py:68
gausTF1
TF1 * gausTF1(double heightIn=0.0, double meanIn=0.0, double sigmaIn=0.0, std::string fname="dunegaus")
Definition:
gausTF1.cxx:28
train.x
list x
Definition:
train.py:276
gausFunction
double gausFunction(double *x, double *pars)
Definition:
gausTF1.cxx:18
Generated by
1.8.11