CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
L1GlobalTriggerObjectMaps::ConditionResult Class Reference

#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
 

Detailed Description

Definition at line 106 of file L1GlobalTriggerObjectMaps.h.

Constructor & Destructor Documentation

◆ ConditionResult() [1/2]

L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult ( )

◆ ConditionResult() [2/2]

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

Member Function Documentation

◆ conditionResult()

bool L1GlobalTriggerObjectMaps::ConditionResult::conditionResult ( ) const
inline

Definition at line 112 of file L1GlobalTriggerObjectMaps.h.

112 { return m_conditionResult; }

References m_conditionResult.

◆ nObjectsPerCombination()

unsigned short L1GlobalTriggerObjectMaps::ConditionResult::nObjectsPerCombination ( ) const
inline

Definition at line 111 of file L1GlobalTriggerObjectMaps.h.

111 { return m_nObjectsPerCombination; }

References m_nObjectsPerCombination.

◆ startIndexOfCombinations()

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

Definition at line 110 of file L1GlobalTriggerObjectMaps.h.

110 { return m_startIndexOfCombinations; }

References m_startIndexOfCombinations.

Member Data Documentation

◆ m_conditionResult

bool L1GlobalTriggerObjectMaps::ConditionResult::m_conditionResult
private

Definition at line 117 of file L1GlobalTriggerObjectMaps.h.

Referenced by conditionResult().

◆ m_nObjectsPerCombination

unsigned short L1GlobalTriggerObjectMaps::ConditionResult::m_nObjectsPerCombination
private

Definition at line 116 of file L1GlobalTriggerObjectMaps.h.

Referenced by nObjectsPerCombination().

◆ m_startIndexOfCombinations

unsigned L1GlobalTriggerObjectMaps::ConditionResult::m_startIndexOfCombinations
private

Definition at line 115 of file L1GlobalTriggerObjectMaps.h.

Referenced by startIndexOfCombinations().

L1GlobalTriggerObjectMaps::ConditionResult::m_startIndexOfCombinations
unsigned m_startIndexOfCombinations
Definition: L1GlobalTriggerObjectMaps.h:115
L1GlobalTriggerObjectMaps::ConditionResult::m_conditionResult
bool m_conditionResult
Definition: L1GlobalTriggerObjectMaps.h:117
L1GlobalTriggerObjectMaps::ConditionResult::conditionResult
bool conditionResult() const
Definition: L1GlobalTriggerObjectMaps.h:112
L1GlobalTriggerObjectMaps::ConditionResult::startIndexOfCombinations
unsigned startIndexOfCombinations() const
Definition: L1GlobalTriggerObjectMaps.h:110
L1GlobalTriggerObjectMaps::ConditionResult::m_nObjectsPerCombination
unsigned short m_nObjectsPerCombination
Definition: L1GlobalTriggerObjectMaps.h:116
L1GlobalTriggerObjectMaps::ConditionResult::nObjectsPerCombination
unsigned short nObjectsPerCombination() const
Definition: L1GlobalTriggerObjectMaps.h:111