#include "CxxUtils/bitmask.h"
#include <cstddef>
#include <cmath>
#include <vector>
#include <string>
#include <cstdint>
#include <tuple>
Go to the source code of this file.
|
#define | EXTRACT_PX(_T_, _V_, _P_) _T_ _V_(_P_.p4().Px()) |
|
#define | EXTRACT_PY(_T_, _V_, _P_) _T_ _V_(_P_.p4().Py()) |
|
#define | EXTRACT_SCALED_PX(_T_, _V_, _P_, _S_) _T_ _V_(_P_.p4().Px()*_S_) |
|
#define | EXTRACT_SCALED_PY(_T_, _V_, _P_, _S_) _T_ _V_(_P_.p4().Py()*_S_) |
|
◆ EXTRACT_PX
#define EXTRACT_PX |
( |
|
_T_, |
|
|
|
_V_, |
|
|
|
_P_ |
|
) |
| _T_ _V_(_P_.p4().Px()) |
◆ EXTRACT_PY
#define EXTRACT_PY |
( |
|
_T_, |
|
|
|
_V_, |
|
|
|
_P_ |
|
) |
| _T_ _V_(_P_.p4().Py()) |
◆ EXTRACT_SCALED_PX
#define EXTRACT_SCALED_PX |
( |
|
_T_, |
|
|
|
_V_, |
|
|
|
_P_, |
|
|
|
_S_ |
|
) |
| _T_ _V_(_P_.p4().Px()*_S_) |
◆ EXTRACT_SCALED_PY
#define EXTRACT_SCALED_PY |
( |
|
_T_, |
|
|
|
_V_, |
|
|
|
_P_, |
|
|
|
_S_ |
|
) |
| _T_ _V_(_P_.p4().Py()*_S_) |
◆ operator!=()
◆ operator<()
◆ operator<=()
◆ operator==()
Definition at line 430 of file MissingETBase.h.
431 {
return std::get<0>(
l0) == std::get<0>(
l1) && std::get<1>(
l0) == std::get<1>(
l1); }
◆ operator>()
◆ operator>=()