#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]
◆ 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 |
◆ pt()
float TRIGGERidentity::pt |
( |
void |
| ) |
const |
|
inline |
◆ searchForHigh()
bool TRIGGERidentity::searchForHigh |
( |
void |
| ) |
const |
◆ 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: