#include <TRIGGERidentity.h>
|
| static const char | s_type_tag [NTYPE][8] = {{"no"}, {"low Pt"}, {"high Pt"}} |
| static const char | s_threshold_tag [NTHRESHOLD][7] = {{"first"}, {"second"}, {"third"}} |
| static const float | s_pt_value [NTYPE][NTHRESHOLD] = {{0., 0., 0.}, {6., 8., 10.}, {11., 20., 40.}} |
Definition at line 20 of file TRIGGERidentity.h.
◆ TRIGGERidentity() [1/3]
| TRIGGERidentity::TRIGGERidentity |
( |
| ) |
|
◆ TRIGGERidentity() [2/3]
Definition at line 19 of file TRIGGERidentity.cxx.
Threshold threshold(void) const
TrigType type(void) const
◆ TRIGGERidentity() [3/3]
◆ highest()
| bool TRIGGERidentity::highest |
( |
TrigType | type | ) |
const |
◆ operator bool()
| TRIGGERidentity::operator bool |
( |
| ) |
|
◆ operator!()
| bool TRIGGERidentity::operator! |
( |
| ) |
|
◆ operator!=()
◆ operator<()
◆ operator=()
◆ operator==()
◆ overlap()
| bool TRIGGERidentity::overlap |
( |
void | | ) |
const |
|
inline |
◆ Print()
| void TRIGGERidentity::Print |
( |
std::ostream & | stream, |
|
|
bool | detail ) const |
Definition at line 79 of file TRIGGERidentity.cxx.
79 {
80 detail = true;
81 if (detail) {
86 else
88 }
89}
static const float s_pt_value[NTYPE][NTHRESHOLD]
static const char s_type_tag[NTYPE][8]
static const char s_threshold_tag[NTHRESHOLD][7]
◆ pt()
| float TRIGGERidentity::pt |
( |
void | | ) |
const |
|
inline |
◆ searchForHigh()
| bool TRIGGERidentity::searchForHigh |
( |
void | | ) |
const |
Definition at line 71 of file TRIGGERidentity.cxx.
71 {
73 if (*this < maxLow)
74 return false;
75 else
76 return true;
77}
◆ threshold()
| Threshold TRIGGERidentity::threshold |
( |
void | | ) |
const |
|
inline |
◆ type()
| TrigType TRIGGERidentity::type |
( |
void | | ) |
const |
|
inline |
◆ m_overlap
| bool TRIGGERidentity::m_overlap |
|
private |
◆ m_threshold
◆ m_type
◆ s_pt_value
| const float TRIGGERidentity::s_pt_value = {{0., 0., 0.}, {6., 8., 10.}, {11., 20., 40.}} |
|
staticprivate |
◆ s_threshold_tag
| const char TRIGGERidentity::s_threshold_tag = {{"first"}, {"second"}, {"third"}} |
|
staticprivate |
◆ s_type_tag
| const char TRIGGERidentity::s_type_tag = {{"no"}, {"low Pt"}, {"high Pt"}} |
|
staticprivate |
The documentation for this class was generated from the following files: