ROOT
Version v6.34
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
▼
tutorials
►
cocoa
►
cont
►
dataframe
►
eve
►
eve7
►
fft
►
fit
►
fitsio
►
foam
►
geom
►
gl
►
graphics
►
graphs
►
gui
►
hist
►
histfactory
►
http
►
image
►
io
►
legacy
►
math
►
matrix
►
mc
►
multicore
►
net
►
physics
►
proof
►
pyroot
►
pythia
►
quadp
►
r
►
rcanvas
►
roofit
►
roostats
►
spectrum
►
splot
►
sql
►
tmva
▼
tree
►
dictionary
basic.C
basic2.C
bill.C
cernbuild.C
cernstaff.C
circular.C
clonesA_Event.C
clonesA_Event.cxx
►
clonesA_Event.h
copytree.C
copytree2.C
copytree3.C
drawsparse.C
h1analysis.C
►
h1analysis.h
h1analysisProxy.C
►
h1analysisProxy.h
►
h1analysisProxyCut.C
h1analysisTreeReader.C
►
h1analysisTreeReader.h
h1chain.C
hsimpleProxy.C
hsimpleProxyDriver.C
hsimpleReader.C
htest.C
hvector.C
JetEvent.cxx
►
JetEvent.h
jets.C
ntuple1.C
parallelcoord.C
parallelcoordtrans.C
printSizes.C
run_h1analysis.C
spider.C
staff.C
tcl.C
temperature.C
tree.C
tree0.C
tree1.C
tree2.C
tree2a.C
tree3.C
tree4.C
treefriend.C
treegetval.C
►
tv3.C
►
tvdemo.C
►
unfold
►
unuran
►
v7
►
vecops
►
webcanv
►
webgui
►
xml
►
.enableImplicitMTWrapper.py
.rootlogon.py
demos.C
demoshelp.C
hsimple.C
rootlogoff.C
rootlogon.C
►
v6-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
h1analysisProxy.h
Go to the documentation of this file.
1
#include "
TH2.h
"
2
#include "
TF1.h
"
3
#include "
TStyle.h
"
4
#include "
TCanvas.h
"
5
#include "
TLine.h
"
6
#include "
TEntryList.h
"
7
#include "
TPaveStats.h
"
8
#include "
TMath.h
"
9
10
const
Double_t
dxbin
= (0.17-0.13)/40;
// Bin-width
11
const
Double_t
sigma
= 0.0012;
12
13
//_____________________________________________________________________
14
Double_t
fdm5
(
Double_t
*
xx
,
Double_t
*par)
15
{
16
Double_t
x
=
xx
[0];
17
if
(
x
<= 0.13957)
return
0;
18
Double_t
xp3
= (
x
-par[3])*(
x
-par[3]);
19
Double_t
res =
dxbin
*(par[0]*
TMath::Power
(
x
-0.13957, par[1])
20
+ par[2] / 2.5066/par[4]*
TMath::Exp
(-
xp3
/2/par[4]/par[4]));
21
return
res;
22
}
23
24
//_____________________________________________________________________
25
Double_t
fdm2
(
Double_t
*
xx
,
Double_t
*par)
26
{
27
Double_t
x
=
xx
[0];
28
if
(
x
<= 0.13957)
return
0;
29
Double_t
xp3
= (
x
-0.1454)*(
x
-0.1454);
30
Double_t
res =
dxbin
*(par[0]*
TMath::Power
(
x
-0.13957, 0.25)
31
+ par[1] / 2.5066/
sigma
*
TMath::Exp
(-
xp3
/2/
sigma
/
sigma
));
32
return
res;
33
}
34
Double_t
double Double_t
Definition
RtypesCore.h:59
TCanvas.h
TEntryList.h
TF1.h
TH2.h
TLine.h
TMath.h
TPaveStats.h
TStyle.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
fdm5
Double_t fdm5(Double_t *xx, Double_t *par)
Definition
h1analysisProxy.h:14
sigma
const Double_t sigma
Definition
h1analysisProxy.h:11
dxbin
const Double_t dxbin
Definition
h1analysisProxy.h:10
fdm2
Double_t fdm2(Double_t *xx, Double_t *par)
Definition
h1analysisProxy.h:25
x
Double_t x[n]
Definition
legend1.C:17
TMath::Exp
Double_t Exp(Double_t x)
Returns the base-e exponential function of x, which is e raised to the power x.
Definition
TMath.h:709
TMath::Power
LongDouble_t Power(LongDouble_t x, LongDouble_t y)
Returns x raised to the power y.
Definition
TMath.h:721
tutorials
tree
h1analysisProxy.h
ROOT tags/6-34-04 - Reference Guide Generated on Sun Mar 23 2025 14:39:09 (GVA Time) using Doxygen 1.10.0