definition of Calorimeter Variable types in CaloCluster.
More...
#include <CaloVariableType.h>
definition of Calorimeter Variable types in CaloCluster.
Definition at line 12 of file CaloVariableType.h.
◆ VariableType
| Enumerator |
|---|
| ENERGY | |
| ETA | |
| PHI | |
| DELTA_ETA | |
| DELTA_PHI | |
| MAX_ENERGY | |
| MAX_ETA | |
| MAX_PHI | |
| NO_OF_TYPES | |
Definition at line 15 of file CaloVariableType.h.
◆ checkConst()
| static bool CaloVariableType::checkConst |
( |
const unsigned int & |
bitPattern | ) |
|
|
inlinestatic |
◆ getAllVariableBits()
| static unsigned int CaloVariableType::getAllVariableBits |
( |
| ) |
|
|
inlinestatic |
◆ getConstMarker()
| static unsigned int CaloVariableType::getConstMarker |
( |
| ) |
|
|
inlinestatic |
◆ getNumberOfVariables()
| static unsigned int CaloVariableType::getNumberOfVariables |
( |
| ) |
|
|
inlinestatic |
◆ getVariableBit()
Definition at line 25 of file CaloVariableType.h.
27 unsigned int bitPattern;
30 case ENERGY: { bitPattern = 0x00000001;
break; }
31 case ETA: { bitPattern = 0x00000002;
break; }
32 case PHI: { bitPattern = 0x00000004;
break; }
33 case DELTA_ETA: { bitPattern = 0x00000008;
break; }
34 case DELTA_PHI: { bitPattern = 0x00000010;
break; }
35 case MAX_ENERGY: { bitPattern = 0x00000020;
break; }
36 case MAX_ETA: { bitPattern = 0x00000040;
break; }
37 case MAX_PHI: { bitPattern = 0x00000080;
break; }
38 default: { bitPattern = 0x00000000;
break; }
◆ setConstMarker()
| static unsigned int CaloVariableType::setConstMarker |
( |
const unsigned int & |
bitPattern | ) |
|
|
inlinestatic |
◆ allBits
| const unsigned int CaloVariableType::allBits = 0x000000ff |
|
staticprivate |
◆ constMarker
| const unsigned int CaloVariableType::constMarker = 0x80000000 |
|
staticprivate |
The documentation for this class was generated from the following file: