#include <L1GlobalTriggerObjectMaps.h>
Public Member Functions | |
ConditionResult () | |
ConditionResult (unsigned startIndexOfCombinations, unsigned short nObjectsPerCombination, bool conditionResult) | |
bool | conditionResult () const |
unsigned short | nObjectsPerCombination () const |
unsigned | startIndexOfCombinations () const |
Private Attributes | |
bool | m_conditionResult |
unsigned short | m_nObjectsPerCombination |
unsigned | m_startIndexOfCombinations |
Definition at line 106 of file L1GlobalTriggerObjectMaps.h.
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult | ( | ) |
Definition at line 237 of file L1GlobalTriggerObjectMaps.cc.
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult | ( | unsigned | startIndexOfCombinations, |
unsigned short | nObjectsPerCombination, | ||
bool | conditionResult | ||
) |
Definition at line 240 of file L1GlobalTriggerObjectMaps.cc.
|
inline |
Definition at line 112 of file L1GlobalTriggerObjectMaps.h.
References m_conditionResult.
|
inline |
Definition at line 111 of file L1GlobalTriggerObjectMaps.h.
References m_nObjectsPerCombination.
|
inline |
Definition at line 110 of file L1GlobalTriggerObjectMaps.h.
References m_startIndexOfCombinations.
|
private |
Definition at line 117 of file L1GlobalTriggerObjectMaps.h.
Referenced by conditionResult().
|
private |
Definition at line 116 of file L1GlobalTriggerObjectMaps.h.
Referenced by nObjectsPerCombination().
|
private |
Definition at line 115 of file L1GlobalTriggerObjectMaps.h.
Referenced by startIndexOfCombinations().