#include <RntStructs.h>
Public Member Functions | |
BinSearch ()=default | |
bool | nan_check () |
BinSearch & | operator= (const BinSearch &)=default |
Public Attributes | |
float | dphi |
float | dq |
bool | has_nans = false |
short unsigned int | p1 |
short unsigned int | p2 |
float | phi |
float | q |
short unsigned int | q1 |
short unsigned int | q2 |
short int | wsr |
bool | wsr_in_gap |
Definition at line 61 of file RntStructs.h.
|
default |
bool BinSearch::nan_check | ( | ) |
Definition at line 35 of file RntStructs.cc.
References dphi, dq, has_nans, phi, and q.
Referenced by CandInfo::nan_check().
float BinSearch::dphi |
Definition at line 62 of file RntStructs.h.
Referenced by nan_check().
float BinSearch::dq |
Definition at line 62 of file RntStructs.h.
Referenced by nan_check().
bool BinSearch::has_nans = false |
Definition at line 66 of file RntStructs.h.
Referenced by nan_check().
short unsigned int BinSearch::p1 |
Definition at line 63 of file RntStructs.h.
short unsigned int BinSearch::p2 |
Definition at line 63 of file RntStructs.h.
float BinSearch::phi |
Definition at line 62 of file RntStructs.h.
Referenced by Particle.Particle::__str__(), datamodel.Object::DeltaR(), nan_check(), datamodel.Object::p4(), and ntupleDataFormat.Track::phiPull().
float BinSearch::q |
Definition at line 62 of file RntStructs.h.
Referenced by nan_check().
short unsigned int BinSearch::q1 |
Definition at line 63 of file RntStructs.h.
short unsigned int BinSearch::q2 |
Definition at line 63 of file RntStructs.h.
short int BinSearch::wsr |
Definition at line 64 of file RntStructs.h.
bool BinSearch::wsr_in_gap |
Definition at line 65 of file RntStructs.h.