Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
PhysicsAnalysis
AnalysisCommon
FakeBkgTools
FakeBkgTools
TMinuit_LHMM.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TMinuit_LHMM_h
6
#define TMinuit_LHMM_h
7
8
#include "TMinuit.h"
9
10
// minimal class designed to hide annoying warning messages from TMinuit
11
12
class
TMinuit_LHMM
:
public
TMinuit {
13
14
public
:
15
16
TMinuit_LHMM
() { }
17
TMinuit_LHMM
(Int_t maxpar) : TMinuit(maxpar) { }
18
19
void
mnrazz
(Double_t ynew, Double_t *pnew, Double_t *
y
, Int_t &jh, Int_t &jl)
override
;
20
21
void
mnmnos
()
override
;
22
23
void
mncuve
()
override
;
24
25
#ifdef FAKEBKGTOOLS_ATLAS_ENVIRONMENT
26
ClassDefOverride(
TMinuit_LHMM
,0)
27
#endif
28
};
29
#endif
TMinuit_LHMM::TMinuit_LHMM
TMinuit_LHMM()
Definition:
TMinuit_LHMM.h:16
TMinuit_LHMM::mnrazz
void mnrazz(Double_t ynew, Double_t *pnew, Double_t *y, Int_t &jh, Int_t &jl) override
Definition:
TMinuit_LHMM.cxx:11
TMinuit_LHMM::TMinuit_LHMM
TMinuit_LHMM(Int_t maxpar)
Definition:
TMinuit_LHMM.h:17
TMinuit_LHMM::mncuve
void mncuve() override
Definition:
TMinuit_LHMM.cxx:147
TMinuit_LHMM::mnmnos
void mnmnos() override
Definition:
TMinuit_LHMM.cxx:64
y
#define y
TMinuit_LHMM
Definition:
TMinuit_LHMM.h:12
Generated on Tue Mar 25 2025 21:20:40 for ATLAS Offline Software by
1.8.18