CMS 3D CMS Logo

Public Member Functions | Private Attributes

L1GlobalTriggerObjectMaps::ConditionResult Class Reference

#include <L1GlobalTriggerObjectMaps.h>

List of all members.

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

Detailed Description

Definition at line 117 of file L1GlobalTriggerObjectMaps.h.


Constructor & Destructor Documentation

L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult ( )
L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult ( unsigned  startIndexOfCombinations,
unsigned short  nObjectsPerCombination,
bool  conditionResult 
)

Member Function Documentation

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.

unsigned L1GlobalTriggerObjectMaps::ConditionResult::startIndexOfCombinations ( ) const [inline]

Definition at line 123 of file L1GlobalTriggerObjectMaps.h.

References m_startIndexOfCombinations.


Member Data Documentation

Definition at line 129 of file L1GlobalTriggerObjectMaps.h.

Referenced by conditionResult().

Definition at line 128 of file L1GlobalTriggerObjectMaps.h.

Referenced by nObjectsPerCombination().

Definition at line 127 of file L1GlobalTriggerObjectMaps.h.

Referenced by startIndexOfCombinations().