#include <L1GlobalTriggerObjectMaps.h>
Public Member Functions | |
CombinationsInCondition (unsigned char const *startOfObjectIndexes, unsigned nCombinations, unsigned short nObjectsPerCombination) | |
unsigned char | getObjectIndex (unsigned combination, unsigned object) const |
unsigned | nCombinations () const |
unsigned short | nObjectsPerCombination () const |
Private Attributes | |
unsigned | m_nCombinations |
unsigned short | m_nObjectsPerCombination |
unsigned char const * | m_startOfObjectIndexes |
Definition at line 131 of file L1GlobalTriggerObjectMaps.h.
L1GlobalTriggerObjectMaps::CombinationsInCondition::CombinationsInCondition | ( | unsigned char const * | startOfObjectIndexes, |
unsigned | nCombinations, | ||
unsigned short | nObjectsPerCombination | ||
) |
Definition at line 261 of file L1GlobalTriggerObjectMaps.cc.
unsigned char L1GlobalTriggerObjectMaps::CombinationsInCondition::getObjectIndex | ( | unsigned | combination, |
unsigned | object | ||
) | const |
Definition at line 268 of file L1GlobalTriggerObjectMaps.cc.
References cms::Exception::addContext(), and resolutioncreator_cfi::object.
Referenced by CompareToObjectMapRecord::analyze(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 137 of file L1GlobalTriggerObjectMaps.h.
References m_nCombinations.
Referenced by CompareToObjectMapRecord::analyze(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 138 of file L1GlobalTriggerObjectMaps.h.
References m_nObjectsPerCombination.
Referenced by CompareToObjectMapRecord::analyze(), and pat::PATTriggerProducer::produce().
|
private |
Definition at line 143 of file L1GlobalTriggerObjectMaps.h.
Referenced by nCombinations().
|
private |
Definition at line 144 of file L1GlobalTriggerObjectMaps.h.
Referenced by nObjectsPerCombination().
|
private |
Definition at line 142 of file L1GlobalTriggerObjectMaps.h.