#include <L1GlobalTriggerObjectMaps.h>
Public Member Functions | |
short | algorithmBitNumber () const |
AlgorithmResult () | |
AlgorithmResult (unsigned startIndexOfConditions, int algorithmBitNumber, bool algorithmResult) | |
bool | algorithmResult () const |
bool | operator< (AlgorithmResult const &right) const |
unsigned | startIndexOfConditions () const |
Private Attributes | |
short | m_algorithmBitNumber |
bool | m_algorithmResult |
unsigned | m_startIndexOfConditions |
Definition at line 98 of file L1GlobalTriggerObjectMaps.h.
L1GlobalTriggerObjectMaps::AlgorithmResult::AlgorithmResult | ( | ) |
Definition at line 241 of file L1GlobalTriggerObjectMaps.cc.
L1GlobalTriggerObjectMaps::AlgorithmResult::AlgorithmResult | ( | unsigned | startIndexOfConditions, |
int | algorithmBitNumber, | ||
bool | algorithmResult | ||
) |
Definition at line 248 of file L1GlobalTriggerObjectMaps.cc.
References cms::Exception::addContext(), algorithmBitNumber(), m_algorithmBitNumber, max(), and min.
|
inline |
Definition at line 105 of file L1GlobalTriggerObjectMaps.h.
References m_algorithmBitNumber.
Referenced by AlgorithmResult(), and operator<().
|
inline |
Definition at line 106 of file L1GlobalTriggerObjectMaps.h.
References m_algorithmResult.
|
inline |
Definition at line 108 of file L1GlobalTriggerObjectMaps.h.
References algorithmBitNumber(), and m_algorithmBitNumber.
|
inline |
Definition at line 104 of file L1GlobalTriggerObjectMaps.h.
References m_startIndexOfConditions.
|
private |
Definition at line 113 of file L1GlobalTriggerObjectMaps.h.
Referenced by algorithmBitNumber(), AlgorithmResult(), and operator<().
|
private |
Definition at line 114 of file L1GlobalTriggerObjectMaps.h.
Referenced by algorithmResult().
|
private |
Definition at line 112 of file L1GlobalTriggerObjectMaps.h.
Referenced by startIndexOfConditions().