MINT2
Public Member Functions
|
List of all members
sameBoxByMappedArea Class Reference
Public Member Functions
bool
operator()
(const
DalitzBox
&a, const
DalitzBox
&b)
Detailed Description
Definition at line
12
of file
DalitzBoxSet.cpp
.
Member Function Documentation
◆
operator()()
bool sameBoxByMappedArea::operator()
(
const
DalitzBox
&
a
,
const
DalitzBox
&
b
)
inline
Definition at line
14
of file
DalitzBoxSet.cpp
.
14
{
15
/*
16
if(a.area() == b.area()){
17
cout << " box a == box b "
18
<< "\n " << a
19
<< "\n " << b
20
<< '\n'
21
<< endl;
22
}
23
*/
24
return
a.
area
() == b.
area
();
25
}
DalitzBox::area
const MappedDalitzArea & area() const
Definition:
DalitzBox.h:103
The documentation for this class was generated from the following file:
src/Mojito/BetterMC/
DalitzBoxSet.cpp
Generated by
1.8.15