CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
L1GlobalTriggerObjectMaps::ConditionResult Class Reference

#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
 

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
unsigned short L1GlobalTriggerObjectMaps::ConditionResult::nObjectsPerCombination ( ) const
inline
unsigned L1GlobalTriggerObjectMaps::ConditionResult::startIndexOfCombinations ( ) const
inline

Member Data Documentation

bool L1GlobalTriggerObjectMaps::ConditionResult::m_conditionResult
private

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().