#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 115 of file L1GlobalTriggerObjectMaps.h.
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult | ( | ) |
Definition at line 272 of file L1GlobalTriggerObjectMaps.cc.
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult | ( | unsigned | startIndexOfCombinations, |
unsigned short | nObjectsPerCombination, | ||
bool | conditionResult | ||
) |
Definition at line 279 of file L1GlobalTriggerObjectMaps.cc.
|
inline |
Definition at line 123 of file L1GlobalTriggerObjectMaps.h.
References m_conditionResult.
|
inline |
Definition at line 122 of file L1GlobalTriggerObjectMaps.h.
References m_nObjectsPerCombination.
|
inline |
Definition at line 121 of file L1GlobalTriggerObjectMaps.h.
References m_startIndexOfCombinations.
|
private |
Definition at line 127 of file L1GlobalTriggerObjectMaps.h.
Referenced by conditionResult().
|
private |
Definition at line 126 of file L1GlobalTriggerObjectMaps.h.
Referenced by nObjectsPerCombination().
|
private |
Definition at line 125 of file L1GlobalTriggerObjectMaps.h.
Referenced by startIndexOfCombinations().