#include <L1GlobalTriggerObjectMaps.h>
Public Member Functions | |
ConditionResult () | |
bool | conditionResult () const |
ConditionResult (unsigned startIndexOfCombinations, unsigned short nObjectsPerCombination, bool conditionResult) | |
unsigned short | nObjectsPerCombination () const |
unsigned | startIndexOfCombinations () const |
Private Attributes | |
bool | m_conditionResult |
unsigned short | m_nObjectsPerCombination |
unsigned | m_startIndexOfCombinations |
Definition at line 117 of file L1GlobalTriggerObjectMaps.h.
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult | ( | ) |
Definition at line 274 of file L1GlobalTriggerObjectMaps.cc.
: m_startIndexOfCombinations(0), m_nObjectsPerCombination(0), m_conditionResult(false) { }
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult | ( | unsigned | startIndexOfCombinations, |
unsigned short | nObjectsPerCombination, | ||
bool | conditionResult | ||
) |
Definition at line 281 of file L1GlobalTriggerObjectMaps.cc.
bool L1GlobalTriggerObjectMaps::ConditionResult::conditionResult | ( | ) | const [inline] |
Definition at line 125 of file L1GlobalTriggerObjectMaps.h.
References m_conditionResult.
{ return m_conditionResult; }
unsigned short L1GlobalTriggerObjectMaps::ConditionResult::nObjectsPerCombination | ( | ) | const [inline] |
Definition at line 124 of file L1GlobalTriggerObjectMaps.h.
References m_nObjectsPerCombination.
{ return m_nObjectsPerCombination; }
unsigned L1GlobalTriggerObjectMaps::ConditionResult::startIndexOfCombinations | ( | ) | const [inline] |
Definition at line 123 of file L1GlobalTriggerObjectMaps.h.
References m_startIndexOfCombinations.
{ return m_startIndexOfCombinations; }
Definition at line 129 of file L1GlobalTriggerObjectMaps.h.
Referenced by conditionResult().
unsigned short L1GlobalTriggerObjectMaps::ConditionResult::m_nObjectsPerCombination [private] |
Definition at line 128 of file L1GlobalTriggerObjectMaps.h.
Referenced by nObjectsPerCombination().
unsigned L1GlobalTriggerObjectMaps::ConditionResult::m_startIndexOfCombinations [private] |
Definition at line 127 of file L1GlobalTriggerObjectMaps.h.
Referenced by startIndexOfCombinations().