MINT2
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
f
g
k
l
m
n
o
p
s
+
Functions
a
c
f
g
k
l
m
n
o
p
s
Enumerations
Enumerator
+
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
k
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
u
v
w
Related Functions
+
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
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
+
Variables
a
b
c
d
e
f
g
h
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Public Member Functions
|
List of all members
sortBoxByAreaSize Class Reference
Public Member Functions
bool
operator()
(const
DalitzBox
&a, const
DalitzBox
&b)
Detailed Description
Definition at line
62
of file
DalitzBoxSet.cpp
.
Member Function Documentation
◆
operator()()
bool sortBoxByAreaSize::operator()
(
const
DalitzBox
&
a
,
const
DalitzBox
&
b
)
inline
Definition at line
64
of file
DalitzBoxSet.cpp
.
64
{
65
return
a.
area
().
size
() < b.
area
().
size
();}
DalitzBox::area
const MappedDalitzArea & area() const
Definition:
DalitzBox.h:103
MappedDalitzArea::size
double size() const
Definition:
MappedDalitzArea.h:76
The documentation for this class was generated from the following file:
src/Mojito/BetterMC/
DalitzBoxSet.cpp
Generated by
1.8.15