#include <WTAObject.h>
Definition at line 33 of file WTAObject.h.
◆ WTATrigObj()
| WTATrigObj::WTATrigObj |
( |
IntOrFloat | pt = 0, |
|
|
IntOrFloat | eta = 0, |
|
|
IntOrFloat | phi = 0, |
|
|
IntOrFloat | m = 0, |
|
|
int | idx = -99 ) |
|
inline |
◆ d_eta()
| IntOrFloat WTATrigObj::d_eta |
( |
const WTATrigObj & | o2 | ) |
|
|
inline |
◆ d_phi_0_2PI()
| IntOrFloat WTATrigObj::d_phi_0_2PI |
( |
const WTATrigObj & | o2 | ) |
|
|
inline |
◆ d_phi_MPI_PI()
| IntOrFloat WTATrigObj::d_phi_MPI_PI |
( |
const WTATrigObj & | o2 | ) |
|
|
inline |
◆ dR2()
| IntOrFloat WTATrigObj::dR2 |
( |
const WTATrigObj & | o2 | ) |
|
|
inline |
Definition at line 94 of file WTAObject.h.
95{
97 IntOrFloat d_eta_tmp =
d_eta(o2);
98 IntOrFloat
tmp = (d_phi * d_phi) + (d_eta_tmp * d_eta_tmp);
100}
IntOrFloat d_eta(const WTATrigObj &o2)
IntOrFloat d_phi_MPI_PI(const WTATrigObj &o2)
◆ eta() [1/2]
| IntOrFloat WTATrigObj::eta |
( |
| ) |
const |
|
inline |
◆ eta() [2/2]
| void WTATrigObj::eta |
( |
IntOrFloat | eta | ) |
|
|
inline |
◆ idx() [1/2]
| int WTATrigObj::idx |
( |
| ) |
const |
|
inline |
◆ idx() [2/2]
| void WTATrigObj::idx |
( |
int | idx | ) |
|
|
inline |
◆ IsAssocdR()
| bool WTATrigObj::IsAssocdR |
( |
WTATrigObj & | tower, |
|
|
IntOrFloat | dr2 ) |
|
inline |
Definition at line 102 of file WTAObject.h.
102 {
103 auto dR2 = this->
dR2(tower);
105}
IntOrFloat dR2(const WTATrigObj &o2)
◆ m() [1/2]
| IntOrFloat WTATrigObj::m |
( |
| ) |
const |
|
inline |
◆ m() [2/2]
| void WTATrigObj::m |
( |
IntOrFloat | m | ) |
|
|
inline |
◆ operator+()
Definition at line 62 of file WTAObject.h.
62 {
67 new_obj.
m_m = this->
m();
68 return new_obj;
69 };
WTATrigObj(IntOrFloat pt=0, IntOrFloat eta=0, IntOrFloat phi=0, IntOrFloat m=0, int idx=-99)
◆ phi() [1/2]
| IntOrFloat WTATrigObj::phi |
( |
| ) |
const |
|
inline |
◆ phi() [2/2]
| void WTATrigObj::phi |
( |
IntOrFloat | phi | ) |
|
|
inline |
◆ pt() [1/2]
| IntOrFloat WTATrigObj::pt |
( |
| ) |
const |
|
inline |
◆ pt() [2/2]
| void WTATrigObj::pt |
( |
IntOrFloat | pt | ) |
|
|
inline |
◆ operator<
◆ operator<=
◆ operator>
◆ operator>=
◆ m_eta
| IntOrFloat WTATrigObj::m_eta |
|
private |
◆ m_idx
◆ m_m
| IntOrFloat WTATrigObj::m_m |
|
private |
◆ m_phi
| IntOrFloat WTATrigObj::m_phi |
|
private |
◆ m_pt
| IntOrFloat WTATrigObj::m_pt |
|
private |
The documentation for this class was generated from the following file: