Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
List of all members
|
Public Member Functions
orderByPt Class Reference
Public Member Functions
bool
operator()
(TLorentzVector const &
a
, TLorentzVector const &
b
)
Detailed Description
Definition at line
7
of file
ZgammaMassFilter.cc
.
Member Function Documentation
bool orderByPt::operator()
(
TLorentzVector const &
a
,
TLorentzVector const &
b
)
inline
Definition at line
9
of file
ZgammaMassFilter.cc
.
9
{
10
if
(
a
.Pt() ==
b
.Pt() ) {
11
return
a
.Pt() <
b
.Pt();
12
}
else
{
13
return
a
.Pt() >
b
.Pt() ;
14
}
15
}
b
double b
Definition:
hdecay.h:120
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.11