#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 96 of file L1GlobalTriggerObjectMaps.h.
L1GlobalTriggerObjectMaps::AlgorithmResult::AlgorithmResult | ( | ) |
Definition at line 239 of file L1GlobalTriggerObjectMaps.cc.
Referenced by L1GlobalTriggerObjectMaps::setNamesParameterSetID().
L1GlobalTriggerObjectMaps::AlgorithmResult::AlgorithmResult | ( | unsigned | startIndexOfConditions, |
int | algorithmBitNumber, | ||
bool | algorithmResult | ||
) |
Definition at line 246 of file L1GlobalTriggerObjectMaps.cc.
References cms::Exception::addContext(), algorithmBitNumber(), L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult(), m_algorithmBitNumber, SiStripPI::max, and min().
|
inline |
Definition at line 103 of file L1GlobalTriggerObjectMaps.h.
References m_algorithmBitNumber.
Referenced by AlgorithmResult(), and operator<().
|
inline |
Definition at line 104 of file L1GlobalTriggerObjectMaps.h.
References m_algorithmResult.
|
inline |
Definition at line 106 of file L1GlobalTriggerObjectMaps.h.
References algorithmBitNumber(), and m_algorithmBitNumber.
|
inline |
Definition at line 102 of file L1GlobalTriggerObjectMaps.h.
References m_startIndexOfConditions.
|
private |
Definition at line 111 of file L1GlobalTriggerObjectMaps.h.
Referenced by algorithmBitNumber(), AlgorithmResult(), and operator<().
|
private |
Definition at line 112 of file L1GlobalTriggerObjectMaps.h.
Referenced by algorithmResult().
|
private |
Definition at line 110 of file L1GlobalTriggerObjectMaps.h.
Referenced by startIndexOfConditions().