![]() |
ATLAS Offline Software
|
#include <TRIGGERidentity.h>
Public Member Functions | |
| TRIGGERidentity () | |
| TRIGGERidentity (TrigType, Threshold, bool) | |
| TRIGGERidentity (const TRIGGERidentity &) | |
| TRIGGERidentity & | operator= (const TRIGGERidentity &) |
| bool | operator== (const TRIGGERidentity &) const |
| bool | operator!= (const TRIGGERidentity &) const |
| bool | operator< (const TRIGGERidentity &) const |
| operator bool () | |
| bool | operator! () |
| TrigType | type (void) const |
| Threshold | threshold (void) const |
| bool | overlap (void) const |
| float | pt (void) const |
| bool | searchForHigh (void) const |
| bool | highest (TrigType) const |
| void | Print (std::ostream &, bool) const |
Private Attributes | |
| TrigType | m_type |
| Threshold | m_threshold |
| bool | m_overlap |
Static Private Attributes | |
| 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::TRIGGERidentity | ( | ) |
Definition at line 17 of file TRIGGERidentity.cxx.
Definition at line 19 of file TRIGGERidentity.cxx.
| TRIGGERidentity::TRIGGERidentity | ( | const TRIGGERidentity & | id | ) |
Definition at line 21 of file TRIGGERidentity.cxx.
| bool TRIGGERidentity::highest | ( | TrigType | type | ) | const |
Definition at line 61 of file TRIGGERidentity.cxx.
| TRIGGERidentity::operator bool | ( | ) |
Definition at line 52 of file TRIGGERidentity.cxx.
| bool TRIGGERidentity::operator! | ( | ) |
Definition at line 59 of file TRIGGERidentity.cxx.
| bool TRIGGERidentity::operator!= | ( | const TRIGGERidentity & | id | ) | const |
Definition at line 39 of file TRIGGERidentity.cxx.
| bool TRIGGERidentity::operator< | ( | const TRIGGERidentity & | id | ) | const |
Definition at line 41 of file TRIGGERidentity.cxx.
| TRIGGERidentity & TRIGGERidentity::operator= | ( | const TRIGGERidentity & | id | ) |
Definition at line 23 of file TRIGGERidentity.cxx.
| bool TRIGGERidentity::operator== | ( | const TRIGGERidentity & | id | ) | const |
Definition at line 32 of file TRIGGERidentity.cxx.
|
inline |
Definition at line 46 of file TRIGGERidentity.h.
| void TRIGGERidentity::Print | ( | std::ostream & | stream, |
| bool | detail ) const |
Definition at line 79 of file TRIGGERidentity.cxx.
|
inline |
Definition at line 47 of file TRIGGERidentity.h.
| bool TRIGGERidentity::searchForHigh | ( | void | ) | const |
Definition at line 71 of file TRIGGERidentity.cxx.
|
inline |
Definition at line 45 of file TRIGGERidentity.h.
|
inline |
Definition at line 44 of file TRIGGERidentity.h.
|
private |
Definition at line 29 of file TRIGGERidentity.h.
|
private |
Definition at line 28 of file TRIGGERidentity.h.
|
private |
Definition at line 27 of file TRIGGERidentity.h.
|
staticprivate |
Definition at line 13 of file TRIGGERidentity.h.
|
staticprivate |
Definition at line 12 of file TRIGGERidentity.h.
|
staticprivate |
Definition at line 11 of file TRIGGERidentity.h.