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 115 of file L1GlobalTriggerObjectMaps.h.

Constructor & Destructor Documentation

L1GlobalTriggerObjectMaps::ConditionResult::ConditionResult ( )

Definition at line 272 of file L1GlobalTriggerObjectMaps.cc.

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

Definition at line 279 of file L1GlobalTriggerObjectMaps.cc.

Member Function Documentation

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

Definition at line 123 of file L1GlobalTriggerObjectMaps.h.

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

Definition at line 122 of file L1GlobalTriggerObjectMaps.h.

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

Definition at line 121 of file L1GlobalTriggerObjectMaps.h.

Member Data Documentation

bool L1GlobalTriggerObjectMaps::ConditionResult::m_conditionResult
private

Definition at line 127 of file L1GlobalTriggerObjectMaps.h.

unsigned short L1GlobalTriggerObjectMaps::ConditionResult::m_nObjectsPerCombination
private

Definition at line 126 of file L1GlobalTriggerObjectMaps.h.

unsigned L1GlobalTriggerObjectMaps::ConditionResult::m_startIndexOfCombinations
private

Definition at line 125 of file L1GlobalTriggerObjectMaps.h.